You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/10/10 20:21:10 UTC

[GitHub] [hudi] pratyakshsharma commented on a change in pull request #2163: [MINOR] Remove unused generics type

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:
users@infra.apache.org