HowardQin opened a new pull request, #30898:
URL: https://github.com/apache/doris/pull/30898

       Issue Number: close #29406
   
       1. increase lzop version to 0x1040,
           I set to 0x1040 only for decompressing lzo files compressed by 
higher version of lzop,
               no change of decompressing logic,
               actully, 0x1040 should have "F_H_FILTER" feature,
               but it mainly for audio and image data, so we do not support it.
       2. use orc::lzoDecompress() instead of lzo1x_decompress_safe() to 
decompress lzo data
       3. use crc32c::Extend() instead of lzo_crc32()
       4. use olap_adler32() instead of lzo_adler32()
       5. thus, remove dependency of Markus F.X.J. Oberhumer's liblzo2.a library
       6. remove DORIS_WITH_LZO, so lzo file are supported by stream and broker 
load by default
       7. add some regression test
   
   
   


-- 
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: commits-unsubscr...@doris.apache.org

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


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

Reply via email to