What's Changed * Remove timeout annotation by raghumdani in https://github.com/ray-project/deltacat/pull/317 * Modify in-place compacted check to include rebase source partition locator by yankevn in https://github.com/ray-project/deltacat/pull/318 * [Exception] Add initial DeltaCatError support by Zyiqin-Miranda in https://github.com/ray-project/deltacat/pull/290 * Allow configuring file read timeout and copy of reference by raghumdani in https://github.com/ray-project/deltacat/pull/319 * Deltacat version bump by raghumdani in https://github.com/ray-project/deltacat/pull/321
What's Changed * Update boto3 and s3fs dependencies, drop Python 3.7 support (309) by DmitriGekhtman * Bumped patch version to 1.1.8 (316) by DmitriGekhtman
What's Changed * Add unit tests for critical components being used (303) by raghumdani * Additional retryable exceptions for s3 put/get (304) by rkenmi * `commit_partition` storage interface method signature now has `previous_partition` as an optional parameter. Additional support for in-place compaction (305) by pfaraone * Added timeout for merge and hash bucket tasks as a symptomatic fix (306) by raghumdani * Bumped patch version to 1.1.7 (307) by pfaraone
What's Changed * Add retry to s3u download/upload by rkenmi in https://github.com/ray-project/deltacat/pull/300 * Fix compaction jobs latency increase due to changes in scheduling algo in ray 2.20.0 by raghumdani in https://github.com/ray-project/deltacat/pull/302
What's Changed * Leverage Daft Transient Errors to retry tasks on ray and drop timeout times by samster25 in https://github.com/ray-project/deltacat/pull/297 * Updating the rcf_source_partition_locator if the table is in-place compacted by pfaraone in https://github.com/ray-project/deltacat/pull/292