JingsongLi commented on a change in pull request #10035:
[FLINK-14080][table-planner-blink] Introduce Timestamp as inte…
URL: https://github.com/apache/flink/pull/10035#discussion_r340463003
##########
File path:
flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/runtime/typeutils/InternalTypeInfoTest.java
##########
@@ -30,7 +30,8 @@
protected TypeInformation[] getTestData() {
return new TypeInformation[] {
BinaryStringTypeInfo.INSTANCE,
- new DecimalTypeInfo(5, 2)
+ new DecimalTypeInfo(5, 2),
+ new TimestampTypeInfo(3)
Review comment:
Should add test precision greater than 3.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services