You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Jiajun Xie <ji...@gmail.com> on 2022/06/28 13:24:15 UTC

Pivots with pivotAgg without alias fail with Babel Parser Implementation

I'm trying to fix the bug that babel parser failed(core parser succeed), I
wonder if there is a more suitable solution.

Babel parser use the word after PivotAgg as an alias when the user does not
write an alias.
ISSUE: https://issues.apache.org/jira/browse/CALCITE-4746

I hope those who are familiar with babel parser can review it. Thank you
very much.
PR: https://github.com/apache/calcite/pull/2842/files