-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix TestHivePlans after logical merge conflict #11433
Fix TestHivePlans after logical merge conflict #11433
Conversation
bcad0c5
to
cc352a4
Compare
Do you understand why it was green? Was it logical merge conflict? Or we will start getting flakes now? |
Ok - I see you changed PR title :) |
Yep, i bisected and added explanation now. |
@@ -245,7 +245,7 @@ public void testSubsumePartitionPartWhenOtherFilterNotConvertibleToTupleDomain() | |||
exchange(LOCAL, | |||
exchange(REMOTE, REPARTITION, | |||
project( | |||
filter("R_INT_COL IN (2, 3, 4)", | |||
filter("R_INT_COL IN (2, 3, 4) AND R_INT_COL BETWEEN 2 AND 4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
regression? same issue as in io.trino.plugin.hive.optimizer.TestHivePlans#testSubsumePartitionPartOfAFilter
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same response as #10985 (comment) ?
will add a comment too
cc352a4
to
1616098
Compare
70c988b (#11083) and
812f79b (#11086) combined broke the test.