raminqaf commented on code in PR #28791:
URL: https://github.com/apache/flink/pull/28791#discussion_r3655006663
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/ShowCreateUtil.java:
##########
@@ -64,6 +65,7 @@ public class ShowCreateUtil {
private static final DateTimeFormatter TIMESTAMP_FORMATTER =
DateTimeFormatter.ofPattern("uuuu-MM-dd HH:mm:ss");
private static final String PRINT_INDENT = " ";
+ private static final String CONNECTION_SECRET_REFERENCE_KEY =
"__flink.encrypted-secret-key__";
Review Comment:
Can you elaborate what this const is? Maybe add a one line comment why we
filtering it out.
--
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]