Tartarus0zm commented on code in PR #22995:
URL: https://github.com/apache/flink/pull/22995#discussion_r1265048990


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableEnvironmentImpl.java:
##########
@@ -833,10 +832,44 @@ public TableResultInternal 
executeInternal(List<ModifyOperation> operations) {
         return executeInternal(transformations, sinkIdentifierNames, 
jobStatusHookList);
     }
 
-    private ModifyOperation getOperation(ReplaceTableAsOperation 
rtasOperation) {
-        // rtas drop table first, then create
+    private ModifyOperation getModifyOperation(
+            ReplaceTableAsOperation rtasOperation, List<JobStatusHook> 
jobStatusHookList) {
         CreateTableOperation createTableOperation = 
rtasOperation.getCreateTableOperation();

Review Comment:
   Similar to part of the CTAS code



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