davidradl commented on code in PR #25784: URL: https://github.com/apache/flink/pull/25784#discussion_r1882178794
########## docs/content/docs/dev/table/sqlClient.md: ########## @@ -601,6 +601,24 @@ This configuration: <span class="label label-danger">Attention</span> Compared to the interactive mode, SQL Client will stop execution and exits when there are errors. +### Deploy SQL Files in an Application Cluster + +SQL Client also supports to deploy a SQL script file to an application cluster with the `-f` option if you specify the deployment target in the config.yaml or startup options. +Here is an example to deploy script file in an application cluster. Review Comment: nit: to deploy - deploying comma before if Application Cluster is sometimes capitalised and sometimes not - I suggest using the capitalised form consistently -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
