This is an automated email from the ASF dual-hosted git repository. ddanielr pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from cb11a414ac Merge branch '2.1' add 52c80caa68 Adds support for json values in the Tokenizer (#5689) new e0ee9283f9 Merge branch '2.1' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../shell/commands/QuotedStringTokenizer.java | 84 +++++++++++++++------ .../shell/commands/QuotedStringTokenizerTest.java | 86 ++++++++++++++++++++++ 2 files changed, 147 insertions(+), 23 deletions(-) create mode 100644 shell/src/test/java/org/apache/accumulo/shell/commands/QuotedStringTokenizerTest.java