ConeyLiu commented on code in PR #1234:
URL: https://github.com/apache/parquet-mr/pull/1234#discussion_r1418835181
##########
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/util/TestFileBuilder.java:
##########
@@ -173,6 +162,34 @@ private void addValueToSimpleGroup(Group g, Type type) {
}
}
+ private void addPrimitiveValueToSimpleGroup(Group g, PrimitiveType
primitiveType) {
+ if (primitiveType.isRepetition(Type.Repetition.REPEATED)) {
Review Comment:
add repeated value
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]