97harsh opened a new pull request, #15067:
URL: https://github.com/apache/iceberg/pull/15067

   ## Summary
   - Backports branch support for the `rewrite_data_files` procedure from Spark 
4.1 to Spark 4.0, 3.5, and 3.4
   - This is a backport of #14964
   
   ## Changes
   - Added `branch` parameter to `RewriteDataFilesProcedure` for all three 
Spark versions
   - Added `toBranch()` method to `RewriteDataFilesSparkAction` for all three 
Spark versions
   - Branch resolution priority: explicit parameter > table branch > main branch
   - Added validation that target branch exists before rewriting
   - Backported all test cases from #14964
   
   ## Test plan
   - [x] Run spotless
   - [x] Run tests for Spark 4.0
   - [x] Run tests for Spark 3.5
   - [x] Run tests for Spark 3.4 (requires Java 8/11/17)


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

Reply via email to