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


##########
seatunnel-ci-tools/src/test/java/org/apache/seatunnel/api/ConnectorOptionCheckTest.java:
##########
@@ -233,6 +233,8 @@ private Set<String> buildWhiteList() {
         whiteList.add("OracleIncrementalSourceOptions");
         whiteList.add("MySqlIncrementalSourceOptions");
         whiteList.add("MongodbIncrementalSourceOptions");
+        whiteList.add("LocalFileSourceOptions");
+        whiteList.add("LocalFileSinkOptions");

Review Comment:
   I can the UT is missing `BaseMultipleTableFileSink` extendedType check. Can 
you help add it and update related code, thanks.



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