amogh-jahagirdar commented on code in PR #11982: URL: https://github.com/apache/iceberg/pull/11982#discussion_r1929381993
########## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteTablePathSparkAction.java: ########## @@ -96,6 +97,7 @@ public class RewriteTablePathSparkAction extends BaseSparkAction<RewriteTablePat private String stagingDir; private final Table table; + private Broadcast<Table> tableBroadcast = null; Review Comment: @szehon-ho I'll go ahead and merge this but on the backport @manuzhang if we could address this as well that would be great. Or alternatively we can address as part of the cleanup I mentioned earlier. -- 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