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


   > 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.
   
   Actually maybe we also need to add some e2e tests for seq file in Spark 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: reviews-unsubscr...@spark.apache.org

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



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

Reply via email to