bbeaudreault commented on code in PR #5795: URL: https://github.com/apache/hbase/pull/5795#discussion_r1553565029
########## hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileInputFormat.java: ########## @@ -155,16 +154,23 @@ protected List<FileStatus> listStatus(JobContext job) throws IOException { // since HFiles are written to directories where the // directory name is the column name Review Comment: The comment here is out of date relative to the implementation now. It would be good to update it about the case where sometimes it might need to recurse further, such as when pointed at a table dir. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org