rdblue commented on code in PR #12593: URL: https://github.com/apache/iceberg/pull/12593#discussion_r2006579702
########## core/src/test/java/org/apache/iceberg/TestTableMetadata.java: ########## @@ -232,8 +231,6 @@ public void testJsonConversion() throws Exception { assertThat(metadata.statisticsFiles()).isEqualTo(statisticsFiles); assertThat(metadata.partitionStatisticsFiles()).isEqualTo(partitionStatisticsFiles); assertThat(metadata.refs()).isEqualTo(refs); - assertThat(metadata.rowLineageEnabled()).isEqualTo(expected.rowLineageEnabled()); - assertThat(metadata.nextRowId()).isEqualTo(expected.nextRowId()); Review Comment: Looks like this should probably be restored as well. I'll fix it in a follow up. -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org