Skip to content

Commit be2e72f

Browse files
committed
Fix comment
Change-Id: I2b94e9f7519b36cbd4f2eed8c82a84809ad8643b
1 parent 96bc396 commit be2e72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/flink/procedures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ All available procedures are listed below.
397397
-- clear all consumers in the table
398398
CALL [catalog.]sys.clear_consumers('identifier')
399399
-- clear some consumers in the table (accept regular expression)<br/>
400-
CALL [catalog.]sys.clear_consumers('tableId', 'includingConsumers')<br/><br/>
400+
CALL [catalog.]sys.clear_consumers('identifier', 'includingConsumers')<br/><br/>
401401
-- exclude some consumers (accept regular expression)<br/>
402-
CALL [catalog.]sys.clear_consumers('tableId', 'includingConsumers', 'excludingConsumers')
402+
CALL [catalog.]sys.clear_consumers('identifier', 'includingConsumers', 'excludingConsumers')
403403
</td>
404404
<td>
405405
To reset or delete consumer. Arguments:

0 commit comments

Comments
 (0)