4.29.0 (2024-04-16)
Features Added
- Spark 3.5 support: - See PR 39395.
Bugs Fixed
- Fixed an issue causing failures when using change feed in batch mode with a batch location and
ChangeFeedBatch.planInputPartitions
is called multiple times (for example because physcial query plan gets retrieved) and some changes have been made in the monitored container between those calls). - See PR 39635 - Made
AccountDataResolver
trait public again. - See PR 39736
Other Changes
- Optimized the partitioning strategy implementation details to avoid unnecessarily high RU usage. - See PR 39438