andygrove commented on code in PR #806: URL: https://github.com/apache/datafusion-comet/pull/806#discussion_r1713034997
########## 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: Just to make the test focus on join rather than join + aggregate. We have separate tests already for different types of aggregate. -- 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]
