This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 80a48cdc60 Filter based on columns declared in TabletMetadataCheck (#5335) add cdf30d0667 Adds ByteSequence constructors to Key (#5327) add 6555fc12db avoid clearing server in cache when scanner closed and interrupted (#5313) add aa6e61cb41 Merge branch '2.1' into 3.1 new 30272f7be6 Merge branch '3.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: .../accumulo/core/clientImpl/ScannerIterator.java | 2 + .../accumulo/core/clientImpl/ThriftScanner.java | 12 ++- .../java/org/apache/accumulo/core/data/Key.java | 57 ++++++++++++++ .../org/apache/accumulo/core/data/KeyBuilder.java | 88 ++++++++++++++++++++++ .../org/apache/accumulo/core/data/KeyTest.java | 50 ++++++++++++ 5 files changed, 207 insertions(+), 2 deletions(-)