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

   Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.6.14 to 0.7.9.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Eventual-Inc/Daft/releases";>daft's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.7.9</h2>
   <h2>What's Changed 🚀</h2>
   <h2>✨ Features</h2>
   <ul>
   <li>feat: Add support for writing Extension and Duration types to Parquet <a 
href="https://github.com/srilman";><code>@​srilman</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6684";>#6684</a>)</li>
   <li>feat(dashboard): Support event log import to dashboard <a 
href="https://github.com/cckellogg";><code>@​cckellogg</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6646";>#6646</a>)</li>
   <li>feat(dashboard): display version metadata on query detail page <a 
href="https://github.com/samstokes";><code>@​samstokes</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6671";>#6671</a>)</li>
   <li>feat: implement batch 2 temporal functions <a 
href="https://github.com/BABTUNA";><code>@​BABTUNA</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6563";>#6563</a>)</li>
   <li>feat: add video_frames() for decoding all frames with metadata <a 
href="https://github.com/everettVT";><code>@​everettVT</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6536";>#6536</a>)</li>
   <li>feat: UUID Type <a 
href="https://github.com/srilman";><code>@​srilman</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6611";>#6611</a>)</li>
   <li>feat(dashboard): improved dashboard metrics for bytes in/out and 
inflation/deflation <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6640";>#6640</a>)</li>
   <li>feat: Point-in-Time / ASOF Joins <a 
href="https://github.com/euanlimzx";><code>@​euanlimzx</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6615";>#6615</a>)</li>
   <li>feat(observability): track per-operator bytes_in / bytes_out <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6612";>#6612</a>)</li>
   <li>feat(file): add file_path() function <a 
href="https://github.com/everettVT";><code>@​everettVT</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6621";>#6621</a>)</li>
   <li>feat(stats): add phase-aware SortStats for distributed Sort operator <a 
href="https://github.com/samstokes";><code>@​samstokes</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6632";>#6632</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix(docs): fix syntax errors in connectors documentation <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6683";>#6683</a>)</li>
   <li>fix(docs): correct from_glob_paths to from_glob_path in 
audio-transcription workload <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6675";>#6675</a>)</li>
   <li>fix(docs): correct mkdocstrings YAML indentation in file_types.md <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6668";>#6668</a>)</li>
   <li>fix: Re-enable subscriber support on Flotilla <a 
href="https://github.com/srilman";><code>@​srilman</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6650";>#6650</a>)</li>
   <li>fix: broadcast zero-field StructArray to requested length <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6660";>#6660</a>)</li>
   <li>fix: validate CheckpointId is path-safe for object stores <a 
href="https://github.com/rohitkulshreshtha";><code>@​rohitkulshreshtha</code></a>
 (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6641";>#6641</a>)</li>
   <li>fix: Add Cargo Timing to CI  <a 
href="https://github.com/srilman";><code>@​srilman</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6459";>#6459</a>)</li>
   </ul>
   <h2>🚀 Performance</h2>
   <ul>
   <li>perf: Parallelize post-groupby op <a 
href="https://github.com/srilman";><code>@​srilman</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6663";>#6663</a>)</li>
   <li>perf: Do a 1-stage aggregation for distributed ListAgg <a 
href="https://github.com/srilman";><code>@​srilman</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6665";>#6665</a>)</li>
   </ul>
   <h2>♻️ Refactor</h2>
   <ul>
   <li>refactor: migrate streaming sink to use consolidated BatchManager <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6568";>#6568</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>docs: Add documentation for missing connectors <a 
href="https://github.com/everettVT";><code>@​everettVT</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6664";>#6664</a>)</li>
   <li>docs: Add describe SQL statement, plus add orphan pages, plus see also 
<a href="https://github.com/everettVT";><code>@​everettVT</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6649";>#6649</a>)</li>
   <li>docs: fix incorrect accessor syntax in audio.md <a 
href="https://github.com/everettVT";><code>@​everettVT</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6648";>#6648</a>)</li>
   <li>docs: add missing write methods to I/O API reference <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6647";>#6647</a>)</li>
   </ul>
   <h2>👷 CI</h2>
   <ul>
   <li>ci: Add ClickBench to CodSpeed <a 
href="https://github.com/srilman";><code>@​srilman</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6669";>#6669</a>)</li>
   <li>ci: Show crate diff in PRs <a 
href="https://github.com/srilman";><code>@​srilman</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6645";>#6645</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.7.8...v0.7.9";>https://github.com/Eventual-Inc/Daft/compare/v0.7.8...v0.7.9</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/fae2cc90e9c4cbd4856ae9cb6b03fc828f066607";><code>fae2cc9</code></a>
 ci: Fix CI daft builds on Linux x86 (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6686";>#6686</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/9dd4c7ff34770859be457d23956a546780e5ba6b";><code>9dd4c7f</code></a>
 feat: Add support for writing Extension and Duration types to Parquet (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6684";>#6684</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/17171f5cd881d66095c7276d75a2c38be08eb374";><code>17171f5</code></a>
 feat(dashboard): Support event log import to dashboard (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6646";>#6646</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/ac571f52aca2488f6644cb2a2afb07768608a47e";><code>ac571f5</code></a>
 ci: Add ClickBench to CodSpeed (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6669";>#6669</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/61b0d5290f19063b4629fac1263f3ce76c777d1b";><code>61b0d52</code></a>
 feat(dashboard): display version metadata on query detail page (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6671";>#6671</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/f1b997bb771e33bab7be0d7bc90f37a6a081c46c";><code>f1b997b</code></a>
 docs: Add documentation for missing connectors (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6664";>#6664</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/a5ae60a9b0297cabd3d2f3fea32249a3f1640ce9";><code>a5ae60a</code></a>
 fix(docs): fix syntax errors in connectors documentation (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6683";>#6683</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/80980c211d121c992cc17d753ed0ff118c004915";><code>80980c2</code></a>
 fix(docs): correct from_glob_paths to from_glob_path in audio-transcription 
w...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/c677e0e984f9994c452a9e7efe38fb10b47669ad";><code>c677e0e</code></a>
 feat: implement batch 2 temporal functions (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6563";>#6563</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/7b6da584ba34e6c9b11dfe508be23c1735342acf";><code>7b6da58</code></a>
 feat: add video_frames() for decoding all frames with metadata (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/6536";>#6536</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.6.14...v0.7.9";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=daft&package-manager=uv&previous-version=0.6.14&new-version=0.7.9)](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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to