dongjoon-hyun opened a new pull request, #387:
URL: https://github.com/apache/spark-connect-swift/pull/387

   ### What changes were proposed in this pull request?
   
   This PR aims to add a new GitHub Actions job, 
`integration-test-mac-spark41-iceberg`, which runs Apache Iceberg integration 
tests against Apache Spark 4.1.2 on macOS.
   
   The new job mirrors the existing `integration-test-mac-spark4-iceberg` job 
with the following differences:
   - Spark distribution: `spark-4.1.2-bin-hadoop3`
   - Spark Connect package: `org.apache.spark:spark-connect_2.13:4.1.2`
   - Iceberg runtime: `org.apache.iceberg:iceberg-spark-runtime-4.1_2.13:1.11.0`
   - Java version: 21 (Spark 4.1 supports JDK 21)
   
   ### Why are the changes needed?
   
   Apache Spark 4.1.2 is the latest 4.1.x release, and we already have 
`integration-test-mac-spark41` covering core integration tests against 4.1.2. 
However, there is no CI coverage that verifies the Iceberg integration 
(`DataFrameWriterV2Tests`, `IcebergTest`) against Spark 4.1. This PR closes 
that gap so that regressions affecting the Spark 4.1 + Iceberg combination are 
caught in CI.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs with the new `integration-test-mac-spark41-iceberg` job.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.7


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