This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git.
from 67b5b67 Fix the flaky SimpleMinionClusterIntegrationTest (#7723) add ada94c2 follow up with picocli migration (#7705) No new revisions were added by this update. Summary of changes: .../org/apache/pinot/perf/RawIndexBenchmark.java | 31 ++++---- pinot-tools/pom.xml | 4 -- .../apache/pinot/tools/AbstractBaseCommand.java | 13 ---- .../pinot/tools/AutoAddInvertedIndexTool.java | 43 +++++------ .../org/apache/pinot/tools/PinotToolLauncher.java | 84 +++++++++------------- .../org/apache/pinot/tools/SegmentDumpTool.java | 20 +++--- .../org/apache/pinot/tools/UpdateSegmentState.java | 19 ++--- .../apache/pinot/tools/ValidateTableRetention.java | 21 +++--- .../tools/filesystem/PinotFSBenchmarkRunner.java | 33 ++++----- .../pinot/tools/perf/PerfBenchmarkRunner.java | 52 +++++++------- .../org/apache/pinot/tools/perf/QueryRunner.java | 71 +++++++++--------- .../converter/DictionaryToRawIndexConverter.java | 44 +++++++----- .../converter/PinotSegmentConvertCommand.java | 27 ++++--- .../segment/converter/SegmentMergeCommand.java | 33 +++++---- pom.xml | 5 -- 15 files changed, 234 insertions(+), 266 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org