You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the projection or filter contains Chinese, such as 'CAST(if(col2>1565,'测试数据',col1) AS VARCHAR) AS col3', it will throw an exception followed
org.apache.flink.util.FlinkRuntimeException: org.apache.flink.api.common.InvalidProgramException: Expression cannot be compiled. This is a bug. Please file an issue.
Expression: import static org.apache.flink.cdc.runtime.functions.SystemFunctionUtils.*;castToString(greaterThan(col2, 1565) ? "&'\6d4b\8bd5\6570\636e" : col1)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
if the projection or filter contains Chinese, such as 'CAST(if(col2>1565,'测试数据',col1) AS VARCHAR) AS col3', it will throw an exception followed
org.apache.flink.util.FlinkRuntimeException: org.apache.flink.api.common.InvalidProgramException: Expression cannot be compiled. This is a bug. Please file an issue.
Expression: import static org.apache.flink.cdc.runtime.functions.SystemFunctionUtils.*;castToString(greaterThan(col2, 1565) ? "&'\6d4b\8bd5\6570\636e" : col1)
how to resolve it ?
Beta Was this translation helpful? Give feedback.
All reactions