Jingsong Lee created FLINK-15272: ------------------------------------ Summary: Better error message when insert partition with values Key: FLINK-15272 URL: https://issues.apache.org/jira/browse/FLINK-15272 Project: Flink Issue Type: Bug Components: Table SQL / Planner Reporter: Jingsong Lee Fix For: 1.10.0
Now, we not supportĀ insert partition with values like: Insert into mytable partition (date='2019-08-08') values ('jason', 25) Will throw a exception: schema not match. We should improve error message to tell user we not support this pattern. -- This message was sent by Atlassian Jira (v8.3.4#803005)