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


##########
datafusion/proto/tests/cases/roundtrip_logical_plan.rs:
##########
@@ -2673,6 +2674,44 @@ async fn roundtrip_custom_listing_tables_schema() -> 
Result<()> {
     Ok(())
 }
 
+#[tokio::test]
+async fn roundtrip_custom_listing_tables_schema_table_scan_projection() -> 
Result<()> {

Review Comment:
   I verified this test fails without the code changes in this PR:
   
   ```
   Error: ArrowError(SchemaError("Unable to get field named \"part\". Valid 
fields: [\"id\", \"value\"]"), Some(""))
   ```
   



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