dependabot[bot] opened a new pull request, #425: URL: https://github.com/apache/iceberg-python/pull/425
Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.9.2 to 0.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/duckdb/duckdb/releases">duckdb's releases</a>.</em></p> <blockquote> <h2>DuckDB 0.10.0 "Fusca"</h2> <p>This release of DuckDB is named "Fusca" after the <a href="https://en.wikipedia.org/wiki/Velvet_scoter">Velvet Scooter</a> native to Europe.</p> <p>Note: The on-disk storage format is <strong>backwards-compatible</strong> with the 0.9 releases of DuckDB. For details, please see the <a href="https://duckdb.org/2024/02/13/announcing-duckdb-0100.html">release announcement blog post</a>.</p> <p>Also note that we've dropped' the "Preview" designation with this release. DuckDB has matured quite a bit since we started creating releases back in 2019, and it is no longer appropriate.</p> <h2>What's Changed</h2> <ul> <li>feat(jdbc): support uuid param type by <a href="https://github.com/Mause"><code>@Mause</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9164">duckdb/duckdb#9164</a></li> <li>Bump ADBC to v0.7 by <a href="https://github.com/pdet"><code>@pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9185">duckdb/duckdb#9185</a></li> <li>Add support for parquet key-value metadata by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9126">duckdb/duckdb#9126</a></li> <li>Default to JSON type if objects have an inconsistent structure by <a href="https://github.com/lnkuiper"><code>@lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9086">duckdb/duckdb#9086</a></li> <li>Add <code>schema</code> parameter to <code>read_parquet</code> by <a href="https://github.com/lnkuiper"><code>@lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9123">duckdb/duckdb#9123</a></li> <li>[Python] Add the ability to provide a list of files to <code>read_csv</code> by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8977">duckdb/duckdb#8977</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7672">#7672</a>: TIMESTAMP_XX to DATE by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9279">duckdb/duckdb#9279</a></li> <li>N-ary lambdas, and indexes as lambda parameters by <a href="https://github.com/taniabogatsch"><code>@taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8851">duckdb/duckdb#8851</a></li> <li>Feature: Fixed size list nested type (ARRAY) by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8983">duckdb/duckdb#8983</a></li> <li>Fix unused warning by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9318">duckdb/duckdb#9318</a></li> <li>Internal <a href="https://redirect.github.com/duckdb/duckdb/issues/215">#215</a>: Window EXCLUDE Functionality by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9220">duckdb/duckdb#9220</a></li> <li>Add <code>json_serialize_plan</code>, json_serialize_sql tweaks by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9230">duckdb/duckdb#9230</a></li> <li>Add create statement support to fuzzer by <a href="https://github.com/Tmonster"><code>@Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9011">duckdb/duckdb#9011</a></li> <li>Fix for issue <a href="https://redirect.github.com/duckdb/duckdb/issues/8108">#8108</a>: Random() in lambda by <a href="https://github.com/maiadegraaf"><code>@maiadegraaf</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9353">duckdb/duckdb#9353</a></li> <li>Fix Lambda Serialization by <a href="https://github.com/taniabogatsch"><code>@taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9323">duckdb/duckdb#9323</a></li> <li>Allow file_row_number with parquet schema option by <a href="https://github.com/samansmink"><code>@samansmink</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9290">duckdb/duckdb#9290</a></li> <li>CSV - Always run sniffer by default by <a href="https://github.com/pdet"><code>@pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9250">duckdb/duckdb#9250</a></li> <li>[Python Dev] Import items lazily by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8741">duckdb/duckdb#8741</a></li> <li>Array fixes + make validity more lazy by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9400">duckdb/duckdb#9400</a></li> <li>Lambda performance revamp by <a href="https://github.com/taniabogatsch"><code>@taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9395">duckdb/duckdb#9395</a></li> <li>[Python] Support replacement scan on <code>connection.table(<name>)</code> method by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9427">duckdb/duckdb#9427</a></li> <li>[Dev] Fix failure in Format Check CI job by <a href="https://github.com/carlopi"><code>@carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9516">duckdb/duckdb#9516</a></li> <li>Fix parquet serialization by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9485">duckdb/duckdb#9485</a></li> <li>Support gcs:// and r2:// URLs to read data from GCS and R2 by <a href="https://github.com/chrisiou"><code>@chrisiou</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9388">duckdb/duckdb#9388</a></li> <li>Don't reset validity target count by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9565">duckdb/duckdb#9565</a></li> <li>Merge into feature by <a href="https://github.com/carlopi"><code>@carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9583">duckdb/duckdb#9583</a></li> <li>Additional list functions by <a href="https://github.com/cryoEncryp"><code>@cryoEncryp</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8907">duckdb/duckdb#8907</a></li> <li>[Python] Support <code>Optional[...]</code> in DuckDBPyType by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8658">duckdb/duckdb#8658</a></li> <li>C-API: support streaming arrow query by <a href="https://github.com/Virgiel"><code>@Virgiel</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8642">duckdb/duckdb#8642</a></li> <li>Add ToString and Print method for JoinRelationSetManager and Fix JoinNode Print by <a href="https://github.com/Light-City"><code>@Light-City</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9040">duckdb/duckdb#9040</a></li> <li>Removed artificial <code>HUGEINT</code> minimum by <a href="https://github.com/nickgerrets"><code>@nickgerrets</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9441">duckdb/duckdb#9441</a></li> <li>Parquet Encryption by <a href="https://github.com/lnkuiper"><code>@lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9392">duckdb/duckdb#9392</a></li> <li>Internal <a href="https://redirect.github.com/duckdb/duckdb/issues/330">#330</a>: Quantile Performance by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9461">duckdb/duckdb#9461</a></li> <li>CAPI: Make it possible to create enum types by <a href="https://github.com/alnkesq"><code>@alnkesq</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8788">duckdb/duckdb#8788</a></li> <li>5614 database invalidated by <a href="https://github.com/Tmonster"><code>@Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9513">duckdb/duckdb#9513</a></li> <li>Add support for proper scoping (catalog + schema) to custom types by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9622">duckdb/duckdb#9622</a></li> <li>Internal <a href="https://redirect.github.com/duckdb/duckdb/issues/576">#576</a>: strptime strftime infinities by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9615">duckdb/duckdb#9615</a></li> <li>ATTACH IF NOT EXISTS by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9627">duckdb/duckdb#9627</a></li> <li>Small benchmark changes by <a href="https://github.com/taniabogatsch"><code>@taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9638">duckdb/duckdb#9638</a></li> <li>add option for keep_alive setting by <a href="https://github.com/samansmink"><code>@samansmink</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9648">duckdb/duckdb#9648</a></li> <li>Add "getenv" function to shell which can be used to read environment variables, and allow functions to be used in SET statements/PRAGMA statements by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9651">duckdb/duckdb#9651</a></li> <li>Julia release by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9670">duckdb/duckdb#9670</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/duckdb/duckdb/commit/45286221908ba89f70f35a8b56e0879ac88e1b45"><code>4528622</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/10600">#10600</a> from samansmink/secret-manager-fixes-2</li> <li><a href="https://github.com/duckdb/duckdb/commit/f4a06992206203f7c4c7b14edd4191aa892214cc"><code>f4a0699</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/10605">#10605</a> from Tishj/julia_remove_dataframe</li> <li><a href="https://github.com/duckdb/duckdb/commit/15e24c8b81b145d46dee92ec806c18114e98484a"><code>15e24c8</code></a> minor secret manager fix</li> <li><a href="https://github.com/duckdb/duckdb/commit/1d5ec3d588c34f2ef36fec7bbeb97211066bb5c3"><code>1d5ec3d</code></a> correct asserted value</li> <li><a href="https://github.com/duckdb/duckdb/commit/fefb0708ed10bf143b6843f9584536368658acdf"><code>fefb070</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/10532">#10532</a> from Tishj/deduplicate_columns</li> <li><a href="https://github.com/duckdb/duckdb/commit/0a3b35507f0c3c804bacc6b3e0c682a754c7cc94"><code>0a3b355</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/10568">#10568</a> from Tishj/pytest_does_not_throw_httpexception</li> <li><a href="https://github.com/duckdb/duckdb/commit/90d2e4572ec7323493c6b3f7f02a64f885f70337"><code>90d2e45</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/10565">#10565</a> from Tishj/arrow_support_time_tz</li> <li><a href="https://github.com/duckdb/duckdb/commit/edf1518f807b65322ba469454af4eec1a1cc646b"><code>edf1518</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/10563">#10563</a> from Tishj/python_exception_bug</li> <li><a href="https://github.com/duckdb/duckdb/commit/fbcef69a6ca53c5fc4ab8dcbba08e60133c71972"><code>fbcef69</code></a> fix failing test</li> <li><a href="https://github.com/duckdb/duckdb/commit/84215e5341081a19de78a5a1ed193751abf3853e"><code>84215e5</code></a> skip the test</li> <li>Additional commits viewable in <a href="https://github.com/duckdb/duckdb/compare/v0.9.2...v0.10.0">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