This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from c859044 Modified the checkout scripts to parse arguments (#7011) add 06e7ac6 Merge/Rollup task executor enhancement: (#6975) No new revisions were added by this update. Summary of changes: .../common/utils/FileUploadDownloadClient.java | 78 ++++++++- .../apache/pinot/core/common/MinionConstants.java | 1 + .../pinot/core/minion/MergeRollupConverter.java | 186 +++++++++++++++++++++ .../minion/tasks/TestTaskExecutorFactory.java | 8 + .../BaseMultipleSegmentsConversionExecutor.java | 38 ++++- .../tasks/BaseSingleSegmentConversionExecutor.java | 8 +- .../plugin/minion/tasks/BaseTaskExecutor.java | 8 + .../minion/tasks/SegmentConversionUtils.java | 35 ++++ .../ConvertToRawIndexTaskExecutor.java | 3 +- .../merge_rollup/MergeRollupTaskExecutor.java | 57 +++++-- .../minion/tasks/purge/PurgeTaskExecutor.java | 5 +- .../RealtimeToOfflineSegmentsTaskExecutor.java | 9 + .../SegmentGenerationAndPushTaskExecutor.java | 8 + .../merge_rollup/MergeRollupTaskExecutorTest.java | 23 +-- 14 files changed, 424 insertions(+), 43 deletions(-) create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/minion/MergeRollupConverter.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org