rdettai commented on a change in pull request #1120:
URL: https://github.com/apache/arrow-datafusion/pull/1120#discussion_r730368727
##########
File path: datafusion/src/physical_plan/file_format/parquet.rs
##########
@@ -59,14 +60,12 @@ use tokio::{
use async_trait::async_trait;
-use crate::datasource::{FilePartition, PartitionedFile};
-
/// Execution plan for scanning one or more Parquet partitions
#[derive(Debug, Clone)]
pub struct ParquetExec {
object_store: Arc<dyn ObjectStore>,
- /// Parquet partitions to read
- partitions: Vec<ParquetPartition>,
+ /// List of parquet files, grouped by output partition
Review comment:
I was referring to the `ExecutionPlan.output_partitioning()`. Let me
change this for something slightly more explicit 🙂 (I'll try to update this
later today)
--
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]