dependabot[bot] opened a new pull request, #1687: URL: https://github.com/apache/iceberg-python/pull/1687
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.3 to 0.4.4. <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.4</h2> <h2>What's Changed 🚀</h2> <ul> <li>build: update python-publish workflow <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3797">#3797</a>)</li> <li>build(docs): fix docgen failed workflow <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3766">#3766</a>)</li> </ul> <h2>✨ Features</h2> <ul> <li>feat: Adds .summarize() to compute statistics <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3810">#3810</a>)</li> <li>feat(sql): SELECT without FROM <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3814">#3814</a>)</li> <li>feat: Simplify is ins to an OR chain of eqs <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3800">#3800</a>)</li> <li>feat(session): Adds session class to python <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3809">#3809</a>)</li> <li>feat(session): Replaces direct usage of DaftCatalog with Session <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3794">#3794</a>)</li> <li>feat: Sequentially materialize left and right sides during hash join <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3735">#3735</a>)</li> <li>feat(connect): add temporal functions <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3799">#3799</a>)</li> <li>feat: nulls first kernels <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3789">#3789</a>)</li> <li>feat(table): implement list_unique and Set aggregation <a href="https://github.com/f4t4nt"><code>@f4t4nt</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3710">#3710</a>)</li> <li>feat: add functions to daft-connect <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3780">#3780</a>)</li> <li>feat(catalog): Defines a session for connection state <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3782">#3782</a>)</li> <li>feat: implement bool_and and bool_or <a href="https://github.com/f4t4nt"><code>@f4t4nt</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3754">#3754</a>)</li> <li>feat(catalog): Defines an identifier for use across catalogs <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3763">#3763</a>)</li> <li>feat(optimizer): Brute force join ordering <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3688">#3688</a>)</li> <li>feat(swordfish): Properly buffer unordered scan tasks <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3751">#3751</a>)</li> <li>feat: better sql datatype support <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3750">#3750</a>)</li> <li>feat: Adds list constructor to Expression and SQL APIs <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3737">#3737</a>)</li> <li>feat: spark connect set operations <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3739">#3739</a>)</li> <li>feat: add spark explain <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3741">#3741</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: unity managed table reads <a href="https://github.com/pmogren"><code>@pmogren</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3806">#3806</a>)</li> <li>fix: boolean casts to strings and null propagation <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3770">#3770</a>)</li> <li>fix: catalog table names <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3760">#3760</a>)</li> </ul> <h2>🚀 Performance</h2> <ul> <li>perf(swordfish): Parallel expression evaluation <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3593">#3593</a>)</li> <li>perf: Use parquet metadata from schema inference for accurate scan task statistics <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3784">#3784</a>)</li> </ul> <h2>♻️ Refactor</h2> <ul> <li>refactor: rename <code>table</code> to <code>recordbatch</code> <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3771">#3771</a>)</li> <li>refactor: port DaftContext to rust side <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3767">#3767</a>)</li> <li>refactor: renames to_struct to just struct <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3755">#3755</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: fix readthedocs build <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3824">#3824</a>)</li> <li>docs: add scarf analytics <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3773">#3773</a>)</li> <li>docs: Update distributed docs to add byoc mode, change name to daft cli <a href="https://github.com/jessie-young"><code>@jessie-young</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3768">#3768</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/47fde8a1da435d7d4af33960b908ad1c98b1c734"><code>47fde8a</code></a> docs: fix readthedocs build (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3824">#3824</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/ed56fe3d986a3b615a8eff9eb42f9b40635a106f"><code>ed56fe3</code></a> docs: add scarf analytics (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3773">#3773</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/b34c2bfb87af9af9dc64af4b319ce5d187aaf663"><code>b34c2bf</code></a> feat: Adds .summarize() to compute statistics (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3810">#3810</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/87378cdec6631efc9178b33e390a5720bc90269a"><code>87378cd</code></a> feat(sql): SELECT without FROM (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3814">#3814</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/e04d9772d3b094196f46880cb738ae93f189513a"><code>e04d977</code></a> docs: Update distributed docs to add byoc mode, change name to daft cli (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3768">#3768</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/8cdc7a6dcaecdc903e7394c5b62b5ea46e82452e"><code>8cdc7a6</code></a> fix: unity managed table reads (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3806">#3806</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/fba938daab3d3417fe69dc5df14b59ebe19319e1"><code>fba938d</code></a> feat: Simplify is ins to an OR chain of eqs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3800">#3800</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/e6db43bf5952983722fb1c21ce601ecd9b5e07a9"><code>e6db43b</code></a> feat(session): Adds session class to python (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3809">#3809</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f9a4b70dc370dcedbdd1820eb10654d8141e4743"><code>f9a4b70</code></a> feat(session): Replaces direct usage of DaftCatalog with Session (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3794">#3794</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1ae9605be4021eb3e0d066b15cb6516892705f16"><code>1ae9605</code></a> perf(swordfish): Parallel expression evaluation (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3593">#3593</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.4.3...v0.4.4">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 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]
