This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 27af155b1a fix: correct `bloom_filter_position` description (#7223)
27af155b1a is described below

commit 27af155b1a51c586349e23c26eefc1ee872e4ed3
Author: Roman Zeyde <[email protected]>
AuthorDate: Wed Mar 5 13:10:13 2025 +0200

    fix: correct `bloom_filter_position` description (#7223)
---
 parquet/src/file/properties.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet/src/file/properties.rs b/parquet/src/file/properties.rs
index dc918f6b56..8c812cc17d 100644
--- a/parquet/src/file/properties.rs
+++ b/parquet/src/file/properties.rs
@@ -232,7 +232,7 @@ impl WriterProperties {
         self.max_row_group_size
     }
 
-    /// Returns maximum number of rows in a row group.
+    /// Returns bloom filter position.
     pub fn bloom_filter_position(&self) -> BloomFilterPosition {
         self.bloom_filter_position
     }

Reply via email to