This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 666135d96a Remove TODO that has already been addressed in Combiner 
(#3002)
666135d96a is described below

commit 666135d96a8b5d7d3cb4f24e4dbdc78392bfba54
Author: Dom G <domgargu...@apache.org>
AuthorDate: Fri Oct 7 06:51:50 2022 -0400

    Remove TODO that has already been addressed in Combiner (#3002)
---
 core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java 
b/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java
index f502387ceb..23bbfeade9 100644
--- a/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java
+++ b/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java
@@ -310,7 +310,6 @@ public abstract class Combiner extends WrappingIterator 
implements OptionDescrib
 
   @Override
   public SortedKeyValueIterator<Key,Value> deepCopy(IteratorEnvironment env) {
-    // TODO test
     Combiner newInstance;
     try {
       newInstance = this.getClass().getDeclaredConstructor().newInstance();

Reply via email to