vineetgarg02 commented on a change in pull request #552: Hive 21279 URL: https://github.com/apache/hive/pull/552#discussion_r260981302
########## File path: ql/src/java/org/apache/hadoop/hive/ql/io/HiveSequenceFileInputFormat.java ########## @@ -48,24 +44,20 @@ public HiveSequenceFileInputFormat() { setMinSplitSize(SequenceFile.SYNC_INTERVAL); } - Set<Path> listsToFetch = null; + Set<FileStatus> listsToFetch = null; Review comment: Fixed ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services