charliec05 opened a new pull request, #17721: URL: https://github.com/apache/iceberg/pull/17721
## Description The Spark test helpers decoded both map keys and values using the map key type. This updates `GenericsHelpers` and `TestHelpers` for Spark 3.5, 4.0, and 4.1 to decode map values using the value type, so comparisons remain correct when key and value types differ. Closes #17717. ## Testing - `TestSparkAvroReader.testNumericMapKey` for Spark 3.5, 4.0, and 4.1 - `./gradlew -DsparkVersions=3.5,4.0,4.1 spotlessCheck` ## AI Disclosure - Model: GPT-5 - Platform/Tool: Codex - Human Oversight: unreviewed - Prompt Summary: Find a small Apache Iceberg contribution, implement and test the fix, and open a pull request. -- 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]
