You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/09/30 12:32:10 UTC

[incubator-doris] branch master updated: Add a miss break (#1923)

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

zhaoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new cbf6214  Add a miss break (#1923)
cbf6214 is described below

commit cbf6214762fa13144aa60f6c1b7061f32c650f4e
Author: yuanli <44...@users.noreply.github.com>
AuthorDate: Mon Sep 30 20:32:05 2019 +0800

    Add a miss break (#1923)
---
 be/src/exec/tablet_sink.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/exec/tablet_sink.cpp b/be/src/exec/tablet_sink.cpp
index 66dd6e0..90402aa 100644
--- a/be/src/exec/tablet_sink.cpp
+++ b/be/src/exec/tablet_sink.cpp
@@ -839,6 +839,7 @@ int OlapTableSink::_validate_data(RuntimeState* state, RowBatch* batch, Bitmap*
                     filter_bitmap->Set(row_no, true);
                     continue;
                 }
+                break;
             }
             case TYPE_HLL: {
                 Slice* hll_val = (Slice*)slot;


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