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

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.13 to 0.2.14.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Eventual-Inc/Daft/releases";>getdaft's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.2.14</h2>
   <h2>Changes</h2>
   <h2>✨ New Features</h2>
   <ul>
   <li>[FEAT] Add ceil function <a 
href="https://github.com/NormallyGaussian";><code>@​NormallyGaussian</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1867";>#1867</a>)</li>
   <li>[FEAT] show full schema on request <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1868";>#1868</a>)</li>
   <li>[FEAT] Enable Requester Pay for S3 reads <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1856";>#1856</a>)</li>
   <li>[FEAT] _add_monotonically_increasing_id method for Dataframe <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1827";>#1827</a>)</li>
   </ul>
   <h2>🚀 Performance Improvements</h2>
   <ul>
   <li>[PERF] Set min_partitions for post aggregation shuffles <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1861";>#1861</a>)</li>
   </ul>
   <h2>👾 Bug Fixes</h2>
   <ul>
   <li>[BUG] Protect Global Context With Mutex <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1857";>#1857</a>)</li>
   <li>[BUG] Schema hints not working properly for json reads <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1845";>#1845</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>[DOCS] Change show_optimized kwarg to show_all <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1874";>#1874</a>)</li>
   <li>[DOCS] Drop use of &quot;Complex Data&quot; in favor of multimodal <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1875";>#1875</a>)</li>
   <li>[DOCS] Add docs for AWS S3 IO <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1855";>#1855</a>)</li>
   </ul>
   <h2>🧰 Maintenance</h2>
   <ul>
   <li>[CHORE] Update segment logging to use restricted set of IDs <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1870";>#1870</a>)</li>
   <li>[CHORE] Fix monotonically_increasing_id physical op <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1853";>#1853</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/195174c6f16b07308875ce3d7bcbabf4d0f33af9";><code>195174c</code></a>
 [DOCS] Change show_optimized kwarg to show_all (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1874";>#1874</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/c41671811882b003e03effbd935c6eaae165c7be";><code>c416718</code></a>
 [PERF] Set min_partitions for post aggregation shuffles (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1861";>#1861</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/adac24cee7a637866278e7f2d79376faf582e6c4";><code>adac24c</code></a>
 [DOCS] Drop use of &quot;Complex Data&quot; in favor of multimodal (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1875";>#1875</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/4caeed412e50526d4172d5ade4acda727d71d752";><code>4caeed4</code></a>
 [FEAT] show full schema on request (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1868";>#1868</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/fe92fe9a98819a94ec5faf12a42a4f75db0e7203";><code>fe92fe9</code></a>
 [CHORE] Update segment logging to use restricted set of IDs (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1870";>#1870</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/8565272fee5c50cb5d668e56e3bd7b238a52ceaa";><code>8565272</code></a>
 [FEAT] Enable Requester Pay for S3 reads (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1856";>#1856</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/05e3e3fbbefdaa1780484e58b2c002e4f6b9ec6b";><code>05e3e3f</code></a>
 [FEAT] Add ceil function (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1867";>#1867</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/9b6cb946471b45a2b9f98e0ed233f624db348bdf";><code>9b6cb94</code></a>
 [BUG] Protect Global Context With Mutex (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1857";>#1857</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/573ea1229fd648c192be1b365bc12a36e98a66b0";><code>573ea12</code></a>
 [BUG] Schema hints not working properly for json reads (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1845";>#1845</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/ed8daafef64141fb13bd0edd0ef1bd859daab317";><code>ed8daaf</code></a>
 [DOCS] Add docs for AWS S3 IO (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/1855";>#1855</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.2.13...v0.2.14";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getdaft&package-manager=pip&previous-version=0.2.13&new-version=0.2.14)](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