dlmarion commented on code in PR #4841:
URL: https://github.com/apache/accumulo/pull/4841#discussion_r1733531003


##########
test/src/main/java/org/apache/accumulo/test/functional/ScannerIT.java:
##########
@@ -113,4 +117,82 @@ public void testScannerReadaheadConfiguration() throws 
Exception {
       }
     }
   }
+
+  @Test
+  public void testSessionCleanup() throws Exception {
+    String tableName = getUniqueNames(1)[0];
+    final String table = getUniqueNames(1)[0];

Review Comment:
   duplicate variable? Can this be removed?



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