andygrove opened a new pull request, #3673:
URL: https://github.com/apache/datafusion-comet/pull/3673

   ## Which issue does this PR close?
   
   N/A - CI cleanup.
   
   ## Rationale for this change
   
   The Java-based Iceberg integration is being deprecated in favor of the 
Rust-based integration. The Java Iceberg CI jobs are no longer needed.
   
   ## What changes are included in this PR?
   
   Removes the three Java-based Iceberg CI jobs from `iceberg_spark_test.yml`:
   - `iceberg-spark` (used `setup-iceberg-builder`)
   - `iceberg-spark-extensions` (used `setup-iceberg-builder`)
   - `iceberg-spark-runtime` (used `setup-iceberg-builder`)
   
   The three Rust-based Iceberg CI jobs are kept:
   - `iceberg-spark-rust` (uses `setup-iceberg-rust-builder`)
   - `iceberg-spark-extensions-rust` (uses `setup-iceberg-rust-builder`)
   - `iceberg-spark-runtime-rust` (uses `setup-iceberg-rust-builder`)
   
   The shared `build-native` job is also retained.
   
   ## How are these changes tested?
   
   CI-only change. The remaining Rust Iceberg jobs will continue to run on PRs 
with `[iceberg]` in the title.


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