stoty commented on code in PR #7660:
URL: https://github.com/apache/hbase/pull/7660#discussion_r2716765923


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncClientScanner.java:
##########
@@ -19,13 +19,13 @@
 
 import static org.apache.hadoop.hbase.HConstants.EMPTY_END_ROW;
 import static org.apache.hadoop.hbase.HConstants.EMPTY_START_ROW;
+import static org.apache.hadoop.hbase.client.ConnectionUtils.*;

Review Comment:
   This looks funky.
   I think we don't want wildcard imports, but if we do, then we shouldn't mix 
wildcard and explicit imports for the same class



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