Disable query rewriter as a default behaviour#19592
Conversation
|
Thanks @rishabhmaurya . We should highlight the related/reported issues here for tracking. Does this also need any documentation change as it's a change in settings default behaviour? |
a7fc4c0 to
da9a537
Compare
Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
da9a537 to
8506d93
Compare
@getsaurabh02 @rishabhmaurya I added the 3 issues I'm aware of to the description |
Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
|
@peterzhuamazon - Do we need the backport label since we have the manual backport PR already open? |
|
❌ Gradle check result for a010db9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Nope, I didnt realize there was a manual backport, see Rishabh already remove the label now 👍 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19592 +/- ##
============================================
- Coverage 73.07% 72.97% -0.11%
+ Complexity 70635 70569 -66
============================================
Files 5723 5723
Lines 323490 323490
Branches 46851 46851
============================================
- Hits 236401 236054 -347
- Misses 67977 68469 +492
+ Partials 19112 18967 -145 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
affc455
into
opensearch-project:main
* Disable query rewriter as a default behaviour Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * move change log entry to release notes Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> --------- Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
* Disable query rewriter as a default behaviour Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * move change log entry to release notes Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> --------- Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
Description
Disable query rewriter(#19060) as a default behaviour. There have been several issues reported so far. Listing them here soon
Related Issues
Check List
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.