This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git.
from 1749dce Add table option to shell delete command. (#1797) add 4432558 Convert Translator usages to lambdas (#1802) No new revisions were added by this update. Summary of changes: .../TabletServerBatchReaderIterator.java | 23 ++- .../core/clientImpl/TabletServerBatchWriter.java | 26 ++-- .../accumulo/core/clientImpl/ThriftScanner.java | 20 +-- .../accumulo/core/clientImpl/Translator.java | 162 --------------------- .../accumulo/core/clientImpl/Translators.java | 43 ------ .../org/apache/accumulo/core/summary/Gatherer.java | 5 +- .../accumulo/server/client/BulkImporter.java | 12 +- .../server/security/AuditedSecurityOperation.java | 23 ++- .../accumulo/tserver/ThriftClientHandler.java | 37 +++-- .../tserver/data/ServerConditionalMutation.java | 11 -- .../tserver/mastermessage/SplitReportMessage.java | 6 +- .../apache/accumulo/tserver/scan/LookupTask.java | 14 +- .../accumulo/tserver/session/SessionManager.java | 20 +-- .../accumulo/tserver/tablet/CompactionInfo.java | 7 +- .../accumulo/test/functional/BulkFailureIT.java | 11 +- 15 files changed, 117 insertions(+), 303 deletions(-) delete mode 100644 core/src/main/java/org/apache/accumulo/core/clientImpl/Translator.java delete mode 100644 core/src/main/java/org/apache/accumulo/core/clientImpl/Translators.java