The GitHub Actions job "Java CI" on 
iceberg.git/feature/rewrite-data-files-branch-support has failed.
Run started by GitHub user 97harsh (triggered by 97harsh).

Head commit for run:
88dfc142d1d837745a45bc769acdee9bddd04911 / Harsh Sharma <[email protected]>
Add branch support to rewrite_data_files procedure

This commit adds branch support to the rewrite_data_files Spark SQL
procedure, allowing users to rewrite data files on specific branches
instead of only the main branch.

Changes:
- Core: Updated RewriteDataFilesCommitManager to accept and apply branch 
parameter
- Action: Added toBranch() method to RewriteDataFilesSparkAction
- Procedure: Added branch parameter to all Spark versions (v3.4, v3.5, v4.0, 
v4.1)

Users can now specify branches in two ways:
1. Via table identifier: CALL 
system.rewrite_data_files('db.table.branch_myBranch')
2. Via explicit parameter: CALL system.rewrite_data_files(table => 'db.table', 
branch => 'myBranch')

Fixes #14813

Report URL: https://github.com/apache/iceberg/actions/runs/20710800464

With regards,
GitHub Actions via GitBox

Reply via email to