dependabot[bot] opened a new pull request, #1739: URL: https://github.com/apache/iceberg-python/pull/1739
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.4 to 0.4.5. <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.5</h2> <h2>What's Changed 🚀</h2> <h2>💥 Breaking Changes</h2> <ul> <li>refactor!: split column expression into unresolved and resolved types <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3804">#3804</a>)</li> </ul> <h2>✨ Features</h2> <ul> <li>feat(connect): <code>daft.pyspark</code> module <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3861">#3861</a>)</li> <li>feat: Emit children of join before shuffle + add stats to explain analyze <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3852">#3852</a>)</li> <li>feat: Stageify plan on shuffle boundaries <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3781">#3781</a>)</li> <li>feat(sql): adds session sql for leveraging attached catalogs <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3860">#3860</a>)</li> <li>feat(catalog): Cutover deprecated APIs to use session, catalog, table abstractions [3/3] <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3830">#3830</a>)</li> <li>feat(connect): read csv/parquet/json options <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3791">#3791</a>)</li> <li>feat(sql): select from multiple joins <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3842">#3842</a>)</li> <li>feat(catalog): Integrate session and catalog actions alongside existing APIs [2/3] <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3825">#3825</a>)</li> <li>feat(catalog): Prepare existing catalog APIs for integration [1/3] <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3820">#3820</a>)</li> <li>feat(sql): supports schemas in read_json, read_csv, read_parquet <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3836">#3836</a>)</li> <li>feat(sql): supports array of paths in read_ table-value functions <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3835">#3835</a>)</li> <li>feat: Add a daft dashboard to display queries plans and stats <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3790">#3790</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: sql round without precision <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3863">#3863</a>)</li> <li>fix: pypi publish workflow <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3862">#3862</a>)</li> <li>fix: build wheel Github action inputs <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3858">#3858</a>)</li> <li>fix: protocol in iceberg writes <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3851">#3851</a>)</li> <li>fix: LogicalPlan::get_schema_for_alias should stop when it hits any alias <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3848">#3848</a>)</li> <li>fix: Reduce number of nodes in random join graph test <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3839">#3839</a>)</li> <li>fix: Add excludes to broken link checker <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3834">#3834</a>)</li> <li>fix: Grab Daft config from environment variables for new contexts <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3832">#3832</a>)</li> <li>fix: create series of np.datetime64['D'] <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3829">#3829</a>)</li> </ul> <h2>🚀 Performance</h2> <ul> <li>perf(optimizer): Infer additional join graph edges during join reordering <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3807">#3807</a>)</li> </ul> <h2>♻️ Refactor</h2> <ul> <li>refactor!: split column expression into unresolved and resolved types <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3804">#3804</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: respect daft analytics env var <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3856">#3856</a>)</li> <li>docs: Update configuration docs to show <code>set_runner_native</code> <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3833">#3833</a>)</li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore: replace anaconda with S3 for nightly build publish <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3857">#3857</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/d4685890427303a27b42247d4d76be1538923447"><code>d468589</code></a> feat(connect): <code>daft.pyspark</code> module (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3861">#3861</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c3591a258eaca7492cb8f94910ac441de8b49938"><code>c3591a2</code></a> fix: sql round without precision (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3863">#3863</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/af2a841b48e8539a0592e5726d64108065ce68c9"><code>af2a841</code></a> feat: Emit children of join before shuffle + add stats to explain analyze (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3">#3</a>...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/6d92c6ffc471f40ab2f1de1c862ef96d97e97528"><code>6d92c6f</code></a> fix: pypi publish workflow (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3862">#3862</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f782869c5c99ebf41b680486bb02f49c24963cf9"><code>f782869</code></a> feat: Stageify plan on shuffle boundaries (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3781">#3781</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0080a7e807b3056ca59ceeb5c6ebfefff5e6d564"><code>0080a7e</code></a> feat(sql): adds session sql for leveraging attached catalogs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3860">#3860</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/3a3c66f4ef24510276b622787ae5424159344bfc"><code>3a3c66f</code></a> docs: respect daft analytics env var (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3856">#3856</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/190c75a9e717cb1d280bea28a6ef12f8ed6feb0c"><code>190c75a</code></a> docs: Update configuration docs to show <code>set_runner_native</code> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3833">#3833</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5db17c27d5f767bc7e2de75d755f3fcf88731eb3"><code>5db17c2</code></a> feat(catalog): Cutover deprecated APIs to use session, catalog, table abstrac...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/fc97a92af1c578db7229590dde1fc68b0c373241"><code>fc97a92</code></a> fix: build wheel Github action inputs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3858">#3858</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.4.4...v0.4.5">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: 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