HuSen8891 commented on code in PR #12085: URL: https://github.com/apache/datafusion/pull/12085#discussion_r1724168267
########## datafusion/physical-plan/src/aggregates/mod.rs: ########## @@ -817,7 +818,16 @@ fn create_schema( | AggregateMode::SinglePartitioned => { // in final mode, the field with the final result of the accumulator for expr in aggr_expr { - fields.push(expr.field()?) Review Comment: Thanks. Let me improve this later. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org