You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2019/12/16 08:34:00 UTC

[jira] [Created] (FLINK-15272) Better error message when insert partition with values

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)