jackylau created FLINK-31279: -------------------------------- Summary: fix times using number and interval type bug Key: FLINK-31279 URL: https://issues.apache.org/jira/browse/FLINK-31279 Project: Flink Issue Type: Bug Affects Versions: 1.18.0 Reporter: jackylau Fix For: 1.18.0
{code:java} // code placeholder Flink SQL> select interval 3 day * 2; [ERROR] Could not execute SQL statement. Reason: org.apache.flink.table.planner.codegen.CodeGenException: Interval expression type expected. {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)