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, 
   Call time line will be: `byte[]` -> `base64 String` -> `gzip stream` -> 
`base64 String`
   
   
![image](https://user-images.githubusercontent.com/20113411/75521469-cc4a8a80-5a42-11ea-8d92-59b9f845d2d6.png)
   
   IMO, we can use gzip compress `byte[]` data directly, like:
   
   
![image](https://user-images.githubusercontent.com/20113411/75521938-bb4e4900-5a43-11ea-9399-8a8eeae72692.png)
   
   

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

Reply via email to