alamb commented on code in PR #20091:
URL: https://github.com/apache/datafusion/pull/20091#discussion_r2777470270


##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -2682,8 +2688,9 @@ pub struct TableScan {
     pub table_name: TableReference,
     /// The source of the table
     pub source: Arc<dyn TableSource>,
-    /// Optional column indices to use as a projection

Review Comment:
   We should probably call this out as an API change on the title



-- 
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]

Reply via email to