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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7947569993 [Bug][RegressionTest] fix the DCHECK failed in join code 
(#22021)
7947569993 is described below

commit 7947569993c7e13d779488afee9cff5102aa7b33
Author: HappenLee <[email protected]>
AuthorDate: Thu Jul 20 18:12:20 2023 +0800

    [Bug][RegressionTest] fix the DCHECK failed in join code (#22021)
---
 be/src/vec/exec/join/process_hash_table_probe_impl.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/vec/exec/join/process_hash_table_probe_impl.h 
b/be/src/vec/exec/join/process_hash_table_probe_impl.h
index d859632701..8c4a22a014 100644
--- a/be/src/vec/exec/join/process_hash_table_probe_impl.h
+++ b/be/src/vec/exec/join/process_hash_table_probe_impl.h
@@ -136,7 +136,6 @@ void 
ProcessHashTableProbe<JoinOpType>::probe_side_output_column(
             if (all_match_one) {
                 mcol[i]->insert_range_from(*column, last_probe_index, 
probe_size);
             } else {
-                DCHECK_GE(_probe_indexs.size(), last_probe_index + probe_size);
                 column->replicate(&_probe_indexs[0], size, *mcol[i]);
             }
         } else {


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

Reply via email to