leonardBang commented on a change in pull request #15280:
URL: https://github.com/apache/flink/pull/15280#discussion_r603998990



##########
File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/utils/LogicalTypeChecks.java
##########
@@ -120,6 +120,10 @@ public static boolean isProctimeAttribute(LogicalType 
logicalType) {
         return logicalType.accept(TIMESTAMP_KIND_EXTRACTOR) == 
TimestampKind.PROCTIME;
     }
 
+    public static boolean isTimestampLtzType(LogicalType logicalType) {

Review comment:
       will be used when we support rowtime on TIMESTAMP_LTZ




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to