You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ka...@apache.org on 2023/03/01 06:31:38 UTC

[druid] branch master updated (6cf754b0e0 -> ca68fd93a6)

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

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


    from 6cf754b0e0 move numeric null value coercion out of expression processing engine (#13809)
     add ca68fd93a6 Generate tombstones when running MSQ's replace (#13706)

No new revisions were added by this update.

Summary of changes:
 docs/multi-stage-query/reference.md                |   1 -
 .../org/apache/druid/msq/exec/ControllerImpl.java  |  53 ++----
 .../apache/druid/msq/guice/MSQIndexingModule.java  |   2 -
 .../InsertCannotReplaceExistingSegmentFault.java   |  76 --------
 .../org/apache/druid/msq/exec/MSQFaultsTest.java   |  27 ---
 .../org/apache/druid/msq/exec/MSQReplaceTest.java  |  75 +++++++-
 .../msq/indexing/error/MSQFaultSerdeTest.java      |   4 -
 .../org/apache/druid/msq/test/MSQTestBase.java     |  46 +++++
 .../druid/msq/test/MSQTestTaskActionClient.java    |  37 +++-
 .../druid/indexing/common/task/IndexTask.java      |  11 +-
 .../parallel/ParallelIndexSupervisorTask.java      |  10 +-
 .../task/batch/parallel/TombstoneHelper.java       | 161 ++++++++++++++---
 .../task/batch/parallel/TombstoneHelperTest.java   | 191 +++++++++++++++++++--
 13 files changed, 488 insertions(+), 206 deletions(-)
 delete mode 100644 extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/indexing/error/InsertCannotReplaceExistingSegmentFault.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org