wuchong commented on code in PR #20630:
URL: https://github.com/apache/flink/pull/20630#discussion_r963483497


##########
docs/content/docs/dev/table/sql/jar.md:
##########
@@ -51,10 +48,15 @@ The following examples show how to run `JAR` statements in 
[SQL CLI]({{< ref "do
 {{< tab "SQL CLI" >}}
 ```sql
 Flink SQL> ADD JAR '/path/hello.jar';
-[INFO] The specified jar is added into session classloader.
+[INFO] Execute statement succeed.
+
+Flink SQL> ADD JAR 'hdfs:///udf/common-udf.jar';
+[INFO] Execute statement succeed.
 
 Flink SQL> SHOW JARS;
+jars
 /path/hello.jar
+hdfs:///udf/common-udf.jar

Review Comment:
   Is this the style printed by the SQL CLI? Is there a table format around the 
result? 



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