goutamadwant commented on issue #24065: URL: https://github.com/apache/datafusion/issues/24065#issuecomment-5343540521
@timsaucer Implemented a fix that removes the recursive `create_physical_plan` callback from `FFI_SessionRef` and makes `ForeignSession` fail fast without invoking the installed planner. The supported captured `FFI_QueryPlanner` path remains intact and passes the cross-library type-identity tests. let me know. thanks! -- 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]
