Currently, the FlintJob entry is limited to handling only batch and streaming typed queries. This restriction limits the flexibility and applicability of our system to handle diverse query types that our users may need.
Describe the solution you'd like
We propose extending the FlintJob functionality to support all query types beyond just batch and streaming. This enhancement would allow FlintJob to process and manage any incoming queries, regardless of their type.
Is your feature request related to a problem?
Currently, the FlintJob entry is limited to handling only batch and streaming typed queries. This restriction limits the flexibility and applicability of our system to handle diverse query types that our users may need.
Describe the solution you'd like
We propose extending the FlintJob functionality to support all query types beyond just batch and streaming. This enhancement would allow FlintJob to process and manage any incoming queries, regardless of their type.