-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Enable already passing tests in DecoupledPlanningCalciteQueryTest #14996
Enable already passing tests in DecoupledPlanningCalciteQueryTest #14996
Conversation
What change caused the test to pass? If it was passing from the beginning then what was the rationale behind disabling them? (cc @rohangarg) |
@LakshSingla I'm not sure if that's really important the mechanism employed here could be replaced with something which will fail if they start passing for some reason... do you think it would be usefull to dig out and bisect when they started passing? |
there are a few which was silently fixed by the 1.35 calcite upgrade:
and |
I think we might want to use a better way to keep this tests disabled until we fix them: #15005 |
…id into decouple-test-already-good
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.
Thanks for the changes @kgyrtkirk - we can merge this and you can rebase the new changes in #15005
Thank you @rohangarg for reviewing and merging these changes :) |
contains Enable already passing tests in DecoupledPlanningCalciteQueryTest #14996 enables a transpose rule to support a query plan in which the plan was in the shape: Sort Project Aggregate
There are some tests which were disabled - however they seem to be able to pass already.