KurtYoung commented on a change in pull request #10562: 
[FLINK-15231][table-planner-blink] Do not support TIMESTAMP/DECIMAL t…
URL: https://github.com/apache/flink/pull/10562#discussion_r358635640
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/dataformat/vector/heap/AbstractHeapVector.java
 ##########
 @@ -109,18 +107,7 @@ public static AbstractHeapVector 
createHeapColumn(LogicalType fieldType, int max
                        case TIME_WITHOUT_TIME_ZONE:
                                return new HeapIntVector(maxRows);
                        case BIGINT:
-                       case TIMESTAMP_WITHOUT_TIME_ZONE:
 
 Review comment:
   looks like both `allocateHeapVectors` and `createHeapColumn` are useless?

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