andygrove commented on code in PR #577: URL: https://github.com/apache/datafusion-comet/pull/577#discussion_r1643591456
########## spark/inspections/CometTPCHQueriesList-results.txt: ########## @@ -1,133 +1,133 @@ -Query: q1 TPCH Snappy. Comet Exec: Enabled (CometHashAggregate, CometProject) +Query: q1 TPCH Snappy. Comet Exec: Enabled (CometHashAggregate, CometFilter, CometProject) Query: q1 TPCH Snappy: ExplainInfo: Comet shuffle is not enabled: spark.sql.adaptive.coalescePartitions.enabled is enabled and spark.comet.shuffle.enforceMode.enabled is not enabled Query: q2 TPCH Snappy. Comet Exec: Enabled (CometFilter, CometProject) Query: q2 TPCH Snappy: ExplainInfo: -BroadcastExchange is not supported +BroadcastHashJoin is not enabled because not all child plans are native Review Comment: I see. Yes, it would be great at some point to support the two methods of displaying the info. The query tree view would be very helpful for end users debugging a single query. -- 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]
