rdblue commented on code in PR #12497: URL: https://github.com/apache/iceberg/pull/12497#discussion_r2001953809
########## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/PruneColumnsWithoutReordering.java: ########## @@ -193,6 +193,11 @@ public Type map(Types.MapType map, Supplier<Type> keyResult, Supplier<Type> valu } } + @Override Review Comment: We normally fix issues for the latest version first so that you don't need to keep making changes to multiple versions and keep the updates in sync. Then when the changes are in for 3.5, open a new PR to port them to older versions once. -- 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