This is an automated email from the ASF dual-hosted git repository.
sunchao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new ffc2dd2 build: Re-enable TPCDS queries (#133)
ffc2dd2 is described below
commit ffc2dd2efd5920f77cb75b1fde91e1828e80dd4c
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Thu Feb 29 09:16:35 2024 -0800
build: Re-enable TPCDS queries (#133)
---
spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala
b/spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala
index 5d7b603..65ea8ba 100644
--- a/spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala
+++ b/spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala
@@ -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")
// This is private in `TPCDSBase` and `excludedTpcdsQueries` is private
too.
// So we cannot override `excludedTpcdsQueries` to exclude the queries.