adriangb commented on code in PR #16803: URL: https://github.com/apache/datafusion/pull/16803#discussion_r2213648171
########## datafusion/core/src/datasource/listing/table.rs: ########## @@ -101,7 +101,7 @@ pub struct ListingTableConfig { /// Optional [`SchemaAdapterFactory`] for creating schema adapters schema_adapter_factory: Option<Arc<dyn SchemaAdapterFactory>>, /// Optional [`PhysicalExprAdapterFactory`] for creating physical expression adapters - physical_expr_adapter_factory: Option<Arc<dyn PhysicalExprAdapterFactory>>, + expr_adapter_factory: Option<Arc<dyn PhysicalExprAdapterFactory>>, Review Comment: This API was added yesterday in https://github.com/apache/datafusion/pull/16791 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org