This is an automated email from the ASF dual-hosted git repository.

gian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.


    from d091347  sampler returns nulls in CSV (#8871)
     add baefc65  Retrying with a backward compatible task type on unknown task 
type error in parallel indexing (#8905)

No new revisions were added by this update.

Summary of changes:
 .../apache/druid/indexing/common/task/Task.java    | 32 ++++----
 .../batch/parallel/LegacySinglePhaseSubTask.java   | 68 ++++++++++++++++
 .../task/batch/parallel/ParallelIndexIOConfig.java |  2 +-
 .../task/batch/parallel/SinglePhaseSubTask.java    |  1 +
 .../batch/parallel/SinglePhaseSubTaskSpec.java     | 17 ++++
 .../common/task/batch/parallel/SubTaskSpec.java    | 17 ++++
 .../common/task/batch/parallel/TaskMonitor.java    | 44 +++++++++--
 .../apache/druid/indexing/common/TestUtils.java    |  3 +
 .../common/task/NoopIndexTaskClientFactory.java}   | 14 +++-
 .../batch/parallel/SinglePhaseSubTaskSpecTest.java | 91 ++++++++++++++++++++++
 .../task/batch/parallel/TaskMonitorTest.java       | 81 +++++++++++++++++--
 11 files changed, 338 insertions(+), 32 deletions(-)
 create mode 100644 
indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/LegacySinglePhaseSubTask.java
 copy 
indexing-service/src/{main/java/org/apache/druid/indexing/common/task/IndexTaskClientFactory.java
 => 
test/java/org/apache/druid/indexing/common/task/NoopIndexTaskClientFactory.java}
 (76%)
 create mode 100644 
indexing-service/src/test/java/org/apache/druid/indexing/common/task/batch/parallel/SinglePhaseSubTaskSpecTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to