druid
druid copied to clipboard
MSQ: Configurable maxPartitions and maxInputFilesPerWorker.
The defaults remain the same, but the parameters become configurable.
This patch also contains a removal of redundant logic: RunWorkOrder's initGlobalSortPartitionBoundariesIfNeeded is removed, since WorkerStageKernel has the same logic. We can copy the partitions over from there.