lsyldliu commented on code in PR #20442:
URL: https://github.com/apache/flink/pull/20442#discussion_r939501844
##########
flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/vector/ParquetSplitReaderUtil.java:
##########
@@ -396,6 +490,48 @@ public static WritableColumnVector
createWritableColumnVector(
typeName);
return new HeapBytesVector(batchSize);
}
+ case ARRAY:
Review Comment:
Due to `PrimitiveType` only support non-nested column, so we can't check
nested column. BTW, the element type of nested type will be checked
recursively, so I think check primitive type is enough.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]