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/07/01 13:09:18 UTC

Review request: Babel parser doesn't parse IF(condition, then, else) statement

Babel parser doesn't parse IF(condition, then, else) statement because
babel puts `IF` into the keyword set.

I put `IF` into the reserved function name set to fix the issue:
https://issues.apache.org/jira/browse/CALCITE-4802

Welcome to comment. Here is PR:
https://github.com/apache/calcite/pull/2835/files
  Thanks very much~