dependabot[bot] opened a new pull request, #287: URL: https://github.com/apache/iceberg-python/pull/287
Bumps [ray](https://github.com/ray-project/ray) from 2.7.1 to 2.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ray-project/ray/releases">ray's releases</a>.</em></p> <blockquote> <h2>Ray-2.9.1</h2> <p>This patch release contains fixes for Ray Core, Ray Data, and Ray Serve.</p> <h1>Ray Core</h1> <p>🔨 Fixes:</p> <ul> <li>Adding debupgy as the ray debugger (<a href="https://redirect.github.com/ray-project/ray/issues/42311">#42311</a>)</li> <li>Fix task events profile events per task leak (<a href="https://redirect.github.com/ray-project/ray/issues/42248">#42248</a>)</li> <li>Make sure redis sync context and async context connect to the same redis instance (<a href="https://redirect.github.com/ray-project/ray/issues/42040">#42040</a>)</li> </ul> <h1>Ray Data</h1> <p>🔨 Fixes:</p> <ul> <li>[Data] Retry write if error during file clean up (<a href="https://redirect.github.com/ray-project/ray/issues/42326">#42326</a>)</li> </ul> <h1>Ray Serve</h1> <p>🔨 Fixes:</p> <ul> <li>Improve handling the websocket server disconnect scenario (<a href="https://redirect.github.com/ray-project/ray/issues/42130">#42130</a>)</li> <li>Fix pydantic config documentation (<a href="https://redirect.github.com/ray-project/ray/issues/42216">#42216</a>)</li> <li>Address issues under high network delays: <ul> <li>Enable setting queue length response deadline via environment variable (<a href="https://redirect.github.com/ray-project/ray/issues/42001">#42001</a>)</li> <li>Add exponential backoff for queue_len_response_deadline_s (<a href="https://redirect.github.com/ray-project/ray/issues/42041">#42041</a>)</li> </ul> </li> </ul> <h2>Ray-2.9.0</h2> <h1>Release Highlights<!-- raw HTML omitted --><!-- raw HTML omitted --></h1> <ul> <li>This release contains fixes for the Ray Dashboard. Additional context can be found here: <a href="https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023">https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023</a>  </li> <li>Ray Train has now upgraded support for spot node preemption -- allowing Ray Train to handle preemption node failures differently than application errors.</li> <li>Ray is now compatible with Pydantic versions <!-- raw HTML omitted -->=2.5.0, addressing a piece of user feedback we’ve consistently received.</li> <li>The Ray Dashboard now has a page for Ray Data to monitor real-time execution metrics.</li> <li><a href="https://docs.ray.io/en/latest/ray-core/ray-generator.html">Streaming generator</a> is now officially a public API (<a href="https://redirect.github.com/ray-project/ray/issues/41436">#41436</a>, <a href="https://redirect.github.com/ray-project/ray/issues/38784">#38784</a>). Streaming generator allows writing streaming applications easily on top of Ray via Python generator API and has been used for Ray Serve and Ray data for several releases. See the <a href="https://docs.ray.io/en/master/ray-core/ray-generator.html">documentation</a> for details. </li> <li>We’ve added experimental support for new accelerators: Intel GPU (<a href="https://redirect.github.com/ray-project/ray/issues/38553">#38553</a>), Intel Gaudi Accelerators (<a href="https://redirect.github.com/ray-project/ray/issues/40561">#40561</a>), and Huawei Ascend NPU (<a href="https://redirect.github.com/ray-project/ray/issues/41256">#41256</a>).</li> </ul> <h1>Ray Libraries<!-- raw HTML omitted --><!-- raw HTML omitted --></h1> <h2>Ray Data<!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <p>🎉 New Features:</p> <ul> <li>Add the dashboard for Ray Data to monitor real-time execution metrics and log file for debugging (<a href="https://docs.ray.io/en/master/data/monitoring-your-workload.html">https://docs.ray.io/en/master/data/monitoring-your-workload.html</a>).</li> <li>Introduce <code>concurrency</code> argument to replace <code>ComputeStrategy</code> in map-like APIs (<a href="https://redirect.github.com/ray-project/ray/issues/41461">#41461</a>)</li> <li>Allow task failures during execution (<a href="https://redirect.github.com/ray-project/ray/issues/41226">#41226</a>)</li> <li>Support PyArrow 14.0.1 (<a href="https://redirect.github.com/ray-project/ray/issues/41036">#41036</a>)</li> <li>Add new API for reading and writing Datasource (<a href="https://redirect.github.com/ray-project/ray/issues/40296">ray-project/ray#40296</a>)</li> <li>Enable group-by over multiple keys in datasets (<a href="https://redirect.github.com/ray-project/ray/issues/37832">#37832</a>)</li> <li>Add support for multiple group keys in <code>map_groups</code> (<a href="https://redirect.github.com/ray-project/ray/issues/40778">#40778</a>)</li> </ul> <p>💫 Enhancements:</p> <ul> <li>Optimize <code>OpState.outqueue_num_blocks</code> (<a href="https://redirect.github.com/ray-project/ray/issues/41748">#41748</a>)</li> <li>Improve stall detection for <code>StreamingOutputsBackpressurePolicy</code> (<a href="https://redirect.github.com/ray-project/ray/issues/41637">#41637</a>)</li> <li>Enable read-only Datasets to be executed on new execution backend (<a href="https://redirect.github.com/ray-project/ray/issues/41466">#41466</a>, <a href="https://redirect.github.com/ray-project/ray/issues/41597">#41597</a>)</li> <li>Inherit block size from downstream ops (<a href="https://redirect.github.com/ray-project/ray/issues/41019">#41019</a>)</li> <li>Use runtime object memory for scheduling (<a href="https://redirect.github.com/ray-project/ray/issues/41383">#41383</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ray-project/ray/commit/cfbf98c315cfb2710c56039a3c96477d196de049"><code>cfbf98c</code></a> [Debugger] Adding debupgy as the ray debugger (<a href="https://redirect.github.com/ray-project/ray/issues/42311">#42311</a>) (<a href="https://redirect.github.com/ray-project/ray/issues/42361">#42361</a>)</li> <li><a href="https://github.com/ray-project/ray/commit/dc0c031667c38675cff60692a33786a49dbcd8d7"><code>dc0c031</code></a> [Data] Retry write if error during file clean up (<a href="https://redirect.github.com/ray-project/ray/issues/42326">#42326</a>) (<a href="https://redirect.github.com/ray-project/ray/issues/42327">#42327</a>)</li> <li><a href="https://github.com/ray-project/ray/commit/b2d50b87a5fb9f1db157e9bc33329d769fda13d2"><code>b2d50b8</code></a> [core][gcs] Fix task events profile events per task leak (<a href="https://redirect.github.com/ray-project/ray/issues/42248">#42248</a>) (<a href="https://redirect.github.com/ray-project/ray/issues/42268">#42268</a>)</li> <li><a href="https://github.com/ray-project/ray/commit/ada0a9230abc2b91c3a2f4b081a475a5225fd333"><code>ada0a92</code></a> [Serve] Improve handling the websocket server disconnect scenario (<a href="https://redirect.github.com/ray-project/ray/issues/42130">#42130</a>) (#...</li> <li><a href="https://github.com/ray-project/ray/commit/84a66ae074c079ca9b942628f504bfed8298339f"><code>84a66ae</code></a> [Serve][Doc] Fix pydantic config documentation (<a href="https://redirect.github.com/ray-project/ray/issues/42216">#42216</a>) (<a href="https://redirect.github.com/ray-project/ray/issues/42241">#42241</a>)</li> <li><a href="https://github.com/ray-project/ray/commit/0842d27906045150a69ddc97b87cc2a858b624ca"><code>0842d27</code></a> Pick of 42226 (<a href="https://redirect.github.com/ray-project/ray/issues/42236">#42236</a>)</li> <li><a href="https://github.com/ray-project/ray/commit/3bb96d27157063fc984495f46849a99ef9b936bb"><code>3bb96d2</code></a> [serve] Cherry-pick queue length deadline configuration changes (<a href="https://redirect.github.com/ray-project/ray/issues/42176">#42176</a>)</li> <li><a href="https://github.com/ray-project/ray/commit/e7a883d2fea6b5546e27d657c6d07cac22aafb60"><code>e7a883d</code></a> [ci] pick of 42185 (<a href="https://redirect.github.com/ray-project/ray/issues/42207">#42207</a>)</li> <li><a href="https://github.com/ray-project/ray/commit/0f221ee1b54e16b585322a49110ba4320003d386"><code>0f221ee</code></a> pick of 41540 (<a href="https://redirect.github.com/ray-project/ray/issues/42179">#42179</a>)</li> <li><a href="https://github.com/ray-project/ray/commit/90b9e451c9154848a3ddb40ecce24d09c49e29b5"><code>90b9e45</code></a> pick of 42175 (<a href="https://redirect.github.com/ray-project/ray/issues/42177">#42177</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ray-project/ray/compare/ray-2.7.1...ray-2.9.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org