You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ed...@apache.org on 2023/07/17 14:49:54 UTC

[accumulo] branch main updated (7b0f305575 -> 3a83dd4355)

This is an automated email from the ASF dual-hosted git repository.

edcoleman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 7b0f305575 Merge remote-tracking branch 'upstream/2.1'
     add e46cd0e72c Fixes 3233. Add copy-properties option for createnamespace and createtable shell commands (#3562)
     new 3a83dd4355 Merge remote-tracking branch 'upstream/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/CreateNamespaceCommand.java     |  52 +++--
 .../shell/commands/CreateTableCommand.java         |  77 ++++---
 .../test/shell/ShellCreateNamespaceIT.java         | 226 +++++++++++++++++++++
 .../accumulo/test/shell/ShellCreateTableIT.java    | 223 ++++++++++++++++++--
 .../apache/accumulo/test/shell/ShellServerIT.java  |   8 +-
 5 files changed, 518 insertions(+), 68 deletions(-)
 create mode 100644 test/src/main/java/org/apache/accumulo/test/shell/ShellCreateNamespaceIT.java


[accumulo] 01/01: Merge remote-tracking branch 'upstream/2.1'

Posted by ed...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

edcoleman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 3a83dd4355189b5a1bbccefca6f3f7b1fe3f6366
Merge: 7b0f305575 e46cd0e72c
Author: Ed Coleman <ed...@apache.org>
AuthorDate: Mon Jul 17 14:49:27 2023 +0000

    Merge remote-tracking branch 'upstream/2.1'

 .../shell/commands/CreateNamespaceCommand.java     |  52 +++--
 .../shell/commands/CreateTableCommand.java         |  77 ++++---
 .../test/shell/ShellCreateNamespaceIT.java         | 226 +++++++++++++++++++++
 .../accumulo/test/shell/ShellCreateTableIT.java    | 223 ++++++++++++++++++--
 .../apache/accumulo/test/shell/ShellServerIT.java  |   8 +-
 5 files changed, 518 insertions(+), 68 deletions(-)