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

test: Enable all remaining TPCH queries #257

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

viirya
Copy link
Member

@viirya viirya commented Apr 11, 2024

Which issue does this PR close?

Closes #258.

Rationale for this change

What changes are included in this PR?

How are these changes tested?

@@ -76,7 +76,7 @@ class CometTPCHQuerySuite extends QueryTest with CometTPCBase with SQLQueryTestH
"q20",
"q21",
"q22")
val disabledTpchQueries: Seq[String] = Seq("q1", "q15", "q17", "q18")
val disabledTpchQueries: Seq[String] = Seq()
Copy link
Member Author

Choose a reason for hiding this comment

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

I re-ran these queries locally and they are all passed now. Let's see if we can have them in CI.

@viirya
Copy link
Member Author

viirya commented Apr 11, 2024

cc @sunchao @andygrove

Copy link
Member

@sunchao sunchao left a comment

Choose a reason for hiding this comment

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

LGTM (pending CI)

@viirya viirya merged commit b7d2c63 into apache:main Apr 11, 2024
30 checks passed
@viirya
Copy link
Member Author

viirya commented Apr 11, 2024

Merged. Thanks.

@viirya viirya deleted the enable_tpch_queries branch April 11, 2024 06:01
himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
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.

Enable all tests in CometTPCHQuerySuite
2 participants