jwimberl commented on issue #1551: URL: https://github.com/apache/datafusion-python/issues/1551#issuecomment-4487999910
I confirmed the workaround in the MRE and am now implementing and testing it in the more complex provider from which that was derived. What are the implications of creating the physical expression using the default execution properties instead of the session state? The docs say that the result of the [`SessionState::create_physical_expr`](https://docs.rs/datafusion/latest/datafusion/execution/session_state/struct.SessionState.html#method.create_physical_expr) call is > is not [simplified](https://docs.rs/datafusion/latest/datafusion/optimizer/simplify_expressions/index.html) or otherwise optimized so I'd guess there's no custom optimizer rules that could come into play in it? -- 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]
