viirya commented on code in PR #257:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/257#discussion_r1560375221
##########
spark/src/test/scala/org/apache/spark/sql/CometTPCHQuerySuite.scala:
##########
@@ -76,7 +76,7 @@ class CometTPCHQuerySuite extends QueryTest with CometTPCBase
with SQLQueryTestH
"q20",
"q21",
"q22")
- val disabledTpchQueries: Seq[String] = Seq("q1", "q15", "q17", "q18")
+ val disabledTpchQueries: Seq[String] = Seq()
Review Comment:
I re-ran these queries locally and they are all passed now. Let's see if we
can have them in CI.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]