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)