You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2019/12/23 15:07:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-15272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu resolved FLINK-15272.
-----------------------------
    Resolution: Fixed

1.11.0: dcf486922ab773d2ffc479f4818711babb0faf8b
1.10.0: 4ac3551f013a60c76ad2e6f764ce297392eb9c49

> 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
>            Assignee: Jingsong Lee
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)