andygrove commented on code in PR #806:
URL: https://github.com/apache/datafusion-comet/pull/806#discussion_r1713027091


##########
spark/src/test/resources/tpcds-micro-benchmarks/join_exploding_output.sql:
##########
@@ -17,6 +17,6 @@
 
 -- This is based on the first join in q72 when there is no join reordering
 
-select count(*)
+select cs_order_number, cs_quantity, inv_quantity_on_hand

Review Comment:
   I changed these queries so that they are not aggregate queries



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