You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2020/05/11 11:39:00 UTC

[jira] [Created] (FLINK-17617) Flink SQL CLI Autocomplete does not return correct hints

Gyula Fora created FLINK-17617:
----------------------------------

             Summary: Flink SQL CLI Autocomplete does not return correct hints
                 Key: FLINK-17617
                 URL: https://issues.apache.org/jira/browse/FLINK-17617
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Client
            Reporter: Gyula Fora
            Assignee: Gyula Fora


The SQL Client does not properly return the hints for commands such as:

USE CATALOG,
SHOW CATALOGS,
SHOW MODULES

Or whenever it does not actually fall back to the table planner.

The reason being is that the hint returned does not take into account the current cursor position but returns the complete text.



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