lamber-ken commented 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-592880451
 
 
   Also, the compressed byte[] data seems bigger than original one.
   ```
   test random keys
   Data origin byte[] length Stage 0 3594410
   Data compress byte[] length Stage 1 3630217
   
   test sequential keys
   Data origin byte[] length Stage 0 3594410
   Data compress byte[] length Stage 1 3630276
   ```
   
   Added these log statements.
   
![image](https://user-images.githubusercontent.com/20113411/75601357-33287c00-5af5-11ea-8e3e-c270a734eadc.png)
   
   
![image](https://user-images.githubusercontent.com/20113411/75601365-41769800-5af5-11ea-8baa-e345a075b8be.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