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 51ec49b  test: Enable TPCDS q41 in CometTPCDSQuerySuite (#98)
51ec49b is described below

commit 51ec49bf9e4554de91ece9352ca73afcb9e51e28
Author: Liang-Chi Hsieh <vii...@gmail.com>
AuthorDate: Fri Feb 23 08:40:21 2024 -0800

    test: Enable TPCDS q41 in CometTPCDSQuerySuite (#98)
---
 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 92b4aa7..443c1cb 100644
--- a/spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala
+++ b/spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala
@@ -26,7 +26,7 @@ import org.apache.comet.CometConf
 class CometTPCDSQuerySuite
     extends {
       // This is private in `TPCDSBase`.
-      val excludedTpcdsQueries: Seq[String] = Seq("q34", "q41", "q64")
+      val excludedTpcdsQueries: Seq[String] = Seq("q34", "q64")
 
       // This is private in `TPCDSBase` and `excludedTpcdsQueries` is private 
too.
       // So we cannot override `excludedTpcdsQueries` to exclude the queries.

Reply via email to