Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug-Fix] Bucket shuffle join executes failed when two tables have no…
… data (apache#5145) Bucket shuffle join is an algorithm of joining two tables. Left table is distributed by a column. Right table sends the data to the left table for joining operation. It reduces the network cost. But when two table is without any data. Bucket shuffle join will fail. Related Issue: apache#5144
- Loading branch information