alamb commented on code in PR #9126:
URL: https://github.com/apache/arrow-datafusion/pull/9126#discussion_r1479091645


##########
datafusion/proto/tests/cases/roundtrip_physical_plan.rs:
##########
@@ -561,6 +563,32 @@ fn roundtrip_parquet_exec_with_pruning_predicate() -> 
Result<()> {
     )))
 }
 
+#[tokio::test]
+async fn roundtrip_parquet_exec_with_table_partition_cols() -> Result<()> {

Review Comment:
   I verified this test fails without the code changes in this file. 👍 
   
   ```
   
   from proto: ArrowError(SchemaError("Unable to get field named \"part\". 
Valid fields: [\"col\"]"), None)
   thread 
'cases::roundtrip_physical_plan::roundtrip_parquet_exec_with_table_partition_cols'
 panicked at datafusion/proto/tests/cases/roundtrip_physical_plan.rs:111:10:
   from proto: ArrowError(SchemaError("Unable to get field named \"part\". 
Valid fields: [\"col\"]"), None)
   stack backtrace:
   ```



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

Reply via email to