opensearch-project / opensearch-spark

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

Support nested indexed field in Flint skipping index SQL statement #366

Closed dai-chen closed 1 week ago

dai-chen commented 3 weeks ago

Description

PR https://github.com/opensearch-project/opensearch-spark/pull/213 introduced the support for using nested field as indexed column in Flint skipping index. However, users continue to face issues due to the limitation that the indexed column identifier only supports a single part.

Issues Resolved

https://github.com/opensearch-project/opensearch-spark/issues/353

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

dai-chen commented 1 week ago

Thanks for the change! @dai-chen should this patch to 0.4?

Make sense. Because this PR introduces grammar changes, I think we should back port. Thanks!