szehon-ho commented on code in PR #11982:
URL: https://github.com/apache/iceberg/pull/11982#discussion_r1929128400


##########
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:
   super nit: can skip null here



-- 
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

Reply via email to