Is your feature request related to a problem? Please describe.
Superglue Calcite Parser : Upgrade to latest Calcite Version - 1.27.0 to take advantage of some of the fixes wrt RLIKE, DATE functions
https://calcite.apache.org/downloads/
Describe the solution you'd like
Regression and test cases should pass after upgrading to latest calcite version
Sql Statement like - 1) select cola from tableA where MAX(realm_email) RLIKE '.+@.+\..+' 2) select cola from tableA where MAX(realm_email) not rlike '.+@.+\..+' should succeed on parsing
Is your feature request related to a problem? Please describe.
Superglue Calcite Parser : Upgrade to latest Calcite Version - 1.27.0 to take advantage of some of the fixes wrt RLIKE, DATE functions
https://calcite.apache.org/downloads/
Describe the solution you'd like
Regression and test cases should pass after upgrading to latest calcite version
Sql Statement like - 1) select cola from tableA where MAX(realm_email) RLIKE '.+@.+\..+' 2) select cola from tableA where MAX(realm_email) not rlike '.+@.+\..+' should succeed on parsing