RaigorJiang commented on code in PR #22945:
URL: https://github.com/apache/shardingsphere/pull/22945#discussion_r1051572182
##########
docs/document/content/reference/distsql/syntax/ral/migration/alter-migration-rule.cn.md:
##########
@@ -20,7 +20,7 @@ writeConfiguration ::=
'WRITE' '(' ('WORKER_THREAD' '=' workerThreadPoolSize ',')? ('BATCH_SIZE'
'=' batchSize ',')? ('SHARDING_SIZE' '=' shardingSize ',')? (rateLimiter)? ')'
dataChannel ::=
- 'STREAM_CHANNEL' '(' 'TYPE' '(' 'NAME' '=' algorithmName ',' 'PROPERTIES'
'(' propertyDefinition ')'
+ 'STREAM_CHANNEL' '(' 'TYPE' '(' 'NAME' '=' algorithmName propertyDefinition
Review Comment:
`propertyDefinition` is removed at line 40, and comma missed after
algorithmName.
--
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]