sgrebnov commented on code in PR #13599:
URL: https://github.com/apache/datafusion/pull/13599#discussion_r1863025876


##########
datafusion/sql/tests/cases/plan_to_sql.rs:
##########
@@ -926,12 +926,25 @@ fn test_table_scan_pushdown() -> Result<()> {
     let query_from_table_scan_with_projection = LogicalPlanBuilder::from(
         table_scan(Some("t1"), &schema, Some(vec![0, 1]))?.build()?,
     )
-    .project(vec![wildcard()])?

Review Comment:
   Can this actually be a real plan (other than manually constructed) with a 
wildcard projection and a TableScan that includes only two columns?



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