Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-3
Description
As a precursor to IMPALA-4224, we should clean up the hash join implementation so that the build and probe state is better separated. The builder should not deal with probe side data structures (like the probe streams that it allocates) and all accesses to the build-side data structures should go through as narrow APIs as possible.
The nested loop join is already pretty clean.
Attachments
Issue Links
- is depended upon by
-
IMPALA-4224 Add backend support for join build sinks in parallel plans
- Resolved