lamber-ken edited a comment on issue #1253: [HUDI-558] Introduce ability to compress bloom filters while storing in parquet URL: https://github.com/apache/incubator-hudi/pull/1253#issuecomment-592397157 Hi @bvaradar, the idea of compressing strings is great, just considering: Call time line will be: `byte[]` -> `base64 String` -> `gzip stream` -> `base64 String`  IMO, we can use gzip compress `byte[]` data directly, like: 
---------------------------------------------------------------- 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
