rdblue commented on a change in pull request #297: Bump Apache Avro to 1.9.x
URL: https://github.com/apache/incubator-iceberg/pull/297#discussion_r356753487
 
 

 ##########
 File path: core/src/test/java/org/apache/iceberg/avro/TestAvroNameMapping.java
 ##########
 @@ -90,7 +90,7 @@ public void testMapProjections() throws IOException {
     projected = writeAndRead(writeSchema, readSchema, record, nameMapping);
     Record projectedL1 = ((Map<String, Record>) 
projected.get("location")).get("l1");
     Assert.assertNotNull("Field missing from table mapping is renamed", 
projectedL1.getSchema().getField("long_r2"));
-    Assert.assertNull("location.value.long, should not be read", 
projectedL1.get("long_r2"));
+    Assert.assertNull("location.value.long, should not be read", 
projectedL1.get("long"));
 
 Review comment:
   Why did this need to change?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to