nssalian opened a new pull request, #1182: URL: https://github.com/apache/iceberg-go/pull/1182
Closes [#1139](https://github.com/apache/iceberg-go/issues/1139) Follow-up to [#1140](https://github.com/apache/iceberg-go/pull/1140) ### Summary - New `recipe.SparkMajorVersion` helper - extracts the running container's pyspark version inline (`python -c`) - New `requireSpark4()` test-suite helper - skips for Spark 3.5. - `TestVariantWriteAndScan` now also asserts Spark 4 reads the rows via `to_json` after the existing Go-side scan. - New `TestUnknownTypeWriteAndScan` - Go writes an `UnknownType` column, Spark 4 confirms via `DESCRIBE` that the column lands as `void` (Spark's `NullType`). ### Test plan Ran the following locally: - `make integration-setup && make integration-spark` (Spark 3.5): 10 PASS, 2 SKIP (variant + unknown with the message). - `make integration-setup-spark4 && make integration-spark` (Spark 4.0): 12 PASS. -- 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]
