EdColeman commented on code in PR #2569:
URL: https://github.com/apache/accumulo/pull/2569#discussion_r851350149


##########
server/manager/src/main/java/org/apache/accumulo/manager/upgrade/Upgrader9to10.java:
##########
@@ -484,11 +452,10 @@ static Map<String,DataFileValue> 
cleanupRootTabletFiles(VolumeManager fs, String
   public void upgradeFileDeletes(ServerContext context, Ample.DataLevel level) 
{
 
     String tableName = level.metaTable();
-    AccumuloClient c = context;

Review Comment:
   This removes the declaration of `AccumuloClint c = ...` that is used only in 
one place.  This eliminates that variable and make the cast explicit only where 
is is needed.  



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