Shengkai Fang created FLINK-23825:
-------------------------------------
Summary: Test SQL Client manually
Key: FLINK-23825
URL: https://issues.apache.org/jira/browse/FLINK-23825
Project: Flink
Issue Type: Improvement
Components: Table SQL / Client
Affects Versions: 1.14.0
Reporter: Shengkai Fang
Fix For: 1.14.0
In the 1.14.0, we have added JAR-related commands for the SQL CLIENT, including
{{ADD JAR}}, {{SHOW JAR}} and {{REMOVE JAR}}. Also we remove the usage of the
YAML file in SQL Client.
I think we should test:
- add user jar and start a sql job that using the added jar.
- list the added jar by using the {{SHOW JARS}} commands.
- remove the added jar and make sure the client fails to submit the job.
- fails to init the sql client with the YAML file. Because we have removed the
-e option, the client can't start with unknown command line option.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)