adriangb commented on issue #14993: URL: https://github.com/apache/datafusion/issues/14993#issuecomment-3584750217
I've posted a very rough draft of a next step for Parquet in https://github.com/apache/datafusion/pull/18966. Some other tasks that I think may need to happen before or in parallel: - Convert other data sources to use `PhysicalExprAdapter`. - Remove `SchemaAdapter` from predicate pushdown / per row filtering. - Resolve https://github.com/apache/datafusion/issues/18957 by making a cast kernel that supports structs and can be used by `PhysicalExprAdapter`. -- 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]
