bmorck opened a new pull request, #17838: URL: https://github.com/apache/iceberg/pull/17838
Backports `spark.sql.iceberg.view.schema-binding-mode` to Spark 3.5 and 4.0. The change is identical to the Spark 4.1 version in #17499. | value | coercion | |---|---| | `BINDING` | `UpCast(col, storedType)` — the current behaviour, and the default | | `COMPENSATION` | `Cast(col, storedType, ansiEnabled = true)`, so a narrowing type change resolves to the stored type | The docs entry is in #17499, since it isn't version-specific. -- 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]
