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

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

Kurt Young created FLINK-15073:
----------------------------------

             Summary: 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
            Reporter: Kurt Young
            Assignee: Danny Chen


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)