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



##########
File path: 
core/src/test/java/org/apache/iceberg/TestTableMetadataSerialization.java
##########
@@ -78,4 +82,21 @@ public void testSerialization() throws Exception {
         Lists.transform(result.snapshots(), Snapshot::snapshotId));
     Assert.assertEquals("History should match", meta.snapshotLog(), 
result.snapshotLog());
   }
+
+  private void assertSameSchemaList(List<Schema> list1, List<Schema> list2) {

Review comment:
       Is it possible to factor this into a common util rather than copying 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]

Reply via email to