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

build: Re-enable TPCDS queries q34 and q64 in CometTPCDSQuerySuite #133

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

viirya
Copy link
Member

@viirya viirya commented Feb 29, 2024

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

This patch re-enables TPCDS queries q34 and q64 in CometTPCDSQuerySuite.

How are these changes tested?

@@ -27,7 +27,7 @@ class CometTPCDSQuerySuite
extends {
// This is private in `TPCDSBase`.
val excludedTpcdsQueries: Seq[String] =
Seq("q34", "q66", "q64", "q71", "q88", "q90", "q96")
Seq("q66", "q71", "q88", "q90", "q96")
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 just ran CometTPCDSQuerySuite locally and found two queries are working now.

Copy link
Contributor

@advancedxy advancedxy left a comment

Choose a reason for hiding this comment

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

LGTM

@sunchao sunchao merged commit ffc2dd2 into apache:main Feb 29, 2024
13 checks passed
@sunchao
Copy link
Member

sunchao commented Feb 29, 2024

Merged, thanks!

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.

3 participants