The GitHub Actions job "Java CI" on iceberg.git/rewrite_data_files2 has failed. Run started by GitHub user shangxinli (triggered by shangxinli).
Head commit for run: 21e8a235fc5ad1e5d63bcb1cf635627b8fda8cf1 / Xinli Shang <[email protected]> Refactor SparkParquetFileMergeRunner to pass RewriteFileGroup to executor Pass the actual RewriteFileGroup task object to the executor instead of extracting parameters on the driver and passing them individually. This makes the code more semantic and provides access to task metadata on the executor if needed in the future. - Change RDD type from JavaRDD<Integer> to JavaRDD<RewriteFileGroup> - Pass group object instead of dummy integer to parallelize() - Rename lambda parameter from 'ignored' to 'task' for clarity - Simplify mergeFilesForTask signature (7 params -> 5 params) - Extract dataFiles, spec, and partition from task on executor Report URL: https://github.com/apache/iceberg/actions/runs/20403497574 With regards, GitHub Actions via GitBox
