alamb commented on issue #10181: URL: https://github.com/apache/datafusion/issues/10181#issuecomment-2070872284
I see a few options: 1. We can put `get_field` back into the core crate (and move it out of datafusion-functions) - might be the least surprising but would not allow people to customize how field access worked (e.g. for implementing JSON support) 2. We can make a better API / more examples how to get the core rewrites working in https://github.com/apache/datafusion/blob/07804384cbdcdd2861ec8a279632da32245e28f7/datafusion-examples/examples/expr_api.rs#L84-L110 I would be happy to work on 2 if someone could point me at how people are creating Physical exprs today -- 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]
