Re: [DevCon] meeting minutes [Updated 2021-08-27]

2021-09-01 Thread ling miao
We hope you will continue to pay attention to SIG ~ Ling Miao 陈明雨 于2021年9月1日周三 下午12:20写道: > Hi All: > > > This is the minutes of last week's developer meeting[1]. > Please feel free to discuss. > > > [1] https://github.com/apache/incubator-doris/issues/6521 > > > > > -- > > 此致!Best Regards > 陈明

Re:Re:SQL Execution Performance

2021-09-01 Thread Thomas Cai
Dear MingYu, Great, it works. I did two changes as following: At first, I changed a big table as left table then found an error (unknown field a.producttype). I assumed it was related with partition. Then, I added [Shuffle] join type on the table with the error message. The result had the sam