comphead commented on code in PR #19020:
URL: https://github.com/apache/datafusion/pull/19020#discussion_r2577728460


##########
datafusion/common/src/pruning.rs:
##########
@@ -169,6 +169,36 @@ impl PartitionPruningStatistics {
     ///   This must **not** be the schema of the entire file or table:
     ///   instead it must only be the schema of the partition columns,
     ///   in the same order as the values in `partition_values`.
+    ///
+    /// # Example
+    ///
+    /// To to create [`PartitionPruningStatistics`] for two partition columns 
`a` and `b`,

Review Comment:
   ```suggestion
       /// To create [`PartitionPruningStatistics`] for two partition columns 
`a` and `b`,
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to