davidradl commented on code in PR #27251:
URL: https://github.com/apache/flink/pull/27251#discussion_r2541306972


##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/utils/ParserResource.java:
##########
@@ -34,6 +34,10 @@ public interface ParserResource {
     @Resources.BaseMessage("OVERWRITE expression is only used with INSERT 
statement.")
     Resources.ExInst<ParseException> overwriteIsOnlyUsedWithInsert();
 
+    @Resources.BaseMessage(
+            "CREATE SYSTEM CONNECTION is not supported, system connection can 
only be registered as temporary connection, you can use CREATE TEMPORARY SYSTEM 
CONNECTION instead.")

Review Comment:
   it would be useful to describe why non temporary system connection cannot be 
created.



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