dependabot[bot] opened a new pull request, #4: URL: https://github.com/apache/iceberg-python/pull/4
Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.8.1 to 0.9.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>0.9.0 Preview Release "Undulata"</h2> <p>This preview release of DuckDB is named "Undulata" after the aptly named <a href="https://en.wikipedia.org/wiki/Yellow-billed_duck">Yellow-billed duck</a> native to Africa.</p> <p>Note: Again, this release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the <code>EXPORT DATABASE</code> command with the old version followed by <code>IMPORT DATABASE</code> with the new version to migrate your data. See the <a href="https://duckdb.org/docs/sql/statements/export">documentation</a> for details.</p> <h2>What's Changed</h2> <ul> <li>[Dev] Merge master into feature by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7535">duckdb/duckdb#7535</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7563">#7563</a>: make_timestamp<a href="https://github.com/duckdb/duckdb/blob/HEAD/microseconds">tz</a> by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7597">duckdb/duckdb#7597</a></li> <li>Add support for nested laterals by <a href="https://github.com/arhamchopra"><code>@arhamchopra</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7528">duckdb/duckdb#7528</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7563">#7563</a>: epoch_us(temporal) by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7629">duckdb/duckdb#7629</a></li> <li>Fix lingering clang-tidy issues by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7670">duckdb/duckdb#7670</a></li> <li>Add list_intersect, list_has_any, and list_has_all by <a href="https://github.com/maiadegraaf"><code>@maiadegraaf</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7518">duckdb/duckdb#7518</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7563">#7563</a>: epoch_xs(temporal) by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7648">duckdb/duckdb#7648</a></li> <li>Pivot - dynamically switch between using filtered aggregates or the new pivot operator by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7688">duckdb/duckdb#7688</a></li> <li>Add wildcard to JSON Path by <a href="https://github.com/lnkuiper"><code>@lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7624">duckdb/duckdb#7624</a></li> <li>[Dev] Add optional build flag to disable assertions in debug mode by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7618">duckdb/duckdb#7618</a></li> <li>[DEV]: ICU C Casts by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7715">duckdb/duckdb#7715</a></li> <li>List_resize by <a href="https://github.com/maiadegraaf"><code>@maiadegraaf</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7401">duckdb/duckdb#7401</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7187">#7187</a>: AsOf Join Performance by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7607">duckdb/duckdb#7607</a></li> <li>Some minor CI changes by <a href="https://github.com/samansmink"><code>@samansmink</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7763">duckdb/duckdb#7763</a></li> <li>Binder coverage by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7791">duckdb/duckdb#7791</a></li> <li>Vacuum Completely Deleted Row Groups by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7794">duckdb/duckdb#7794</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7187">#7187</a>: AsOf Coverage by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7774">duckdb/duckdb#7774</a></li> <li>Implement FIELD_IDS for parquet writes by <a href="https://github.com/lnkuiper"><code>@lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7696">duckdb/duckdb#7696</a></li> <li>Optimize Regexp_matches to LIKE statements when possible by <a href="https://github.com/Tmonster"><code>@Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7264">duckdb/duckdb#7264</a></li> <li>Jemalloc configuration, more buffer allocator, and remove redundant string copying in parquet dictionary by <a href="https://github.com/lnkuiper"><code>@lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7697">duckdb/duckdb#7697</a></li> <li>Truncate Database File on Checkpoint by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7824">duckdb/duckdb#7824</a></li> <li>LEFT JOIN ON TRUE support by <a href="https://github.com/taniabogatsch"><code>@taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7821">duckdb/duckdb#7821</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7809">#7809</a>: Segment Tree Performance by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7831">duckdb/duckdb#7831</a></li> <li>C Data Interface: <code>duckdb_arrow_scan</code> and <code>duckdb_arrow_array_scan</code> by <a href="https://github.com/angadn"><code>@angadn</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7570">duckdb/duckdb#7570</a></li> <li>Update Julia to 0.8.1 by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7932">duckdb/duckdb#7932</a></li> <li>Add conn.interrupt() to DuckDB python API by <a href="https://github.com/henrinikku"><code>@henrinikku</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7895">duckdb/duckdb#7895</a></li> <li>renaming part of extension build refactor PR by <a href="https://github.com/samansmink"><code>@samansmink</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7926">duckdb/duckdb#7926</a></li> <li>fix swapped x/y regression parameters by <a href="https://github.com/MartinNowak"><code>@MartinNowak</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7855">duckdb/duckdb#7855</a></li> <li>[Docs] Aggregate function README.md by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7881">duckdb/duckdb#7881</a></li> <li>PhysicalPiecewiseMergeJoin improvement by <a href="https://github.com/xuke-hat"><code>@xuke-hat</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7832">duckdb/duckdb#7832</a></li> <li>Initial set of commits to add support for zOS (an IBM mainframe operating system) by <a href="https://github.com/v1gnesh"><code>@v1gnesh</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7805">duckdb/duckdb#7805</a></li> <li>test(nodejs): add test_all_types.test.ts by <a href="https://github.com/Mause"><code>@Mause</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7740">duckdb/duckdb#7740</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7879">#7879</a>: Missing JDBC TIMESTAMP_TZ by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7922">duckdb/duckdb#7922</a></li> <li>Attempt to fix CI on Windows 32 and Python on Windows by <a href="https://github.com/carlopi"><code>@carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7961">duckdb/duckdb#7961</a></li> <li>Fix 7947 by <a href="https://github.com/lnkuiper"><code>@lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7963">duckdb/duckdb#7963</a></li> <li>test: patch test_7652 to skip on pyarrow<11 by <a href="https://github.com/gforsyth"><code>@gforsyth</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7966">duckdb/duckdb#7966</a></li> <li>NodeJS: Add <code>columns()</code> method to get type info from prepared statement by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7948">duckdb/duckdb#7948</a></li> <li>Fix: Don't free arrow children explicitly by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7917">duckdb/duckdb#7917</a></li> <li>CSV Rejects table by <a href="https://github.com/Maxxen"><code>@Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7681">duckdb/duckdb#7681</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/7809">#7809</a>: Segment Tree Performance by <a href="https://github.com/hawkfish"><code>@hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7891">duckdb/duckdb#7891</a></li> <li>Add tpch benchmark run exclusively on parquet files by <a href="https://github.com/Tmonster"><code>@Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7519">duckdb/duckdb#7519</a></li> <li>Bidirectional check storage + minor CI fixes by <a href="https://github.com/carlopi"><code>@carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7955">duckdb/duckdb#7955</a></li> <li>[Swift] fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7985">#7985</a> by <a href="https://github.com/tcldr"><code>@tcldr</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7993">duckdb/duckdb#7993</a></li> <li>Move <a href="https://github.com/samansmink"><code>@samansmink</code></a>'s extension_header_rename.patch by <a href="https://github.com/carlopi"><code>@carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8001">duckdb/duckdb#8001</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/946c60a259c9666bfbbc9ad0609247824df73cb6"><code>946c60a</code></a> Python: skip test depending on garbage collector behaviour</li> <li><a href="https://github.com/duckdb/duckdb/commit/4923736bdfdaf746d5a10595776987d065e4c810"><code>4923736</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/9074">#9074</a> from lnkuiper/close_json_file</li> <li><a href="https://github.com/duckdb/duckdb/commit/25483012fe124c182d89bb1bfec8b8edea51120b"><code>2548301</code></a> Fix use of os.environ dictionary in setup.py script</li> <li><a href="https://github.com/duckdb/duckdb/commit/31cc0ff498fb468433f343ae19d07f9aa95f2fb4"><code>31cc0ff</code></a> don't close files if piped</li> <li><a href="https://github.com/duckdb/duckdb/commit/8c9a87fb7e09b87562354277aab5c23891d66eb6"><code>8c9a87f</code></a> Skip sporadic failures</li> <li><a href="https://github.com/duckdb/duckdb/commit/ad030db0f815cd2a2e9d6e9f8d12f610c023e716"><code>ad030db</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/9073">#9073</a> from Mause/unrequire-filesystem</li> <li><a href="https://github.com/duckdb/duckdb/commit/c7a4ca893ba9a019d7dc56f01c399efc14dadc08"><code>c7a4ca8</code></a> filesystem module shouldn't be required</li> <li><a href="https://github.com/duckdb/duckdb/commit/995fd989d75c666e13797837cdcc13055e29181e"><code>995fd98</code></a> Here as well</li> <li><a href="https://github.com/duckdb/duckdb/commit/26a24c4149b0330774a6030b14ddcaf57356ea09"><code>26a24c4</code></a> Set verbose flag in cibw.toml instead</li> <li><a href="https://github.com/duckdb/duckdb/commit/2e77e2e07d77690e634ecab8787c91d81459433e"><code>2e77e2e</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/9068">#9068</a> from Mytherin/adbcdrivermanagerpin</li> <li>Additional commits viewable in <a href="https://github.com/duckdb/duckdb/compare/v0.8.1...v0.9.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