rdblue commented on code in PR #13445:
URL: https://github.com/apache/iceberg/pull/13445#discussion_r2274495586
##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/ScanTestBase.java:
##########
@@ -86,6 +87,20 @@ protected void writeAndValidate(Schema schema) throws
IOException {
writeAndValidate(schema, schema);
}
+ private boolean checkVersion(List<Types.NestedField> fields) {
Review Comment:
I don't think this change is necessary because format versions are checked
when creating table metadata. `TableMetadata` will reject a schema v3 types if
the format version is < 3.
--
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]