adriangb commented on code in PR #16803: URL: https://github.com/apache/datafusion/pull/16803#discussion_r2212054428
########## datafusion/core/src/datasource/listing/table.rs: ########## @@ -433,7 +433,7 @@ impl ListingTableConfig { /// `SchemaAdapterFactory` is set, in which case only the `SchemaAdapterFactory` will be used. /// /// See <https://github.com/apache/datafusion/issues/16800> for details on this transition. - pub fn with_physical_expr_adapter_factory( + pub fn with_expr_adapter_factory( Review Comment: In writing the example I noticed that this name is very long and probably too verbose. This tones it down and brings it in line with the field name. -- 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