harjitdotsingh commented on a change in pull request #2255:
URL: https://github.com/apache/accumulo/pull/2255#discussion_r705697871



##########
File path: 
shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java
##########
@@ -285,6 +288,19 @@ protected void fetchColumns(final CommandLine cl, final 
ScannerBase scanner,
     }
   }
 
+  protected String[] extractColumnFamily(final String columnString) {

Review comment:
       Here are the comments from @ctubbsii  
   
   `Alternatively, we can add -cf and -cq options to the scan command which is 
mutually exclusive with -c.`
   
   Going by that  it would mean that we still want to keep -c but  IMHO its 
redundant to have  -c , -cf and -cq.  Would like to see what @ctubbsii  has to 
say about it? Do we want to keep -c with -cf and -cq. I think it will be 
confusing for people to have 2 options for a operation. Thoughts ?
   
   




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