hgromer commented on PR #5051:
URL: https://github.com/apache/hbase/pull/5051#issuecomment-1480005318

   I'm a bit confused by the spotless error message. I think it might be 
referencing a class that I've removed?
   
   ```
   [ERROR] Failed to execute goal 
com.diffplug.spotless:spotless-maven-plugin:2.27.2:check (default-cli) on 
project hbase-mapreduce: The following files had format violations:
   [ERROR]     
src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplicationRecompareContext.java
   [ERROR]         @@ -23,11 +23,12 @@
   [ERROR]          ····this.delimiter·=·delimiter;
   [ERROR]          ··}
   [ERROR]          
   [ERROR]         
-··VerifyReplicationRecompareRunnable·createRecompareRunnable(Mapper.Context·context,·Result·sourceResult,
   [ERROR]         
-····Result·replicatedResult,·VerifyReplication.Verifier.Counters·originalCounter,·Scan·tableScan,
   [ERROR]         -····Table·sourceTable,·Table·replicatedTable)·{
   [ERROR]         -····return·new·VerifyReplicationRecompareRunnable(
   [ERROR]         
-······context,·sourceResult,·replicatedResult,·originalCounter,·delimiter,·tableScan,·sourceTable,
   [ERROR]         
-······replicatedTable,·reCompareRetries,·sleepMsBeforeRecompare,·reCompareBackoffExponent,·verbose);
   [ERROR]         
+··VerifyReplicationRecompareRunnable·createRecompareRunnable(Mapper.Context·context,
   [ERROR]         +····Result·sourceResult,·Result·replicatedResult,
   [ERROR]         
+····VerifyReplication.Verifier.Counters·originalCounter,·Scan·tableScan,·Table·sourceTable,
   [ERROR]         +····Table·replicatedTable)·{
   [ERROR]         
+····return·new·VerifyReplicationRecompareRunnable(context,·sourceResult,·replicatedResult,
   [ERROR]         
+······originalCounter,·delimiter,·tableScan,·sourceTable,·replicatedTable,·reCompareRetries,
   [ERROR]         
+······sleepMsBeforeRecompare,·reCompareBackoffExponent,·verbose);
   [ERROR]          ··}
   [ERROR]          }
   ```


-- 
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