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


##########
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:
   It won't be a real case in DataFusion because the wildcard char will be 
expanded by `ExpandWildcardRule`



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