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

[CH-375] Enable ch backend tpcds suite #1196

Merged
merged 7 commits into from
Apr 6, 2023
Merged

[CH-375] Enable ch backend tpcds suite #1196

merged 7 commits into from
Apr 6, 2023

Conversation

loneylee
Copy link
Member

@loneylee loneylee commented Mar 23, 2023

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

How was this patch tested?

@github-actions
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/oap-project/gluten/issues

Then could you also rename commit message and pull request title in the following format?

[Gluten-${ISSUES_ID}] ${detailed message}

See also:

@zhztheplayer zhztheplayer changed the title [CH-375]Enable ch backend tpcds suite [CH-375] Enable ch backend tpcds suite Mar 24, 2023
@@ -49,6 +47,73 @@ abstract class GlutenClickHouseTPCDSAbstractSuite extends WholeStageTransformerS
protected val tpcdsQueries: String
protected val queriesResults: String

protected val tpcdsAllQueries: Seq[String] =
Range
.inclusive(24, 99)
Copy link
Contributor

Choose a reason for hiding this comment

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

why 24 to 99?

@@ -40,6 +40,20 @@ class GlutenClickHouseTPCDSParquetSuite extends GlutenClickHouseTPCDSAbstractSui
.set("spark.sql.files.openCostInBytes", "134217728")
}

tpcdsAllQueries.foreach(
Copy link
Contributor

Choose a reason for hiding this comment

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

add these tests for other suites, GlutenClickHouseTPCDSParquetColumnarShuffleSuite, GlutenClickHouseTPCDSParquetColumnarShuffleAQESuite, GlutenClickHouseTPCDSParquetAQESuite ?

@loneylee loneylee force-pushed the tpcds branch 7 times, most recently from 4126e34 to 5f33e88 Compare April 4, 2023 02:09
})

protected val excludedTpcdsQueries: Set[String] = Set(
"q2",
Copy link
Contributor

Choose a reason for hiding this comment

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

please rebase and try to run q2, q10, q35, q49, a59.

Copy link
Contributor

@zzcclp zzcclp left a comment

Choose a reason for hiding this comment

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

LGTM

@zzcclp zzcclp merged commit 2685c1f into apache:main Apr 6, 2023
loneylee added a commit to loneylee/gluten that referenced this pull request Apr 7, 2023
This pull request was closed.
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