dependabot[bot] opened a new pull request, #779: URL: https://github.com/apache/iceberg-python/pull/779
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.24 to 0.2.25. <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.25</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] Add function to refresh logger state for rust <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2323">#2323</a>)</li> <li>[FEAT] implement timeout for parquet reader <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2322">#2322</a>)</li> <li>[FEAT] Use detached named actor for RayRunner <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2296">#2296</a>)</li> <li>[FEAT] like and ilike functions <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2283">#2283</a>)</li> <li>[FEAT] Delta Lake Writer (non-public API) <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2304">#2304</a>)</li> <li>[FEAT] extract minute second and time component <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2234">#2234</a>)</li> <li>[FEAT]: tilde expansion <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2277">#2277</a>)</li> <li>[FEAT] Map Getter <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2255">#2255</a>)</li> <li>[FEAT] Test for partition evolution <a href="https://github.com/Fokko"><code>@Fokko</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2084">#2084</a>)</li> <li>[FEAT] Handle Hudi empty timeline <a href="https://github.com/xushiyan"><code>@xushiyan</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2268">#2268</a>)</li> </ul> <h2>🚀 Performance Improvements</h2> <ul> <li>[PERF]: local json reader <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2264">#2264</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Fix multi-output tasks in RayRunner <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2291">#2291</a>)</li> <li>[BUG] Fix red line in Jupyter notebook <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2267">#2267</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[FEAT] like and ilike functions <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2283">#2283</a>)</li> <li>[DOCS] Add iceberg summit tutorial notebook <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2281">#2281</a>)</li> <li>[FEAT] extract minute second and time component <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2234">#2234</a>)</li> <li>[FEAT] Map Getter <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2255">#2255</a>)</li> <li>[DOCS] Improve docs for external types <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2274">#2274</a>)</li> <li>[DOCS] Add quick docs for struct datatype <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2256">#2256</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE]: Don't use record fields <a href="https://github.com/Fokko"><code>@Fokko</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2306">#2306</a>)</li> <li>[CHORE] Pin requests to fix docker-py CI issue <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2289">#2289</a>)</li> <li>[CHORE] Clean up string kernel code <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2276">#2276</a>)</li> <li>[CHORE] Empty PR to retrigger coverage <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2262">#2262</a>)</li> <li>[CHORE] turn on cov again <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2259">#2259</a>)</li> <li>[CHORE] Enable CI checks for AQE in CI and refactor CI job organization <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2258">#2258</a>)</li> </ul> <h2>⬆️ Dependencies</h2> <ul> <li>Bump async-compression from 0.4.7 to 0.4.10 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2270">#2270</a>)</li> <li>Bump tokio-util from 0.7.9 to 0.7.11 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2271">#2271</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/8a0d844bab9096aec616965751cfc4690c9a3e89"><code>8a0d844</code></a> [FEAT] Add function to refresh logger state for rust (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2323">#2323</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/51451f92528c2a0a0990a6a9d804941e19b677a1"><code>51451f9</code></a> [FEAT] implement timeout for parquet reader (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2322">#2322</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/082fbea0d1d0e567cbddbcdb5465f4a4876b99d0"><code>082fbea</code></a> [FEAT] Use detached named actor for RayRunner (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2296">#2296</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/17a25e20d145b7be00b3c75b9367d67cd13fde67"><code>17a25e2</code></a> [FEAT] like and ilike functions (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2283">#2283</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c4db42c41518d5c0fd5ddf96f4b4e0325f8ee15c"><code>c4db42c</code></a> [CHORE]: Don't use record fields (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2306">#2306</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/06b00a6e977f6d093e2ad86f94d14366ff463330"><code>06b00a6</code></a> [FEAT] Delta Lake Writer (non-public API) (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2304">#2304</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f5b8dfa1906304fe07ed088471989f31c4d0ac63"><code>f5b8dfa</code></a> [BUG] Fix multi-output tasks in RayRunner (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2291">#2291</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/df9aa15a02f43ef209a490a7d269847bc6985955"><code>df9aa15</code></a> [CHORE] Pin requests to fix docker-py CI issue (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2289">#2289</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/6ba59f001184142d38b763a3bfe5153642d28bf0"><code>6ba59f0</code></a> [PERF]: local json reader (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2264">#2264</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/ad6640ea5f36b19db73f5935a81e009c438382e2"><code>ad6640e</code></a> [DOCS] Add iceberg summit tutorial notebook (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2281">#2281</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.2.24...v0.2.25">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