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


##########
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:
   ```
   - q88 *** FAILED ***
     java.lang.Exception: Expected "[0  0       0       0       0       0       
0       0]", but got "[2358     4664    4828    7447    6997    3886    4073    
4923]" Result did not match
   ```



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