xabriel commented on a change in pull request #115: [Minor] Add UT: 
UpdateSchemaWithComplexStruct
URL: https://github.com/apache/incubator-iceberg/pull/115#discussion_r261425676
 
 

 ##########
 File path: core/src/test/java/com/netflix/iceberg/hadoop/TestHadoopCommits.java
 ##########
 @@ -242,4 +246,50 @@ public void testMergeAppend() throws Exception {
     Assert.assertEquals("Current snapshot should contain 1 merged manifest",
         1, metadata.currentSnapshot().manifests().size());
   }
+
+  @Test
+  public void testSchemaUpdateComplexType() throws Exception {
 
 Review comment:
   Minor: How about you add this method right below existing 
`testSchemaUpdate()` test case? To me, they’re closely related.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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