bvaradar commented on a change in pull request #1253: [HUDI-558] Introduce
ability to compress bloom filters while storing in parquet
URL: https://github.com/apache/incubator-hudi/pull/1253#discussion_r384914657
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/bloom/filter/BloomFilterFactory.java
##########
@@ -52,6 +52,7 @@ public static BloomFilter createBloomFilter(int numEntries,
double errorRate, in
* @return the {@link BloomFilter} thus generated from the passed in
serialized string
*/
public static BloomFilter fromString(String serString, String
bloomFilterTypeCode) {
+
Review comment:
Done.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services