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


##########
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:
   ```
   - q71 *** FAILED ***
     java.lang.Exception: Expected "[]", but got "[10016002     corpamalgamalg 
#x                                       19      7       23183.08
   10005002     scholarunivamalg #x                                     8       
8       17109.63
   8014006      edu packmaxi #x                                         9       
53      16420.75
   3003002      exportiexporti #x                                       17      
44      16337.23
   3001001      amalgexporti #x                                         17      
46      16088.53
   4001001      amalgedu pack #x                                        9       
28      15557.83
   ...
   ```
   
   The actual (wrong) result is pretty long, I ignore it above.



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