joroKr21 commented on code in PR #17643: URL: https://github.com/apache/datafusion/pull/17643#discussion_r2382388507
########## datafusion/expr/src/logical_plan/builder.rs: ########## @@ -1996,6 +1970,7 @@ pub fn table_scan_with_filter_and_fetch( } pub fn table_source(table_schema: &Schema) -> Arc<dyn TableSource> { + // TODO should we take SchemaRef and avoid cloning? Review Comment: I do this in #17675 -- 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