zentol closed pull request #7323: [hotfix][docs][sqlClient] add -u option for
sql-client.sh in sqlClient.md
URL: https://github.com/apache/flink/pull/7323
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docs/dev/table/sqlClient.md b/docs/dev/table/sqlClient.md
index d4eb228c7bf..32116173db2 100644
--- a/docs/dev/table/sqlClient.md
+++ b/docs/dev/table/sqlClient.md
@@ -151,6 +151,17 @@ Mode "embedded" submits Flink jobs from the local machine.
multiple times.
-s,--session <session identifier> The identifier for a session.
'default' is the default identifier.
+ -u,--update <SQL update statement> Experimental (for testing only!):
+ Instructs the SQL Client to
+ immediately execute the given update
+ statement after starting up. The
+ process is shut down after the
+ statement has been submitted to the
+ cluster and returns an appropriate
+ return code. Currently, this feature
+ is only supported for INSERT INTO
+ statements that declare the target
+ sink table.
{% endhighlight %}
{% top %}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services