Solving wildcard sorting issue for doc_values#18568
Solving wildcard sorting issue for doc_values#18568msfroh merged 90 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for 164a85e: 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? |
|
❌ Gradle check result for 1825559: 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? |
rest-api-spec/src/main/resources/rest-api-spec/test/search/270_wildcard_fieldtype_queries.yml
Outdated
Show resolved
Hide resolved
|
❌ Gradle check result for f16b39f: 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? |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for 1741b80: 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? |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for 90f73e2: 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? |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for ffda262: 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? |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for 723ab8f: 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? |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for b54c85e: 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? |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
Co-authored-by: HUSTERGS <songge.huster@gmail.com> Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for e55207c: 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? |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
@msfroh Since I made some changes from the last time you approved, I wanted to confirm if the new changes are still approved. What was happening with serializing the sort field was that the proper source was not being returned. Therefore, I returned the original comparator source and disabled pruning earlier when creating |
--------- Signed-off-by: Anthony Leong <aj.leong623@gmail.com> Co-authored-by: HUSTERGS <songge.huster@gmail.com>
--------- Signed-off-by: Anthony Leong <aj.leong623@gmail.com> Co-authored-by: HUSTERGS <songge.huster@gmail.com> Signed-off-by: Ankit Jain <jainankitk@apache.org>
--------- Signed-off-by: Anthony Leong <aj.leong623@gmail.com> Co-authored-by: HUSTERGS <songge.huster@gmail.com> Signed-off-by: Ankit Jain <jainankitk@apache.org>
--------- Signed-off-by: Anthony Leong <aj.leong623@gmail.com> Co-authored-by: HUSTERGS <songge.huster@gmail.com>
--------- Signed-off-by: Anthony Leong <aj.leong623@gmail.com> Co-authored-by: HUSTERGS <songge.huster@gmail.com>
--------- Signed-off-by: Anthony Leong <aj.leong623@gmail.com> Co-authored-by: HUSTERGS <songge.huster@gmail.com>
Description
Solves the wildcard sorting issue.
Issues Resolved
#18461
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.