tustvold commented on code in PR #7890:
URL: https://github.com/apache/arrow-datafusion/pull/7890#discussion_r1367731053
##########
datafusion/core/src/datasource/physical_plan/file_scan_config.rs:
##########
@@ -101,7 +101,7 @@ pub struct FileScanConfig {
/// all records after filtering are returned.
pub limit: Option<usize>,
/// The partitioning columns
- pub table_partition_cols: Vec<(String, DataType)>,
+ pub table_partition_cols: Vec<Field>,
Review Comment:
You probably want to use FieldRef not Field
--
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]