Yunhong Zheng created FLINK-30586: ------------------------------------- Summary: Fix calcCodeGen failed if calc with like condition contains double quotation mark Key: FLINK-30586 URL: https://issues.apache.org/jira/browse/FLINK-30586 Project: Flink Issue Type: Bug Components: Table SQL / Runtime Affects Versions: 1.16.0 Reporter: Yunhong Zheng Fix For: 1.17.0 Attachments: code-gen-1.png, code-gen-2.png
If I write a sql like "SELECT * FROM MyTable WHERE b LIKE '%"%'" in Flink-1.16 as 'like' condition contains double quotation mark, it will cause code gen failed because wrong code generated by codeGen. !code-gen-1.png! !code-gen-2.png! -- This message was sent by Atlassian Jira (v8.20.10#820010)