Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.18.0, 1.17.1
Description
we should port the bugfix of sql like operator https://issues.apache.org/jira/browse/CALCITE-1898
The LIKE operator must match '.' (period) literally, not treat it as a wild-card. Currently it treats it the same as '_'.