RocMarshal commented on a change in pull request #17225:
URL: https://github.com/apache/flink/pull/17225#discussion_r707016750
##########
File path: docs/content.zh/docs/dev/table/sql/jar.md
##########
@@ -68,22 +70,22 @@ Flink SQL> REMOVE JAR '/path/hello.jar';
ADD JAR '<path_to_filename>.jar'
```
-Currently it only supports to add the local jar into the session classloader.
+目前只支持将本地 jar 添加到会话类类加载器(session classloader)中。
## REMOVE JAR
```sql
REMOVE JAR '<path_to_filename>.jar'
```
-Currently it only supports to remove the jar that is added by the [`ADD
JAR`](#add-jar) statements.
+目前只支持删除 [`ADD JAR`](#add-jar) 语句添加的 jar。
## SHOW JARS
Review comment:
@hapihu link tag?
##########
File path: docs/content.zh/docs/dev/table/sql/jar.md
##########
@@ -68,22 +70,22 @@ Flink SQL> REMOVE JAR '/path/hello.jar';
ADD JAR '<path_to_filename>.jar'
```
-Currently it only supports to add the local jar into the session classloader.
+目前只支持将本地 jar 添加到会话类类加载器(session classloader)中。
## REMOVE JAR
Review comment:
link tag?
--
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]