jacktengg opened a new issue, #13752: URL: https://github.com/apache/doris/issues/13752
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1-lts ### What's Wrong? After upgrading be from 1.1-lts to 1.2(master-738da0b1) , executing the following sql cause be coredump: ``` select * FROM lineorder, dates WHERE lo_orderdate = d_datekey; ``` error log: ``` F1027 16:37:48.220594 98654 descriptors.cpp:355] Check failed: row_tuples.size() > 0 (0 vs. 0) ``` coredump callstack: ``` #7 0x000055f89d59639d in doris::RowDescriptor::RowDescriptor (this=0x61d00196a1a8, desc_tbl=..., row_tuples=std::vector of length 0, capacity 0, nullable_tuples=std::vector<bool> of length 0, capacity 0) at /mnt/disk/tengjianping/doris-test/be/src/runtime/descriptors.cpp:355 #8 0x000055f8a080ecd5 in doris::vectorized::HashJoinNode::HashJoinNode (this=0x61d001969a80, pool=0x60300800cbc0, tnode=..., descs=...) at /mnt/disk/tengjianping/doris-test/be/src/vec/exec/join/vhash_join_node.cpp:815 #9 0x000055f89cbc3f53 in doris::ExecNode::create_node (state=0x61c0001bd880, pool=0x60300800cbc0, tnode=..., descs=..., node=0x7da4940e17b0) at /mnt/disk/tengjianping/doris-test/be/src/exec/exec_node.cpp:520 #10 0x000055f89cbc1e0e in doris::ExecNode::create_tree_helper (state=0x61c0001bd880, pool=0x60300800cbc0, tnodes=std::vector of length 3, capacity 3 = {...}, descs=..., parent=0x0, node_idx=0x7da4940e19c0, root=0x617000410df8) at /mnt/disk/tengjianping/doris-test/be/src/exec/exec_node.cpp:358 #11 0x000055f89cbc16b7 in doris::ExecNode::create_tree (state=0x61c0001bd880, pool=0x60300800cbc0, plan=..., descs=..., root=0x617000410df8) at /mnt/disk/tengjianping/doris-test/be/src/exec/exec_node.cpp:334 --Type <RET> for more, q to quit, c to continue without paging--c #12 0x000055f89d7a6edc in doris::PlanFragmentExecutor::prepare (this=0x617000410df0, request=..., fragments_ctx=0x614000150440) at /mnt/disk/tengjianping/doris-test/be/src/runtime/plan_fragment_executor.cpp:138 ``` ### What You Expected? sql execute successfully. ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org