yiguolei commented on code in PR #24084:
URL: https://github.com/apache/doris/pull/24084#discussion_r1319426842


##########
be/src/pipeline/exec/hashjoin_build_sink.cpp:
##########
@@ -173,6 +173,7 @@ Status 
HashJoinBuildSinkLocalState::process_build_block(RuntimeState* state,
                     [&](std::monostate& arg, auto has_null_value,
                         auto short_circuit_for_null_in_build_side) -> Status {
                         LOG(FATAL) << "FATAL: uninited hash table";
+                        LOG(FATAL) << "__builtin_unreachable";

Review Comment:
   duplicate, there is already a LOG FATAL before it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to