fsk119 commented on code in PR #25754:
URL: https://github.com/apache/flink/pull/25754#discussion_r1904980619
##########
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/ExecutorImpl.java:
##########
@@ -331,6 +334,19 @@ public List<String> completeStatement(String statement,
int position) {
.getCandidates();
}
+ @Override
+ public String deployScript(@Nullable String script, @Nullable URI uri) {
+ return getResponse(
Review Comment:
I delay the check in the server side.
--
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]