liukun4515 opened a new issue #1358: URL: https://github.com/apache/arrow-datafusion/issues/1358
https://github.com/apache/arrow-datafusion/blob/414c826bf06fd22e0bb52edbb497791b5fe558e0/datafusion/src/physical_plan/aggregates.rs#L143 In order to get agg phy expr, we need to coerce the input exprs(may need to add try_cast to wrap the expr), so the types of coerced exprs is diff with the types of input exprs. In the below code, we also need to use the coerced exprs and coerced types to generate the agg expr. -- 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]
