vinayakphegde commented on code in PR #7106:
URL: https://github.com/apache/hbase/pull/7106#discussion_r2152380248


##########
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/WALInputFormat.java:
##########
@@ -349,7 +356,7 @@ private Path[] getInputPaths(Configuration conf) {
    *                  equal to this value else we will filter out the file. If 
name does not seem to
    *                  have a timestamp, we will just return it w/o filtering.
    */
-  private List<FileStatus> getFiles(FileSystem fs, Path dir, long startTime, 
long endTime)
+  List<FileStatus> getFiles(FileSystem fs, Path dir, long startTime, long 
endTime)

Review Comment:
   No, this is used in `WALInputFormat` class itself. I just made it package 
private so that I can use them in tests. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to