gszadovszky commented on code in PR #1280:
URL: https://github.com/apache/parquet-mr/pull/1280#discussion_r1502307440
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/DirectCodecFactory.java:
##########
@@ -186,6 +174,100 @@ public void release() {
}
}
+ private abstract class BaseDecompressor extends BytesDecompressor {
Review Comment:
Unfortunately, the CodecFactory's interface still produces
BytesInputDecompress/Compressor so I cannot change it here without rewriting
the API causing breaking changes.
--
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]