4.13.0 (2022-09-15)
Other Changes
- Added support to allow overriding json parsing behavior when a json document contains duplicated properties. Config entry
spark.cosmos.read.allowInvalidJsonWithDuplicateJsonProperties
can be used to not raise a hard error and use the last property instead. - See PR 30916