holdenk commented on a change in pull request #1530:
URL: https://github.com/apache/iceberg/pull/1530#discussion_r497733193
##########
File path: core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCatalog.java
##########
@@ -525,6 +525,34 @@ public void testVersionHintFileMissingMetadata() throws
Exception {
() -> TABLES.load(tableLocation));
}
+ @Test
+ public void testTableEquality() throws Exception {
Review comment:
Would it make sense to test that two tables with different properties
but the same table identifier are not equal?
----------------------------------------------------------------
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]