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

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/codegen/sort/SortCodeGenerator.scala
 ##########
 @@ -437,7 +439,9 @@ class SortCodeGenerator(
     t.getTypeRoot match {
       case _ if PlannerTypeUtils.isPrimitive(t) => true
       case VARCHAR | CHAR | VARBINARY | BINARY |
-           DATE | TIME_WITHOUT_TIME_ZONE | TIMESTAMP_WITHOUT_TIME_ZONE => true
+           DATE | TIME_WITHOUT_TIME_ZONE => true
+      case TIMESTAMP_WITHOUT_TIME_ZONE =>
 
 Review comment:
   precision with 9 also support normalized key.
   If you don't want to support now, please add TODO comments to this class.

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

Reply via email to