pitrou commented on pull request #7789: URL: https://github.com/apache/arrow/pull/7789#issuecomment-660254916
> Should we make every Codec know its corresponding compression type enum? > Another approach would be to define another codec, LZ4_HADOOP, [...] Both approaches sounds ok to me. However, on the read side, you must ideally be able to ingest both kinds of input (Hadoop and non-Hadoop LZ4), so as to be maximally compatible with existing files. So you probably need some special handling on the Parquet side anyway? ---------------------------------------------------------------- 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]
