viirya commented on pull request #33913:
URL: https://github.com/apache/spark/pull/33913#issuecomment-913449357


   > > Thanks @pan3793.
   > > I tried to add lz4 wrapper classes in #33912. Fortunately only a few lz4 
APIs were used at Hadoop Lz4 codec internally. So the wrapper classes are 
simple.
   > 
   > It works for parquet, but does it work for compressed lz4 hadoop seq file 
which will need full Lz4Codec support?
   > 
   > Thanks,
   
   lz4-java APIs are only used internally in Hadoop Lz4Compressor and 
Lz4Decompressor, not by Lz4Codec. The added wrapper classes already implement 
all used lz4-java APIs there, Hadoop usage should be fine for both parquet, 
sequence file. I will also run a test to verify it too.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to