ruanwenjun commented on code in PR #1836:
URL: 
https://github.com/apache/incubator-seatunnel/pull/1836#discussion_r868749525


##########
seatunnel-core/seatunnel-core-flink-sql/src/main/java/org/apache/seatunnel/core/sql/job/Executor.java:
##########
@@ -79,7 +80,8 @@ private static StatementSet handleStatements(String 
workFlowContent, StreamTable
         return statementSet;
     }
 
-    private static Optional<String[]> setOperationParse(String stmt) {
+    @VisibleForTesting
+    static Optional<String[]> parseSetOperation(String stmt) {

Review Comment:
   ```suggestion
       static Optional<Pair<String, String>> parseSetOperation(String stmt) {
   ```



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