liyubin117 commented on code in PR #23980:
URL: https://github.com/apache/flink/pull/23980#discussion_r1879415457


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/utils/TableConfigUtils.java:
##########
@@ -105,16 +104,6 @@ public static ZoneId getLocalTimeZone(ReadableConfig 
tableConfig) {
         return ZoneId.of(zone);
     }
 
-    /**
-     * Similar to {@link TableConfig#getMaxIdleStateRetentionTime()}.
-     *
-     * @see TableConfig#getMaxIdleStateRetentionTime()
-     */
-    @Deprecated
-    public static long getMaxIdleStateRetentionTime(ReadableConfig 
tableConfig) {

Review Comment:
   Wise consideration :)



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