[
https://issues.apache.org/jira/browse/FLINK-23825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shengkai Fang updated FLINK-23825:
----------------------------------
Description:
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.
For more details, please take a look at the
[document|https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/sql/jar/]
about the JAR-related commands.
was:
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.
> 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
> Priority: Major
> Labels: release-testing
> 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.
> For more details, please take a look at the
> [document|https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/sql/jar/]
> about the JAR-related commands.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)