dependabot[bot] opened a new pull request, #721: URL: https://github.com/apache/iceberg-python/pull/721
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.23 to 0.2.24. <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.2.24</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] Allow returning of pyarrow arrays from UDFs <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2252">#2252</a>)</li> <li>[FEAT] Add left, right, and outer joins <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2166">#2166</a>)</li> <li>[FEAT] Add rpad and lpad expressions <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2157">#2157</a>)</li> <li>[FEAT] AWS Profile override in S3Config <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2243">#2243</a>)</li> <li>[FEAT] Add unpivot <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2204">#2204</a>)</li> <li>[FEAT] Add string repeat functionality <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2198">#2198</a>)</li> <li>[FEAT] Approximate quantile aggregation (pulled into main) <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2179">#2179</a>)</li> <li>[FEAT] pivot <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2183">#2183</a>)</li> </ul> <h2>🚀 Performance Improvements</h2> <ul> <li>[PERF] Adaptive Query Execution <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2176">#2176</a>)</li> <li>[PERF]: swap out json_deserializer for simd_json <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2228">#2228</a>)</li> <li>[PERF] Evaluate only true/false side of if_else if predicate is boolean <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2222">#2222</a>)</li> <li>[PERF] enable metadata preservation across materialization points <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2216">#2216</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Fix tab completion on expression namespaced accessors <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2251">#2251</a>)</li> <li>[BUG] route abfss to AzureBlob <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2244">#2244</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[CHORE] Skip demo notebook <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2248">#2248</a>)</li> <li>[FEAT] Add rpad and lpad expressions <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2157">#2157</a>)</li> <li>[DOCS] Add user guide for read_sql <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2226">#2226</a>)</li> <li>[FEAT] Add unpivot <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2204">#2204</a>)</li> <li>[DOCS] Add <code>read_hudi</code> in the api docs <a href="https://github.com/xushiyan"><code>@xushiyan</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2225">#2225</a>)</li> <li>[FEAT] Add string repeat functionality <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2198">#2198</a>)</li> <li>[DOCS] LinkedIn Big Data meetup tutorial <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2223">#2223</a>)</li> <li>[FEAT] Approximate quantile aggregation (pulled into main) <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2179">#2179</a>)</li> <li>[DOCS] Add read_lance docs <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2218">#2218</a>)</li> <li>[FEAT] pivot <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2183">#2183</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] Drop Python 3.7 <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2250">#2250</a>)</li> <li>[CHORE] Improve timestamp repr <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2245">#2245</a>)</li> <li>[CHORE] Allow multiple group_bys for pivot <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2242">#2242</a>)</li> <li>[CHORE] Skip demo notebook <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2248">#2248</a>)</li> <li>[CHORE] Return &str for expression name <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2224">#2224</a>)</li> <li>[CHORE] Mount provision.py for iceberg integration tests <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2232">#2232</a>)</li> <li>[CHORE]: remove trait aliases <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2229">#2229</a>)</li> </ul> <h2>⬆️ Dependencies</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/62f9dd6d48f4a708936ab1d00f459f1e11bcfb3b"><code>62f9dd6</code></a> [FEAT] Allow returning of pyarrow arrays from UDFs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2252">#2252</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f1d6570e565ad6b16f1620b2455fe302f15861db"><code>f1d6570</code></a> [CHORE] Drop Python 3.7 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2250">#2250</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/3b1a5ca8365c222059bb1c4c706699832abcd68c"><code>3b1a5ca</code></a> [BUG] Fix tab completion on expression namespaced accessors (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2251">#2251</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0541774a47a5868072ed56d9ed90532e8cd73e9c"><code>0541774</code></a> [CHORE] Improve timestamp repr (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2245">#2245</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/b61461f080a15949f33c8c9891146ba9f5b3a139"><code>b61461f</code></a> [PERF] Adaptive Query Execution (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2176">#2176</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/89e391621ee2ee6535c2d6d31b4fcc4746c48fd5"><code>89e3916</code></a> [FEAT] Add left, right, and outer joins (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2166">#2166</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/e47b48a3e70079ea3f0cb79d97435ed6b53435a9"><code>e47b48a</code></a> [CHORE] Allow multiple group_bys for pivot (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2242">#2242</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/252721e03778cf209dd5bab76eb565e5339c0196"><code>252721e</code></a> [CHORE] Skip demo notebook (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2248">#2248</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/d035454dd7e6d7663e2db350fb33c536d3ef67a9"><code>d035454</code></a> [FEAT] Add rpad and lpad expressions (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2157">#2157</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/3e9dcd45945c75e3c8c3a30d721fc0d2727eb8b7"><code>3e9dcd4</code></a> [BUG] route abfss to AzureBlob (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2244">#2244</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.2.23...v0.2.24">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