Shekharrajak commented on code in PR #28791:
URL: https://github.com/apache/flink/pull/28791#discussion_r4007444105


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/ShowCreateUtil.java:
##########
@@ -64,6 +65,8 @@ public class ShowCreateUtil {
     private static final DateTimeFormatter TIMESTAMP_FORMATTER =
             DateTimeFormatter.ofPattern("uuuu-MM-dd HH:mm:ss");
     private static final String PRINT_INDENT = "  ";
+    // Internal secret-store metadata must not be emitted in recreated 
connection SQL.
+    private static final String CONNECTION_SECRET_REFERENCE_KEY = 
"__flink.encrypted-secret-key__";

Review Comment:
   
https://github.com/apache/flink/pull/28791/commits/e85171be248cb383702a7f790a337513785c598c



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