`IF(condition, then, else)` is a common expression, babel parser failed
because CALCITE-3946 put `IF` into the keywords list.

  I added it to reservedFunctionNames, here is PR:
https://github.com/apache/calcite/pull/2835

Reply via email to