comphead commented on issue #2667:
URL: 
https://github.com/apache/datafusion-comet/issues/2667#issuecomment-3481544824

   The output from Comet and Spark is different if I remove LIMIT 100 from 
original Q69
   
   ```
   scala> spark.read.parquet("/tmp/tpcds1/spark/q69").count()
   res1: Long = 5593
   
   scala> spark.read.parquet("/tmp/tpcds1/comet/q69").count()
   res2: Long = 5599
   
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to