We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fab8b commit bf9bf7dCopy full SHA for bf9bf7d
datafusion/common/src/pruning.rs
@@ -163,7 +163,7 @@ impl PartitionPruningStatistics {
163
/// The outer vector represents the containers while the inner
164
/// vector represents the partition values for each column.
165
/// Note that this is the **opposite** of the order of the
166
- /// partition columns in [`PartitionPruningStatistics::partition_schema`].
+ /// partition columns in `PartitionPruningStatistics::partition_schema`.
167
/// * `partition_schema`: The schema of the partition columns.
168
/// This must **not** be the schema of the entire file or table:
169
/// instead it must only be the schema of the partition columns,
0 commit comments