This is an automated email from the ASF dual-hosted git repository.
viirya 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 3ca8bc8 test: Restore CometTPCDSQuerySuite (#252)
3ca8bc8 is described below
commit 3ca8bc875dffc57df3252f769db66c21c5689b1b
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Wed Apr 10 16:19:59 2024 -0700
test: Restore CometTPCDSQuerySuite (#252)
---
spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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 a3b73df..4cfa686 100644
--- a/spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala
+++ b/spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala
@@ -138,9 +138,8 @@ class CometTPCDSQuerySuite
"q99")
// TODO: enable the 3 queries after fixing the issues #1358.
- override val tpcdsQueries: Seq[String] = Seq("q4")
- // tpcdsAllQueries.filterNot(excludedTpcdsQueries.contains)
- // Seq("q1", "q2", "q3", "q4")
+ override val tpcdsQueries: Seq[String] =
+ tpcdsAllQueries.filterNot(excludedTpcdsQueries.contains)
}
with TPCDSQueryTestSuite {
override def sparkConf: SparkConf = {