dependabot[bot] opened a new pull request, #3399: URL: https://github.com/apache/iceberg-python/pull/3399
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.7.10 to 0.7.13. <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.13</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat: add forward ASOF joins <a href="https://github.com/euanlimzx"><code>@euanlimzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6918">#6918</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: remove hallucinated lance-namespace code <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6939">#6939</a>)</li> <li>fix(sql): omit connection URL from read_sql error messages and __repr__ <a href="https://github.com/madvart"><code>@madvart</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6933">#6933</a>)</li> <li>fix(dashbaord): highlight failed operators for queries <a href="https://github.com/cckellogg"><code>@cckellogg</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6930">#6930</a>)</li> <li>fix: handle broadcast of scalars when calling to_struct <a href="https://github.com/euanlimzx"><code>@euanlimzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6931">#6931</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Eventual-Inc/Daft/compare/v0.7.12...v0.7.13">https://github.com/Eventual-Inc/Daft/compare/v0.7.12...v0.7.13</a></p> <h2>v0.7.12</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat(iceberg): honor table-level write.target-file-size-bytes property <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6912">#6912</a>)</li> <li>feat(temporal): add Spark-style add_months and months_between <a href="https://github.com/BABTUNA"><code>@BABTUNA</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6913">#6913</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: revert "feat(daft-ext): scalar daft_func macro with overloading (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6844">#6844</a>)" <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6925">#6925</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: Adds daft-qdrant community extension to docs.daft.ai <a href="https://github.com/Anush008"><code>@Anush008</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6921">#6921</a>)</li> </ul> <h2>✅ Tests</h2> <ul> <li>test: re-enable Iceberg map-type round-trip test <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6911">#6911</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Eventual-Inc/Daft/compare/v0.7.11...v0.7.12">https://github.com/Eventual-Inc/Daft/compare/v0.7.11...v0.7.12</a></p> <h2>v0.7.11</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat: Arrow PyCapsule Interface <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6745">#6745</a>)</li> <li>feat: add Python UDAF support (<a href="https://github.com/daft"><code>@daft</code></a>.udaf) <a href="https://github.com/chenghuichen"><code>@chenghuichen</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6790">#6790</a>)</li> <li>feat(dashboard): per-task rows/bytes stats with task-topology markers <a href="https://github.com/samstokes"><code>@samstokes</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6861">#6861</a>)</li> <li>feat(iceberg): idempotent commits via daft.idempotence-key snapshot marker <a href="https://github.com/rohitkulshreshtha"><code>@rohitkulshreshtha</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6905">#6905</a>)</li> <li>feat(lance): partitioned reads/writes <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6898">#6898</a>)</li> <li>feat(dashboard): make header smaller in query details <a href="https://github.com/cckellogg"><code>@cckellogg</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6900">#6900</a>)</li> <li>feat: streaming ASOF joins <a href="https://github.com/euanlimzx"><code>@euanlimzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6846">#6846</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/7a8e8c40f7717ef95af1bb1d3c90606301a1db0d"><code>7a8e8c4</code></a> fix: remove hallucinated lance-namespace code (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6939">#6939</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/64cd1a695da4e1b690fcfe748e9660e21a0d0dfa"><code>64cd1a6</code></a> feat: add forward ASOF joins (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6918">#6918</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c09136a42d4fa152eec2015d29d84bbdf98c6736"><code>c09136a</code></a> fix(sql): omit connection URL from read_sql error messages and <strong>repr</strong> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6933">#6933</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f7f8c12dcd4428cf598fa64e8db31e7c3efe816c"><code>f7f8c12</code></a> fix(dashbaord): highlight failed operators for queries (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6930">#6930</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/231de8377b1c5d9c57d885be586efc0f0cd9ae7d"><code>231de83</code></a> fix: handle broadcast of scalars when calling to_struct (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6931">#6931</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/038c05820ad37ebd56393b633f678041c59432c8"><code>038c058</code></a> fix: revert "feat(daft-ext): scalar daft_func macro with overloading (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6844">#6844</a>)"...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0ced720bdd76f4bab9cee4e9a74f245d3199e3df"><code>0ced720</code></a> feat(iceberg): honor table-level write.target-file-size-bytes property (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6912">#6912</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a20e88ccf65de1b774b7d63bae2db25a41d05601"><code>a20e88c</code></a> feat(temporal): add Spark-style add_months and months_between (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6913">#6913</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/3381e333c3ce779aa38e7d7854ba546dd15ecc42"><code>3381e33</code></a> test: re-enable Iceberg map-type round-trip test (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6911">#6911</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f885c10be9c3e2b48059f58be1ddea253296525f"><code>f885c10</code></a> docs: Adds daft-qdrant community extension to docs.daft.ai (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6921">#6921</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.7.10...v0.7.13">compare view</a></li> </ul> </details> <br /> [](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]
