adriangb commented on PR #3047: URL: https://github.com/apache/datafusion-comet/pull/3047#issuecomment-3716492067
I *think* you should have no issues migrating to `PhysicalExprAdapter`, it covers all of the use cases of `SchemaAdapter` (and more) with a simpler API to write against. Forward porting `SchemaAdapter` may be difficult considering it's not supported in `ParquetOpener`, etc. anymore. -- 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]
