lxynov commented on a change in pull request #1321:
URL: https://github.com/apache/iceberg/pull/1321#discussion_r470381778
##########
File path:
core/src/test/java/org/apache/iceberg/avro/TestAvroReadProjection.java
##########
@@ -49,4 +56,27 @@
return Iterables.getOnlyElement(records);
}
+
+ @Test
+ public void testAvroArrayAsLogicalMap() throws IOException {
+ Schema writeSchema = new Schema(
+ Types.NestedField.optional(0, "map", Types.MapType.ofOptional(2, 3,
Review comment:
Oh right, just updated it.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]