ConeyLiu commented on code in PR #1187:
URL: https://github.com/apache/parquet-mr/pull/1187#discussion_r1441196379
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java:
##########
@@ -823,6 +823,38 @@ public ParquetFileReader(Configuration conf, Path file,
ParquetMetadata footer)
this.crc = options.usePageChecksumVerification() ? new CRC32() : null;
}
+ /**
+ * @param conf the Hadoop Configuration
+ * @param file Path to a parquet file
+ * @param footer a {@link ParquetMetadata} footer already read from the file
+ * @throws IOException if the file can not be opened
+ * @deprecated will be removed in 2.0.0.
Review Comment:
Will this eventually be replaced by another constructor or just not
recommended?
--
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]