wuchong commented on a change in pull request #10105: 
[Flink-14599][table-planner-blink] Support precision of TimestampType in blink 
planner
URL: https://github.com/apache/flink/pull/10105#discussion_r345665286
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/dataformat/SqlTimestamp.java
 ##########
 @@ -117,6 +117,25 @@ public static SqlTimestamp fromEpochMillis(long 
millisecond, int nanoOfMilliseco
                return new SqlTimestamp(millisecond, nanoOfMillisecond);
        }
 
+       /**
+        * Obtains an instance of {@code SqlTimestamp} from a millisecond.
 
 Review comment:
   minor: I would suggest to use `{@link SqlTimestamp}`.

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


With regards,
Apache Git Services

Reply via email to