Re: Upgrade calcite version

2021-03-11 Thread Jingsong Li
; It is a hard work to upgrade Calcite version because that means you need > to: > > - Fix all the bug introduced by the new planner > - Fix all the logical plan to have correct semantics > - Replace the deprecate APIs to new > > In order to achieve this, you need to have g

Re: Upgrade calcite version

2021-03-10 Thread Danny Chan
Hi Sheng ~ It is a hard work to upgrade Calcite version because that means you need to: - Fix all the bug introduced by the new planner - Fix all the logical plan to have correct semantics - Replace the deprecate APIs to new In order to achieve this, you need to have good knowledge of Calcite