Files
doris/fe/fe-core
xinghuayu007 44325ae850 [Bug-Fix] Bucket shuffle join executes failed when two tables have no data (#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: #5144
2020-12-31 09:49:35 +08:00
..