hackergin commented on code in PR #23307:
URL: https://github.com/apache/flink/pull/23307#discussion_r1308135813


##########
docs/content/docs/dev/table/catalogs.md:
##########
@@ -801,10 +806,9 @@ env.executeSql("CREATE TABLE ...").wait();
 ```
 
 For sql-gateway, you can add the option `table.catalog-modification.listeners` 
in the `flink-conf.yaml` and start
-the gateway, or you can also use `SET` to specify the listener for ddl, for 
example, in sql-client or jdbc-driver.
+the gateway, or you can also start sql-gateway with dynamic parameter, then 
you can use sql-client to perform ddl directly.
 
-```
-Flink SQL> SET 'table.catalog-modification.listeners' = 'your_factory';
+```sql
 Flink SQL> CREATE TABLE test_table(...);

Review Comment:
   I think this line can be removed directly, only keeping the part seems a bit 
strange here.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to