Skip to content
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

Merged
merged 14 commits into from
Sep 18, 2024
Merged

Conversation

nickgerrets
Copy link
Contributor

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.

Copy link
Contributor

@pdet pdet left a 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!

test/sql/test_between.test Outdated Show resolved Hide resolved
test/sql/test_substrait_tpcds.test Outdated Show resolved Hide resolved
@nickgerrets nickgerrets requested a review from pdet September 13, 2024 09:23
Copy link
Contributor

@pdet pdet left a 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?

test/sql/test_substrait_tpcds.test Show resolved Hide resolved
Copy link
Contributor

@pdet pdet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks Nick! :)

@pdet pdet merged commit 78d265c into substrait-io:main Sep 18, 2024
23 checks passed
@nickgerrets nickgerrets deleted the tpcds branch September 18, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants