JingsongLi commented on a change in pull request #10212: 
[FLINK-14806][table-planner-blink] Add setTimestamp/getTimestamp inte…
URL: https://github.com/apache/flink/pull/10212#discussion_r347182810
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/dataformat/BinaryWriter.java
 ##########
 @@ -94,8 +97,11 @@ static void write(BinaryWriter writer, int pos,
                        case INTERVAL_YEAR_MONTH:
                                writer.writeInt(pos, (int) o);
                                break;
-                       case BIGINT:
                        case TIMESTAMP_WITHOUT_TIME_ZONE:
+                               TimestampType timestampType = (TimestampType) 
type;
 
 Review comment:
   You can not modify static utils right now? This will lead to tests failure.

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