dependabot[bot] opened a new pull request, #235:
URL: https://github.com/apache/iceberg-python/pull/235

   Bumps [ray](https://github.com/ray-project/ray) from 2.7.1 to 2.9.0.
   <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.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/master/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>
   <li>Add retries to file writes (<a 
href="https://redirect.github.com/ray-project/ray/issues/41263";>#41263</a>)</li>
   <li>Make range datasource streaming (<a 
href="https://redirect.github.com/ray-project/ray/issues/41302";>#41302</a>)</li>
   <li>Test core performance metrics (<a 
href="https://redirect.github.com/ray-project/ray/issues/40757";>#40757</a>)</li>
   <li>Allow <code>ConcurrencyCapBackpressurePolicy._cap_multiplier</code> to 
be set to 1.0 (<a 
href="https://redirect.github.com/ray-project/ray/issues/41222";>#41222</a>)</li>
   <li>Create <code>StatsManager</code> to manage <code>_StatsActor</code> 
remote calls (<a 
href="https://redirect.github.com/ray-project/ray/issues/40913";>#40913</a>)</li>
   <li>Expose <code>max_retry_cnt</code> parameter for <code>BigQuery</code> 
Write (<a 
href="https://redirect.github.com/ray-project/ray/issues/41163";>#41163</a>)</li>
   <li>Add rows outputted to data metrics (<a 
href="https://redirect.github.com/ray-project/ray/issues/40280";>#40280</a>)</li>
   <li>Add fault tolerance to remote tasks (<a 
href="https://redirect.github.com/ray-project/ray/issues/41084";>#41084</a>)</li>
   <li>Add operator-level dropdown to ray data overview (<a 
href="https://redirect.github.com/ray-project/ray/issues/40981";>#40981</a>)</li>
   <li>Avoid slicing too-small blocks (<a 
href="https://redirect.github.com/ray-project/ray/issues/40840";>#40840</a>)</li>
   <li>Ray Data jobs detail table (<a 
href="https://redirect.github.com/ray-project/ray/issues/40756";>#40756</a>)</li>
   <li>Update default shuffle block size to 1GB (<a 
href="https://redirect.github.com/ray-project/ray/issues/40839";>#40839</a>)</li>
   <li>Log progress bar to data logs (<a 
href="https://redirect.github.com/ray-project/ray/issues/40814";>#40814</a>)</li>
   <li>Operator level metrics (<a 
href="https://redirect.github.com/ray-project/ray/issues/40805";>#40805</a>)</li>
   </ul>
   <p>🔨 Fixes:</p>
   <ul>
   <li>Partial fix for <code>Dataset.context</code> not being sealed after 
creation (<a 
href="https://redirect.github.com/ray-project/ray/issues/41569";>#41569</a>)</li>
   <li>Fix the issue that <code>DataContext</code> is not propagated when using 
<code>streaming_split</code> (<a 
href="https://redirect.github.com/ray-project/ray/issues/41473";>#41473</a>)</li>
   <li>Fix Parquet partition filter bug (<a 
href="https://redirect.github.com/ray-project/ray/issues/40947";>#40947</a>)</li>
   <li>Fix split read output blocks (<a 
href="https://redirect.github.com/ray-project/ray/issues/41070";>#41070</a>)</li>
   <li>Fix <code>BigQueryDatasource </code>fault tolerance bugs (<a 
href="https://redirect.github.com/ray-project/ray/issues/40986";>#40986</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/9be5a16e3ccad0710bba08d0f75e9ff774ae6880";><code>9be5a16</code></a>
 disable StreamingOutputBackpressurePolicy (<a 
href="https://redirect.github.com/ray-project/ray/issues/42000";>#42000</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/15a558e8aeb6e2ee0c5f95a93b2ceaccf2279ffe";><code>15a558e</code></a>
 [Core] improve agent health checking mechanism (<a 
href="https://redirect.github.com/ray-project/ray/issues/41935";>#41935</a>) (<a 
href="https://redirect.github.com/ray-project/ray/issues/41964";>#41964</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/d0300cfc7ede998b5a88a2547ae8b8c605c12d48";><code>d0300cf</code></a>
 [Data] Remove ActorPoolStrategy from documentation (<a 
href="https://redirect.github.com/ray-project/ray/issues/41948";>#41948</a>) (<a 
href="https://redirect.github.com/ray-project/ray/issues/41963";>#41963</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/2b1c4f8c4d69b8dbc4e083a6ff3120c208f514cf";><code>2b1c4f8</code></a>
 [serve] Gracefully stop replicas that fail health checks (<a 
href="https://redirect.github.com/ray-project/ray/issues/41877";>#41877</a>) (<a 
href="https://redirect.github.com/ray-project/ray/issues/41896";>#41896</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/7d53e8ae1fc768b0920e5a26bd1153963fd89a49";><code>7d53e8a</code></a>
 [Core] Fix check failure when sync and async tasks are mixed up (<a 
href="https://redirect.github.com/ray-project/ray/issues/41724";>#41724</a>) (<a 
href="https://redirect.github.com/ray-project/ray/issues/41";>#41</a>...</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/8c63f91f4a374804970dad6e9a668224b1e9e83c";><code>8c63f91</code></a>
 [core][performance] Only do PlasmaReleaseReply when client knows it's 
fallbac...</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/2dbb778807aa300188b64e34ce01ac271e5f208a";><code>2dbb778</code></a>
 [Core] Disallow callable for job submission api (<a 
href="https://redirect.github.com/ray-project/ray/issues/41788";>#41788</a>) (<a 
href="https://redirect.github.com/ray-project/ray/issues/41947";>#41947</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/3e9a9edef7546e6780d4b4ac584bfe5b86c25719";><code>3e9a9ed</code></a>
 [Tune; RLlib] Fix tune_rllib client release test. (<a 
href="https://redirect.github.com/ray-project/ray/issues/41871";>#41871</a>) (<a 
href="https://redirect.github.com/ray-project/ray/issues/41951";>#41951</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/a99bb3449493b3a81f08c7d3bd3a61c3f01e2da3";><code>a99bb34</code></a>
 Revert &quot;[release] Fix golden_notebook_torch_tune_serve_test missing 
argument ...</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/6faef85cc8c38768758c722915ba99f5122383f3";><code>6faef85</code></a>
 [Core] Make PythonGcsClient to be thread safe (<a 
href="https://redirect.github.com/ray-project/ray/issues/41777";>#41777</a>) (<a 
href="https://redirect.github.com/ray-project/ray/issues/41931";>#41931</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ray-project/ray/compare/ray-2.7.1...ray-2.9.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ray&package-manager=pip&previous-version=2.7.1&new-version=2.9.0)](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

Reply via email to