dependabot[bot] opened a new pull request, #1260: URL: https://github.com/apache/iceberg-python/pull/1260
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.3.8 to 0.3.9. <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.3.9</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT]: sql <code>IN</code> operator <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3086">#3086</a>)</li> <li>[FEAT] Enable explode for swordfish <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3077">#3077</a>)</li> <li>[FEAT]: add sql DISTINCT <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3087">#3087</a>)</li> <li>[FEAT] Enable concat for swordfish <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2976">#2976</a>)</li> <li>[FEAT] Enable unpivot for swordfish <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3078">#3078</a>)</li> <li>[FEAT] Outer joins for native executor <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2860">#2860</a>)</li> <li>[FEAT] Enable pivot for swordfish <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3081">#3081</a>)</li> <li>[FEAT] Enable sample for swordfish <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3079">#3079</a>)</li> <li>[FEAT] Add stateful actor context and set CUDA_VISIBLE_DEVICES <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3002">#3002</a>)</li> <li>[FEAT]: sql tbl alias, and compount ident for joins <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3066">#3066</a>)</li> <li>[FEAT]: sql between <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3062">#3062</a>)</li> <li>[FEAT]: Interval dtype <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3018">#3018</a>)</li> <li>[FEAT] Enable to_json_string for physical plan <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3023">#3023</a>)</li> <li>[FEAT]: Daft support for Azure storage for Unity Catalog <code>daft.read_deltalake</code> <a href="https://github.com/anilmenon14"><code>@anilmenon14</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3025">#3025</a>)</li> <li>[FEAT] Iceberg MOR for streaming parquet <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2975">#2975</a>)</li> <li>[FEAT] Include file paths as column from read_parquet/csv/json <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2953">#2953</a>)</li> </ul> <h2>🚀 Performance Improvements</h2> <ul> <li>[PERF] Remove stateful actor child materialization limit <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3099">#3099</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Bump up max_header_size <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3068">#3068</a>)</li> <li>[BUG] Autodetect AWS region during deltalake scan <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3104">#3104</a>)</li> <li>[BUG] Add over clause in read_sql percentile reads <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3094">#3094</a>)</li> <li>[BUG] Disable Linux SSL CERT override <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3098">#3098</a>)</li> <li>[BUG] Fix into_partitions to use a more naive approach without materialization <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3080">#3080</a>)</li> <li>[BUG] Fix actor pool initialization in ray client mode <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3028">#3028</a>)</li> <li>[BUG]: joins with duplicate column names and qualified table expansion <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3074">#3074</a>)</li> <li>[BUG]: sql functions case sensitivit <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3063">#3063</a>)</li> <li>[BUG] Fix write_deltalake add action file path prefix <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3053">#3053</a>)</li> <li>[BUG] Fix intersection checking when unioning schemas <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3039">#3039</a>)</li> <li>[BUG] Sampling without replacement not working <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3035">#3035</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE]: replace the <code>.venv</code> value with global variable <code>VENV</code> <a href="https://github.com/mohamedrezk122"><code>@mohamedrezk122</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3084">#3084</a>)</li> <li>[CHORE] Enable lancedb reads for native executor <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2925">#2925</a>)</li> <li>[CHORE] Auto attach LLDB debugger to python <a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2940">#2940</a> <a href="https://github.com/sagiahrac"><code>@sagiahrac</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3020">#3020</a>)</li> <li>[CHORE] Rename config.yaml to config.yml <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3045">#3045</a>)</li> <li>[CHORE] add config.yaml for issues <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3044">#3044</a>)</li> <li>[CHORE] validation on dropdown <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3043">#3043</a>)</li> <li>[CHORE] preserve quotes in yaml <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3042">#3042</a>)</li> <li>[CHORE] Checkbox for contribution <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3041">#3041</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/4ec76cecda97b549403fbeed93fa1f5d8d920552"><code>4ec76ce</code></a> [FEAT]: sql <code>IN</code> operator (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3086">#3086</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c69ee3ffc0bc29bbe2afa5c7f47fa3b033463e17"><code>c69ee3f</code></a> [BUG] Bump up max_header_size (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3068">#3068</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/d1b06fb2b7dc0f47b0715bd6087701a56cac5f23"><code>d1b06fb</code></a> [FEAT] Enable explode for swordfish (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3077">#3077</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0727dc1ae1ef3c0d558b9139f07ed7b58884484c"><code>0727dc1</code></a> [BUG] Autodetect AWS region during deltalake scan (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3104">#3104</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/459ba82bf71693c6a57f854a1ff4eda77abe433f"><code>459ba82</code></a> [BUG] Add over clause in read_sql percentile reads (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3094">#3094</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/26d639b7adbd6716079690d707734052750d4b9a"><code>26d639b</code></a> [FEAT]: add sql DISTINCT (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3087">#3087</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/7d600c225d0833bb363c84aaf2b8f645c6fe8cbb"><code>7d600c2</code></a> [FEAT] Enable concat for swordfish (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2976">#2976</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/31d5412593975aa00cfe03ab3dd2440933a443e3"><code>31d5412</code></a> [FEAT] Enable unpivot for swordfish (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3078">#3078</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/b9b2d72808cdd0ceeeaf793dbaf6c67a85e60d99"><code>b9b2d72</code></a> [FEAT] Outer joins for native executor (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2860">#2860</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/4a8244b659bef9e40abb21b3593304d1ecf6b239"><code>4a8244b</code></a> [FEAT] Enable pivot for swordfish (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3081">#3081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.3.8...v0.3.9">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