Fix the flaky CalcitePPLTcphIT#4846
Merged
yuancu merged 1 commit intoopensearch-project:mainfrom Nov 24, 2025
Merged
Conversation
Signed-off-by: Lantao Jin <ltjin@amazon.com>
yuancu
reviewed
Nov 24, 2025
Comment on lines
+155
to
+157
| rows("3-MEDIUM", 9), | ||
| rows("4-NOT SPECIFIED", 8), | ||
| rows("5-LOW", 12)); |
Collaborator
There was a problem hiding this comment.
Can you explain how blocking the index load relates to this integration test fix? The connection isn't clear to me from the current changes.
Member
Author
There was a problem hiding this comment.
Not related to the fix. I found this test was ignored due to the bucket size 1000 limitation. Just correct the results and enable it again.
qianheng-aws
approved these changes
Nov 24, 2025
yuancu
approved these changes
Nov 24, 2025
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Nov 24, 2025
Signed-off-by: Lantao Jin <ltjin@amazon.com> (cherry picked from commit c0f5680) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
LantaoJin
added a commit
that referenced
this pull request
Nov 24, 2025
* Fix the flaky CalcitePPLTcphIT (#4846) Signed-off-by: Lantao Jin <ltjin@amazon.com> (cherry picked from commit c0f5680) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix conflicts Signed-off-by: Lantao Jin <ltjin@amazon.com> --------- Signed-off-by: Lantao Jin <ltjin@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lantao Jin <ltjin@amazon.com>
asifabashar
pushed a commit
to asifabashar/sql
that referenced
this pull request
Dec 10, 2025
Signed-off-by: Lantao Jin <ltjin@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix the flaky CalcitePPLTcphIT
Related Issues
Resolves #4261
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.