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

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.7 to 0.4.8.
   <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.4.8</h2>
   <h2>What's Changed 🚀</h2>
   <h2>✨ Features</h2>
   <ul>
   <li>feat: syntactic sugar for Python list and struct gets <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4027";>#4027</a>)</li>
   <li>feat: Add a memory-efficient iterator for Series <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4006";>#4006</a>)</li>
   <li>feat(catalog): adds s3tables iceberg rest endpoint <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4018";>#4018</a>)</li>
   <li>feat: adds gz as gzip alias for encode, decode methods <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4020";>#4020</a>)</li>
   <li>feat: Functions: sign, signum, negative, negate <a 
href="https://github.com/petern48";><code>@​petern48</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3941";>#3941</a>)</li>
   <li>feat(sql): namespace support with in-memory catalog <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4013";>#4013</a>)</li>
   <li>feat(sql): adds show tables statement and documentation <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4011";>#4011</a>)</li>
   <li>feat(catalog): adds native s3tables read and catalog apis <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3929";>#3929</a>)</li>
   <li>feat: offset indices in sparse tensor <a 
href="https://github.com/itzhakstern";><code>@​itzhakstern</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3725";>#3725</a>)</li>
   <li>feat: Flight shuffle <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3904";>#3904</a>)</li>
   <li>feat: daft.range function <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3956";>#3956</a>)</li>
   <li>feat: cast using a string type <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3951";>#3951</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: Fix join condition swaps when left/right sides swap <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4028";>#4028</a>)</li>
   <li>fix: Fix boolean expression simplifier <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4016";>#4016</a>)</li>
   <li>fix: Fix list sort with groupby <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3990";>#3990</a>)</li>
   <li>fix: datetime deprecation <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3987";>#3987</a>)</li>
   <li>fix: Fix incorrect numeric identity optimizations <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3988";>#3988</a>)</li>
   <li>fix: tutorial code <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3972";>#3972</a>)</li>
   <li>fix: allow decimal precision equal to scale <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3973";>#3973</a>)</li>
   <li>fix: Add more retries to sql server connection in test <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3953";>#3953</a>)</li>
   <li>fix(ci): distributed tpch benchmark <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3967";>#3967</a>)</li>
   <li>fix: depend on pylance instead of lancedb <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3962";>#3962</a>)</li>
   <li>fix(ci): slack failure notification parameters <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3952";>#3952</a>)</li>
   <li>fix: fix error when casting monotonically_increasing_id directly <a 
href="https://github.com/f4t4nt";><code>@​f4t4nt</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3950";>#3950</a>)</li>
   <li>fix: Add target dialect when making subquery in read_sql <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3948";>#3948</a>)</li>
   <li>fix: Count bytes read correctly for local WARC reads <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3946";>#3946</a>)</li>
   <li>fix: Pass CommitProperties object custom metadata in deltalake <a 
href="https://github.com/tkauf15k";><code>@​tkauf15k</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3914";>#3914</a>)</li>
   <li>fix: iceberg table name is a method <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3949";>#3949</a>)</li>
   </ul>
   <h2>🚀 Performance</h2>
   <ul>
   <li>perf: Enable join reordering <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4029";>#4029</a>)</li>
   <li>perf: Favor smaller relations on the left for join ordering <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4003";>#4003</a>)</li>
   <li>perf: Refactor selectivity estimates <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4010";>#4010</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>docs: update install instructions for daft-lts and nightly <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4026";>#4026</a>)</li>
   <li>docs: Fix s3 tables docs <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4025";>#4025</a>)</li>
   <li>docs: change all mentions of getdaft -&gt; daft <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3986";>#3986</a>)</li>
   <li>docs: fix docs examples and add missing docs <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3974";>#3974</a>)</li>
   <li>docs: initializes sql and data type documentation <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3959";>#3959</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/3a75f244b7ff2c2f55b7a64ee19bd860e3832c4d";><code>3a75f24</code></a>
 perf: Enable join reordering (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4029";>#4029</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/8c3cdad1e69dea7c3a9e5b16e16c54c148fb8a38";><code>8c3cdad</code></a>
 chore: Track imports on scarf (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4024";>#4024</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/0c53505d9787e7191f7aafb24f98cefd3ed71fa7";><code>0c53505</code></a>
 feat: syntactic sugar for Python list and struct gets (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4027";>#4027</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/4a8c178120b97d28d1fcd536dd38fe921efd0833";><code>4a8c178</code></a>
 fix: Fix join condition swaps when left/right sides swap (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4028";>#4028</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/644063810bc607198e03d47fe531cf4921bf18d2";><code>6440638</code></a>
 docs: update install instructions for daft-lts and nightly (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4026";>#4026</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/a03aee1061e8ed43dc1bd4b622d2f1f9c62b4e85";><code>a03aee1</code></a>
 feat: Add a memory-efficient iterator for Series (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4006";>#4006</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/b5c539e616b6cb68c5a01d3f0166e2709828c230";><code>b5c539e</code></a>
 docs: Fix s3 tables docs (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4025";>#4025</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/cbb347b5804fb63fec94e77e574871f7aa83a9b6";><code>cbb347b</code></a>
 perf: Favor smaller relations on the left for join ordering (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4003";>#4003</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/1524ee4f37fbc6bacd3bf3223e3d46ef4fc8b1ff";><code>1524ee4</code></a>
 feat(catalog): adds s3tables iceberg rest endpoint (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4018";>#4018</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/fc50259d857fb330e410098ce5950d3769c890ee";><code>fc50259</code></a>
 feat: adds gz as gzip alias for encode, decode methods (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4020";>#4020</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.7...v0.4.8";>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.4.7&new-version=0.4.8)](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