emkornfield commented on a change in pull request #9782: URL: https://github.com/apache/arrow/pull/9782#discussion_r614538476
########## File path: cpp/src/parquet/types.cc ########## @@ -69,11 +69,6 @@ std::unique_ptr<Codec> GetCodec(Compression::type codec, int compression_level) throw ParquetException(ss.str()); } - if (codec == Compression::LZ4) { Review comment: it this right? how are we going about deprecating LZ4 vs LZ4 RAW or is that different issue/PR? -- 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: us...@infra.apache.org