liunaijie commented on code in PR #10592:
URL: https://github.com/apache/seatunnel/pull/10592#discussion_r2922728470


##########
seatunnel-api/src/test/java/org/apache/seatunnel/api/configuration/util/ConfigValidatorTest.java:
##########
@@ -293,4 +293,59 @@ public void testSingleChoiceOptionValueValidator() {
                 "ErrorCode:[API-02], ErrorDescription:[Option item validate 
failed] - These options('single_choice_test') are SingleChoiceOption, the 
value(N) must be one of the optionValues([A, B, C]).",
                 assertThrows(OptionValidationException.class, 
executable).getMessage());
     }
+
+    @Test
+    public void testNestedOptionRule() {

Review Comment:
   Thanks for your review, I has updated related issue and add more tests.



-- 
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]

Reply via email to