jingshanglu commented on a change in pull request #16354:
URL: https://github.com/apache/shardingsphere/pull/16354#discussion_r834928500
##########
File path:
shardingsphere-test/shardingsphere-parser-test/src/main/resources/sql/supported/ral/common.xml
##########
@@ -52,6 +52,6 @@
<distsql-case id="prepare-distsql" value="PREPARE DISTSQL" />
<distsql-case id="apply-distsql" value="APPLY DISTSQL" />
<distsql-case id="discard-distsql" value="DISCARD DISTSQL" />
- <distsql-case id="alter-instance-xa-recovery-id" value="ALTER INSTANCE
1.2.3.4@3307 SET XA_RECOVERY_ID=ID_TEST" />
+ <distsql-case id="alter-instance-xa-recovery-nodes" value="ALTER INSTANCE
1.2.3.4@3307 SET XA_RECOVERY_NODES=1.2.3.4@3308" />
Review comment:
It maybe better to add a case like
```
ALTER INSTANCE 1.2.3.4@3307 SET XA_RECOVERY_NODES=1.2.3.4@3308,1.2.3.4@3307;
```
--
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]