pratyakshsharma commented on a change in pull request #2163:
URL: https://github.com/apache/hudi/pull/2163#discussion_r502828537



##########
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:
       this method never throws IOException. Can you remove that as well?




----------------------------------------------------------------
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]


Reply via email to