rdblue commented on a change in pull request #1321:
URL: https://github.com/apache/iceberg/pull/1321#discussion_r470316103



##########
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:
       Looks like indentation is off here. The project uses 2 spaces per 
indent, and 2 indents for continuation lines like this. Could you fix this 
method please?




----------------------------------------------------------------
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]

Reply via email to