jayzhan211 commented on issue #10074: URL: https://github.com/apache/datafusion/issues/10074#issuecomment-2078330966
`AccumulatorArgs ` is in `expr` crate, `PhysicalExpr` is in `physical-expr-common` crate. And, `AccumulatorArgs ` is used in `AggregateUDFImpl`, so it is not possible for it to move out `expr`. `PhysicalExpr` makes sense to stay in physical-layer. I think the idea here does not work. -- 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