Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CALCITE-4746] Pivots with pivotAgg without alias fail with Babel Par… #2842

Closed
wants to merge 3 commits into from

Conversation

JiajunBernoulli
Copy link
Contributor

…ser Implementation

julianhyde pushed a commit to julianhyde/calcite that referenced this pull request Jun 30, 2022
@asfgit asfgit closed this in 0360578 Jun 30, 2022
aymeric-dispa pushed a commit to aymeric-dispa/calcite that referenced this pull request Jul 23, 2022
…el parser

The cause is that Babel sees the upcoming FOR, which is a
reserved keyword in Calcite's core parser but non-reserved
in Babel, and wrongly treats it as an alias.

Close apache#2842
kennethmhc pushed a commit to kennethmhc/calcite that referenced this pull request Sep 15, 2022
…el parser

The cause is that Babel sees the upcoming FOR, which is a
reserved keyword in Calcite's core parser but non-reserved
in Babel, and wrongly treats it as an alias.

Close apache#2842
tanclary pushed a commit to tanclary/calcite that referenced this pull request Nov 11, 2022
…el parser

The cause is that Babel sees the upcoming FOR, which is a
reserved keyword in Calcite's core parser but non-reserved
in Babel, and wrongly treats it as an alias.

Close apache#2842
tanclary pushed a commit to tanclary/calcite that referenced this pull request Nov 28, 2022
…el parser

The cause is that Babel sees the upcoming FOR, which is a
reserved keyword in Calcite's core parser but non-reserved
in Babel, and wrongly treats it as an alias.

Close apache#2842
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants