viirya commented on code in PR #99:
URL: 
https://github.com/apache/arrow-datafusion-comet/pull/99#discussion_r1501264301


##########
spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala:
##########
@@ -26,7 +26,8 @@ import org.apache.comet.CometConf
 class CometTPCDSQuerySuite
     extends {
       // This is private in `TPCDSBase`.
-      val excludedTpcdsQueries: Seq[String] = Seq("q34", "q64")
+      val excludedTpcdsQueries: Seq[String] =
+        Seq("q34", "q66", "q64", "q71", "q88", "q90", "q96")

Review Comment:
   It is weird that we have more queries that are not same with Spark, compared 
with what we have internally.



-- 
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]

Reply via email to