hsiang-c commented on code in PR #7920:
URL: https://github.com/apache/iceberg/pull/7920#discussion_r1250540408
##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/source/TestIcebergSourceTablesBase.java:
##########
@@ -1421,6 +1435,7 @@ public void testPartitionsTable() {
}
}
+ @SuppressWarnings("MethodLength")
Review Comment:
`testPartitionsTableLastUpdatedSnapshot` has more than 150 lines due to the
new assertions I added. Please let me know if they make sense to you, thanks.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]