huaxingao commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566422127


##########
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##########
@@ -476,7 +493,10 @@ static Context dataContext(Map<String, String> config) {
         int bloomFilterMaxBytes =
             PropertyUtil.propertyAsInt(
                 config, PARQUET_BLOOM_FILTER_MAX_BYTES, 
PARQUET_BLOOM_FILTER_MAX_BYTES_DEFAULT);
-        Preconditions.checkArgument(bloomFilterMaxBytes > 0, "bloom Filter Max 
Bytes must be > 0");

Review Comment:
   This change is not relevant. I saw the case is not correct, so fixed `bloom 
Filter` -> `Bloom filter`. Removed this change for now.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to