-
Notifications
You must be signed in to change notification settings - Fork 26
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
TPC-DS queries and BETWEEN comparison #106
Conversation
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 work Nick!!
I left two minor-ish comments!
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.
Hi @nickgerrets, is it possible to make the remaining failing tests also statement errors with the error messages, instead of commenting them out?
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.
LGTM! Thanks Nick! :)
This PR adds tests for all the TPC-DS queries, skipping those that are failing for the moment.
Also implemented is the BETWEEN comparison operator for DuckDB to Substrait, used a lot in the TPC-DS queries.