wgtmac commented on code in PR #1329:
URL: https://github.com/apache/parquet-mr/pull/1329#discussion_r1580422005
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/CodecFactory.java:
##########
@@ -51,9 +51,13 @@ public class CodecFactory implements CompressionCodecFactory
{
private final Map<CompressionCodecName, BytesCompressor> compressors = new
HashMap<>();
private final Map<CompressionCodecName, BytesDecompressor> decompressors =
new HashMap<>();
- protected final ParquetConfiguration configuration;
+ protected final ParquetConfiguration conf;
protected final int pageSize;
+ // May be null if parquetConfiguration is not an instance of
org.apache.parquet.conf.HadoopParquetConfiguration
+ @Deprecated
+ protected final Configuration configuration;
Review Comment:
I've added it back to be backward compatible. @amousavigourabi @Fokko
--
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]