Hisoka-X commented on code in PR #9219:
URL: https://github.com/apache/seatunnel/pull/9219#discussion_r2134980086


##########
seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/config/PaimonConfig.java:
##########
@@ -91,7 +90,6 @@ protected String checkArgumentNotBlank(String propValue, 
String propKey) {
         return propValue;
     }
 
-    @VisibleForTesting
     public static List<String> stringToList(String value, String regex) {

Review Comment:
   ```suggestion
       protected static List<String> stringToList(String value, String regex) {
   ```



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