-
Notifications
You must be signed in to change notification settings - Fork 893
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
Simplify code and improve test coverage #7512
Simplify code and improve test coverage #7512
Conversation
|
Size Report 1Affected Products
Test Logs |
@@ -777,6 +778,82 @@ describe('Query', () => { | |||
); | |||
}); | |||
|
|||
it("generates the correct implicit order by's for multiple inequality", () => { |
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.
double checked with backend result: https://cider-v.corp.google.com/?ws=milamamat/CS-QueryToConstraintSpecConverterTest-2023-07-31_173943&sid=7af76dfd-ea54-4bdc-8a62-7e5d4550dd35
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
Size Analysis Report 1Affected Products
Test Logs |
59796bc
into
mila/Multiple-Inequality-support
TODO: next PR