lincoln lee created FLINK-32824: ----------------------------------- Summary: Port Calcite's fix for the sql like operator Key: FLINK-32824 URL: https://issues.apache.org/jira/browse/FLINK-32824 Project: Flink Issue Type: Bug Components: Table SQL / Runtime Affects Versions: 1.17.1, 1.18.0 Reporter: lincoln lee Fix For: 1.19.0
we should port the bugfix of sql like operator https://issues.apache.org/jira/browse/CALCITE-1898 {code} The LIKE operator must match '.' (period) literally, not treat it as a wild-card. Currently it treats it the same as '_'. {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)