pitrou commented on code in PR #33776:
URL: https://github.com/apache/arrow/pull/33776#discussion_r1092015523


##########
cpp/src/parquet/bloom_filter.h:
##########
@@ -198,9 +200,11 @@ class PARQUET_EXPORT BlockSplitBloomFilter : public 
BloomFilter {
   /// Deserialize the Bloom filter from an input stream. It is used when 
reconstructing
   /// a Bloom filter from a parquet filter.
   ///
-  /// @param input_stream The input stream from which to construct the Bloom 
filter
+  /// @param input_stream The input stream from which to construct the Bloom 
filter.
+  /// @param properties The parquet reader properties.

Review Comment:
   Should reorder these two lines



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

Reply via email to