Fix secondary dataformat to contain lucene#5480
Conversation
While creating indices in analyticsIndex enabled, secondary dataformat is not specified as lucene which is failing when executing queries which span across both lucene and parquet. Added the lucene parameter for secondary format. Signed-off-by: Suresh N S <nssuresh@amazon.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Description
While creating indices in analyticsIndex enabled, secondary dataformat is not specified as lucene which is failing when executing queries which span across both lucene and parquet.
Added the lucene parameter for secondary format.
Related Issues
Without this fix:
With the fix:
Check List
--signoffor-s.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.