rakesh-das08 commented on code in PR #8797: URL: https://github.com/apache/iceberg/pull/8797#discussion_r1354860039
########## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/procedures/RewriteDataFilesProcedure.java: ########## @@ -109,6 +110,8 @@ public InternalRow[] call(InternalRow args) { action = checkAndApplyStrategy(action, strategy, sortOrderString, table.schema()); } + action = checkAndApplyBranch(table, action); Review Comment: As per this convo, rewrite data files already works with branch identifier. https://apache-iceberg.slack.com/archives/C025PH0G1D4/p1682453453154299?thread_ts=1682025581.770009&cid=C025PH0G1D4 -- 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