Hi all,
Currently, the binary of Doris is named as `palo_be` and `palo-fe.jar`.
And Palo is the former name of Doris, and now is the commercial product name in
Baidu[1], powered by Apach Doris.
So I think it's time to change the default binary name to `doris_be` and
`doris-fe.jar`.
BTW, we need
这个bug已经修复了。现在可以把left_table的bucket默认10改成32,我测了下没有这个问题了
On Tue, Jun 21, 2022 at 10:59 姜勇辉 wrote:
> *Bucket Shuffle Join*
>
> 问题:
>
> 当我在使用动态分区表left_table的单个分区join维表right_table时,发现每次join结果不一样。我不知道为什么会产生这种原因。
>
> 我进行了一些分析,发现当左表left_table不是分区表时,join结果正常。下面为我的测试用例。
>
>
>
> 测试Bucket Shuffle Join
>
> 1.