Skip to content

Commit bf9bf7d

Browse files
committed
fix doc
1 parent e7fab8b commit bf9bf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/pruning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ impl PartitionPruningStatistics {
163163
/// The outer vector represents the containers while the inner
164164
/// vector represents the partition values for each column.
165165
/// Note that this is the **opposite** of the order of the
166-
/// partition columns in [`PartitionPruningStatistics::partition_schema`].
166+
/// partition columns in `PartitionPruningStatistics::partition_schema`.
167167
/// * `partition_schema`: The schema of the partition columns.
168168
/// This must **not** be the schema of the entire file or table:
169169
/// instead it must only be the schema of the partition columns,

0 commit comments

Comments
 (0)