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

[jira] [Closed] (FLINK-15073) sql client fails to run same query multiple times

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

Kurt Young closed FLINK-15073.
------------------------------
    Resolution: Fixed

1.10.0: 4a5a720024992c12bbfd4fb316d04f24d23a109e 

> sql client fails to run same query multiple times
> -------------------------------------------------
>
>                 Key: FLINK-15073
>                 URL: https://issues.apache.org/jira/browse/FLINK-15073
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Client
>    Affects Versions: 1.10.0
>            Reporter: Kurt Young
>            Assignee: Danny Chen
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Flink SQL> select abs(-1);
> [INFO] Result retrieval cancelled.
> Flink SQL> select abs(-1);
> [ERROR] Could not execute SQL statement. Reason:
> org.apache.flink.table.api.ValidationException: Table 'default: select abs(-1)' already exists. Please choose a different name.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)