davidradl commented on code in PR #25784:
URL: https://github.com/apache/flink/pull/25784#discussion_r1882166683


##########
docs/content.zh/docs/dev/table/sql-gateway/overview.md:
##########
@@ -116,6 +116,34 @@ $ curl --request GET 
http://localhost:8083/v1/sessions/${sessionHandle}/operatio
 
 结果中的 `nextResultUri` 不是null时,用于获取下一批结果。
 
+### Deploy Script
+
+SQL Gateway supports to deploy a script in [Application Mode]({{< ref 
"docs/deployment/overview" >}}). In application mode, Job Master is responsible 
for the script compiling.
+If you want to use custom resources in the script, e.g. Kafka Source, please 
use [ADD JAR]({{< ref "docs/dev/table/sql/jar">}}) command to download the 
required sources.

Review Comment:
   does this download or reference a downloaded jar?



-- 
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]

Reply via email to