docete 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_r361360066
########## 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: Users should use `allocateHeapVectors` or `createHeapColumn` to create HeapVectors. See the java doc of constructor of `HeapIntVector`. Users should not call `new HeapIntVector(len)` except for testing purposes. ---------------------------------------------------------------- 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