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



##########
File path: 
shell/src/main/java/org/apache/accumulo/shell/commands/QuotedStringTokenizer.java
##########
@@ -72,7 +72,7 @@ private void createTokens() throws BadArgumentException, 
UnsupportedEncodingExce
         inEscapeSequence = false;
         if (ch == 'x') {
           hexChars = "";
-        } else if (ch == ' ' || ch == '\'' || ch == '"' || ch == '\\') {
+        } else if (ch == ' ' || ch == '\'' || ch == '"' || ch == '\\' || ch == 
':') {

Review comment:
       We don't need this. We can revert this back. Let me do that




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