dependabot[bot] opened a new pull request, #7859: URL: https://github.com/apache/iceberg/pull/7859
Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.8.0 to 0.8.1. <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.8.1 Bugfix Release</h2> <p>This is a bug fix release for various issues discovered after we released 0.8.0. There are no new features, just bug fixes. Database files created by DuckDB v0.8.0 can be read by DuckDB v0.8.1 (i.e. v0.8.1 is backwards compatible with v0.8.0). Note that database files created by v0.8.1 cannot be read by DuckDB v0.8.0 (i.e. v0.8.0 is not forwards compatible with v0.8.1).</p> <h2>Changes</h2> <ul> <li>[Julia] Update DuckDB_jll to v0.8.0 by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7568">duckdb/duckdb#7568</a></li> <li>CSV reader - allow parallel option to be set in COPY statement as well by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7579">duckdb/duckdb#7579</a></li> <li>shell: Remove .dbinfo command. by <a href="https://github.com/omo"><code>@omo</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7569">duckdb/duckdb#7569</a></li> <li>Catalog::LookupEntry(): Remove unused code. by <a href="https://github.com/omo"><code>@omo</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7557">duckdb/duckdb#7557</a></li> <li>Add the default scheme to the CREATE TYPE's type search path. by <a href="https://github.com/omo"><code>@omo</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7555">duckdb/duckdb#7555</a></li> <li>Use std::all_of instead of raw loop in Disjoint. by <a href="https://github.com/ttsugriy"><code>@ttsugriy</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7549">duckdb/duckdb#7549</a></li> <li>feat: introduce a common grammar/types file for libpgquery parser and update Python scripts to take source/target directory paths as argument by <a href="https://github.com/stephaniewang526"><code>@stephaniewang526</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7574">duckdb/duckdb#7574</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7582">#7582</a> - correctly set "last_offset" in InitializeScanWithOffset and turn assertion into run-time check by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7586">duckdb/duckdb#7586</a></li> <li>Partially fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7551">#7551</a> - throw internal exception in case of type mismatch in ExpressionExecutor by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7587">duckdb/duckdb#7587</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7602">#7602</a> - allow reserved keywords in named parameters by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7604">duckdb/duckdb#7604</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7599">#7599</a> - output a clear error message when a subquery is used in a table function that does not support it by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7603">duckdb/duckdb#7603</a></li> <li>Rework Code Coverage CI - Remove CodeCov and instead track uncovered lines explicitly + turn lack of coverage into a CI failure by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7611">duckdb/duckdb#7611</a></li> <li>Use unordered_set insert range overload. by <a href="https://github.com/ttsugriy"><code>@ttsugriy</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7615">duckdb/duckdb#7615</a></li> <li>Reserve expression_costs storage. by <a href="https://github.com/ttsugriy"><code>@ttsugriy</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7608">duckdb/duckdb#7608</a></li> <li>[ADBC] Testing Unhappy Paths, Fixing Memory Leaks from Error Setting, Removing Macros by <a href="https://github.com/pdet"><code>@pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7589">duckdb/duckdb#7589</a></li> <li>Windows - path is only absolute if path starts with a single back-slash by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7623">duckdb/duckdb#7623</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7564">#7564</a> - if the auto-complete extension is not enabled, inline it into the shell by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7621">duckdb/duckdb#7621</a></li> <li>Remove 2 extra bytes from magic string pattern. by <a href="https://github.com/ttsugriy"><code>@ttsugriy</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7626">duckdb/duckdb#7626</a></li> <li>Avoid unnecessary table lookup. by <a href="https://github.com/ttsugriy"><code>@ttsugriy</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7630">duckdb/duckdb#7630</a></li> <li>Reserve enough storage for unbound_expressions. by <a href="https://github.com/ttsugriy"><code>@ttsugriy</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7627">duckdb/duckdb#7627</a></li> <li>Increment code coverage by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7636">duckdb/duckdb#7636</a></li> <li>Remove all C-style casts and add clang-tidy rule to forbid them by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7656">duckdb/duckdb#7656</a></li> <li>Fix sql auto complete extension CI issue by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7650">duckdb/duckdb#7650</a></li> <li>Add missing entries to ParquetDecodeUtils::BITPACK_MASKS by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7658">duckdb/duckdb#7658</a></li> <li>Fix: allow distinct and order by in list aggregates by <a href="https://github.com/taniabogatsch"><code>@taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7638">duckdb/duckdb#7638</a></li> <li>Rework the AggregateExecutor interface to no longer have unnecessary pointers and arrays by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7671">duckdb/duckdb#7671</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7660">#7660</a> - avoid exporting the same catalog multiple times in EXPORT by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7676">duckdb/duckdb#7676</a></li> <li>Move BindUpdateConstraints into a virtual function that is implemented by the DuckTableEntry by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7679">duckdb/duckdb#7679</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7567">#7567</a> - when setting the schema to a different schema within another catalog, keep the correct catalog by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7678">duckdb/duckdb#7678</a></li> <li>Fix exception fmt by <a href="https://github.com/carlopi"><code>@carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7683">duckdb/duckdb#7683</a></li> <li>Fix amalgamation build by avoiding overloading multiplication by <a href="https://github.com/carlopi"><code>@carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7661">duckdb/duckdb#7661</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7659">#7659</a> - use correct catalog when replaying a CREATE TABLE in the WAL by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7675">duckdb/duckdb#7675</a></li> <li>Implement <a href="https://redirect.github.com/duckdb/duckdb/issues/7662">#7662</a> - add the "lock_configuration" setting which allows configurations to be locked down by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7682">duckdb/duckdb#7682</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/7663">#7663</a> - add in_search_path function, correctly show temporary views in SHOW TABLES, and show views in SHOW ALL TABLES by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7680">duckdb/duckdb#7680</a></li> <li>expose the <code>StripUnicodeSpaces</code> parser utility method by <a href="https://github.com/stephaniewang526"><code>@stephaniewang526</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7705">duckdb/duckdb#7705</a></li> <li>Add FuzzyDuck fuzzer - and move fuzzer CI to separate repo by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7712">duckdb/duckdb#7712</a></li> <li>Add missing std::move for old GCCs by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7714">duckdb/duckdb#7714</a></li> <li>[Dev] Fix failing assertion in python debug by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7722">duckdb/duckdb#7722</a></li> <li>Fix crash in <code>ArrowTableFunction::GetArrowLogicalType</code> on Linux by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7718">duckdb/duckdb#7718</a></li> <li>Allow core duckdb to handle unrecognized JDBC configuration by <a href="https://github.com/elefeint"><code>@elefeint</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7713">duckdb/duckdb#7713</a></li> <li>[ADBC] Transactions and explicitly not-supporting Partition Reading/Execution by <a href="https://github.com/pdet"><code>@pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7639">duckdb/duckdb#7639</a></li> <li>Verify that Parallel CSV Reader skips lines mid-threads by <a href="https://github.com/pdet"><code>@pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7637">duckdb/duckdb#7637</a></li> <li>Fix issue with setup.py builds without dependencies by <a href="https://github.com/samansmink"><code>@samansmink</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7695">duckdb/duckdb#7695</a></li> <li>[Python] Fix tests for Pandas 2.0.2 by <a href="https://github.com/Tishj"><code>@Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7726">duckdb/duckdb#7726</a></li> <li>Code Coverage CI check - allow one uncovered line by <a href="https://github.com/Mytherin"><code>@Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/7724">duckdb/duckdb#7724</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/6536a772329002b05decbfc0a9d3f606e0ec7f55"><code>6536a77</code></a> Update DESCRIPTION</li> <li><a href="https://github.com/duckdb/duckdb/commit/617d3e100107f3c0e6d81d8600fc00d290203cb6"><code>617d3e1</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7857">#7857</a> from hannes/tablesubquerybinding</li> <li><a href="https://github.com/duckdb/duckdb/commit/44aeb230af2777b4f6df89e708862fe95034bba3"><code>44aeb23</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7784">#7784</a> from pdet/arrow_buffer_option</li> <li><a href="https://github.com/duckdb/duckdb/commit/fd4cb741bf36a67ac9a1be69902b2158b8acd0ec"><code>fd4cb74</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7883">#7883</a> from Mause/bugfix/nodejs-http-state</li> <li><a href="https://github.com/duckdb/duckdb/commit/4946b3e7971fa08d8ed7b9b6a0b24c00472b05f4"><code>4946b3e</code></a> fixing python map</li> <li><a href="https://github.com/duckdb/duckdb/commit/ffdbb2306c546e8aa4025252e200697cb6d4f1bd"><code>ffdbb23</code></a> Merge remote-tracking branch 'origin/master' into arrow_buffer_option</li> <li><a href="https://github.com/duckdb/duckdb/commit/9d5158ccd2741528b4d7e4fe330d500823968e70"><code>9d5158c</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7864">#7864</a> from adavis444/python-aarch64-wheels</li> <li><a href="https://github.com/duckdb/duckdb/commit/d53a7f40d85e3735558dd8555bafe2211f94cd43"><code>d53a7f4</code></a> Merge branch 'master' into arrow_buffer_option</li> <li><a href="https://github.com/duckdb/duckdb/commit/d9efd1608f1623000c75ebb87ee2dccdf9ed1733"><code>d9efd16</code></a> test(nodejs): test for http state</li> <li><a href="https://github.com/duckdb/duckdb/commit/9eb411e097785d50a955f8ebbd8c3c76627b60e6"><code>9eb411e</code></a> tweaks</li> <li>Additional commits viewable in <a href="https://github.com/duckdb/duckdb/compare/v0.8.0...v0.8.1">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
