Qianyi951015 opened a new issue, #22984:
URL: https://github.com/apache/shardingsphere/issues/22984
Hi guys,
I found that the DistSQL document of the `create/alter static
readwrite_splitting rule` syntax and example haven't been updated.
#### screenshot of the document

#### the syntax now should be:
```
CREATE READWRITE_SPLITTING RULE ms_group_0 (
WRITE_STORAGE_UNIT=write_ds,
READ_STORAGE_UNITS(read_ds_0,read_ds_1),
TYPE(NAME="random")
);
```
--
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]