2005hithlj commented on code in PR #5950:
URL: https://github.com/apache/hbase/pull/5950#discussion_r1620550710
##########
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java:
##########
@@ -538,21 +537,47 @@ private FileChecksum getFileChecksum(final FileSystem fs,
final Path path) {
* Check if the two files are equal by looking at the file length, and at
the checksum (if user
* has specified the verifyChecksum flag).
*/
- private boolean sameFile(final FileStatus inputStat, final FileStatus
outputStat) {
+ private boolean sameFile(final FileStatus inputStat, final FileStatus
outputStat,
+ final boolean force) throws IOException {
Review Comment:
OK sir, I will have a new commit soon.
--
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]