opensearch-project / opensearch-spark

Spark Accelerator framework ; It enables secondary indices to remote data stores.
Apache License 2.0
22 stars 33 forks source link

[FEATURE] Extend FlintJob to Support All Query Types #633

Open noCharger opened 2 months ago

noCharger commented 2 months ago

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.

dblock commented 1 month ago

[Catch All Triage - 1, 2, 3, 4]