danielcweeks commented on code in PR #16958:
URL: https://github.com/apache/iceberg/pull/16958#discussion_r3661412826
##########
api/src/test/java/org/apache/iceberg/types/TestTypeUtil.java:
##########
@@ -1037,4 +1038,41 @@ public void testIndexStatsNames() {
.containsEntry(24, "addresses_value") // the leaf takes precedence
.hasSize(22);
}
+
+ @Test
+ public void testReplaceFieldTypes() {
Review Comment:
Minor oversight here: we only test for struct/list, but not a primitive
field (it does work, but there's no test)
--
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]