Apache9 commented on code in PR #5056:
URL: https://github.com/apache/hbase/pull/5056#discussion_r1119530303
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/DelegatingInternalScanner.java:
##########
@@ -19,11 +19,17 @@
import java.io.IOException;
import java.util.List;
+import java.util.concurrent.atomic.AtomicInteger;
import org.apache.hadoop.hbase.Cell;
import org.apache.yetus.audience.InterfaceAudience;
@InterfaceAudience.Private
-public class DelegatingInternalScanner implements InternalScanner {
+public class DelegatingInternalScanner implements InternalScanner, Shipper {
Review Comment:
Just give it another name? It is not just a delegation now.
--
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]