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

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.9 to 0.4.10.
   <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.10</h2>
   <h2>What's Changed 🚀</h2>
   <h2>✨ Features</h2>
   <ul>
   <li>feat: Set num threads for local runners <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4170";>#4170</a>)</li>
   <li>feat: add <code>strftime</code> <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4146";>#4146</a>)</li>
   <li>feat: adds case-sensitive and case-normalized catalog and table 
identifiers [1/3] <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4149";>#4149</a>)</li>
   <li>feat(window): Add window partition execution <a 
href="https://github.com/f4t4nt";><code>@​f4t4nt</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4097";>#4097</a>)</li>
   <li>feat: add <code>is_t</code> and inner property methods to 
<code>DataType</code> <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4141";>#4141</a>)</li>
   <li>feat: add <code>unix_timestamp</code> function <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4130";>#4130</a>)</li>
   <li>feat: add io config for spark <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4099";>#4099</a>)</li>
   <li>feat: Implement flight server in rust <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4004";>#4004</a>)</li>
   <li>feat(window): Add ExtractWindowFunction optimizer rule <a 
href="https://github.com/f4t4nt";><code>@​f4t4nt</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4093";>#4093</a>)</li>
   <li>feat(window): Add window function definitions and skeleton API <a 
href="https://github.com/f4t4nt";><code>@​f4t4nt</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4082";>#4082</a>)</li>
   <li>feat: add dt.day_of_year <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4129";>#4129</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: Re-enable mypy <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4160";>#4160</a>)</li>
   <li>fix: TimeUnit repr format <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4164";>#4164</a>)</li>
   <li>fix: Fix list aggregates on empty series <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4155";>#4155</a>)</li>
   <li>fix: sorting with nulls_first <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4154";>#4154</a>)</li>
   <li>fix: ignore hugging face in broken link workflow <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4137";>#4137</a>)</li>
   </ul>
   <h2>🚀 Performance</h2>
   <ul>
   <li>perf: Optimize shuffle cache <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4101";>#4101</a>)</li>
   <li>perf(optimizer): anti/semi join pushdown rule <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4132";>#4132</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>docs: Fix tutorial notebooks <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4161";>#4161</a>)</li>
   <li>docs: documents iceberg integration <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4070";>#4070</a>)</li>
   </ul>
   <h2>👷 CI</h2>
   <ul>
   <li>ci: Native doc tests <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4142";>#4142</a>)</li>
   </ul>
   <h2>🔧 Maintenance</h2>
   <ul>
   <li>chore: Update bug_report.yml to use native runner <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4169";>#4169</a>)</li>
   <li>chore: simplify rust identifier to a string vector <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4140";>#4140</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.9...v0.4.10";>https://github.com/Eventual-Inc/Daft/compare/v0.4.9...v0.4.10</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/424cd8da89345bb47a56be56772e429341155359";><code>424cd8d</code></a>
 feat: Set num threads for local runners (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4170";>#4170</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/c73b3a33fbf82ee70489a4de5114df02a3bdb31d";><code>c73b3a3</code></a>
 chore: Update bug_report.yml to use native runner (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4169";>#4169</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/923ff62bce9d355edeccebce4eb761417cac4842";><code>923ff62</code></a>
 feat: add <code>strftime</code> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4146";>#4146</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/5b531db45ab5c0a8171ec1346368d8f9cca73389";><code>5b531db</code></a>
 docs: Fix tutorial notebooks (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4161";>#4161</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/60a37107ac751168d0b83fbd3b4c5d6272e5d48f";><code>60a3710</code></a>
 feat: adds case-sensitive and case-normalized catalog and table identifiers 
[...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/37d784a8603b1967a1fd4270fc646a161b04cd11";><code>37d784a</code></a>
 feat(window): Add window partition execution (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4097";>#4097</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/a9ddee33dbc0bda671d0cb03c07f2ae8087a9cef";><code>a9ddee3</code></a>
 fix: Re-enable mypy (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4160";>#4160</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/823243e1ee24298639df916a9dc046a8ed347c0c";><code>823243e</code></a>
 fix: TimeUnit repr format (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4164";>#4164</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/e651eae7e9d6e24643da87bbd296f15eb7e94147";><code>e651eae</code></a>
 feat: add <code>is_t</code> and inner property methods to 
<code>DataType</code> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4141";>#4141</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/d22915fcff56a6f127276e8cc833b914953758b0";><code>d22915f</code></a>
 feat: add <code>unix_timestamp</code> function (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4130";>#4130</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.9...v0.4.10";>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.9&new-version=0.4.10)](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: [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