rdblue commented on code in PR #13654:
URL: https://github.com/apache/iceberg/pull/13654#discussion_r2229298437
##########
parquet/src/test/java/org/apache/iceberg/parquet/TestVariantReaders.java:
##########
@@ -1168,28 +1424,18 @@ public void testArrayWithNonArray() throws IOException {
GenericRecord var1 =
record(
variantType, Map.of("metadata", VariantTestUtil.emptyMetadata(),
"typed_value", arr1));
- GenericRecord row1 = record(parquetSchema, Map.of("id", 1, "var", var1));
Review Comment:
For consistency with other test cases, I changed the row IDs to match the
row position in this test case.
--
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]