Commit f02ec6e
committed
refactor: simplify grace hash join by removing unused params and extracting helpers
- Remove unused parameters: _output_schema, _build_keys, _schema, _left_schema, _right_schema, _metrics
- Extract execute_hash_join helper to deduplicate HashJoinExec construction in 3 places
- Extract sub_partition_batches helper to deduplicate build/probe repartitioning
- Extract PROBE_PROGRESS_MILESTONE_ROWS constant for magic number1 parent af76215 commit f02ec6e
1 file changed
Lines changed: 122 additions & 154 deletions
0 commit comments