forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug](join) fix broadcast join running when hash table build not fini…
…shed (apache#37792) in pr https://github.com/apache/doris/pull/37643/files wants fix the bug of join which not build hash table, but running early and not wait the finished signal. But this may be a normal phenomenon, as it should allows all sinks to run when the source operator have closed, so here return eof status directly when signal == false.
- Loading branch information
1 parent
4a72ddc
commit 7919f07
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters