TyrantLucifer commented on code in PR #3947:
URL:
https://github.com/apache/incubator-seatunnel/pull/3947#discussion_r1071676286
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/configuration/util/OptionRule.java:
##########
@@ -195,8 +195,9 @@ public <T> Builder conditional(@NonNull Option<T>
conditionalOption, @NonNull Li
public <T> Builder conditional(@NonNull Option<T> conditionalOption,
@NonNull T expectValue, @NonNull Option<?>... requiredOptions) {
for (Option<?> o : requiredOptions) {
- verifyDuplicate(o, "ConditionalOption");
Review Comment:
Yup, you are right, I had submitted another pull request #3962 to solve this
problem. Temporary I rebase that onto this branch to test CI process.
--
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]