dugenkui03 commented on a change in pull request #2163:
URL: https://github.com/apache/hudi/pull/2163#discussion_r502855215
##########
File path:
hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieFileReaderFactory.java
##########
@@ -46,13 +44,11 @@
throw new UnsupportedOperationException(extension + " format not supported
yet.");
}
- private static <T extends HoodieRecordPayload, R extends IndexedRecord>
HoodieFileReader<R> newParquetFileReader(
- Configuration conf, Path path) throws IOException {
Review comment:
It is already removed from `newParquetFileReader`.
----------------------------------------------------------------
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]