xudong963 commented on code in PR #19753: URL: https://github.com/apache/datafusion/pull/19753#discussion_r2688872010
########## datafusion/sqllogictest/test_files/joins.slt: ########## @@ -4367,7 +4367,7 @@ logical_plan 08)----------TableScan: my_catalog.my_schema.table_with_many_types projection=[binary_col] physical_plan 01)ProjectionExec: expr=[count(Int64(1))@0 as count(*)] -02)--AggregateExec: mode=Single, gby=[], aggr=[count(Int64(1))] +02)--AggregateExec: mode=Single, gby=[], aggr=[count(1) as count(Int64(1))] Review Comment: This looks like redundant for me -- 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]
