dependabot[bot] opened a new pull request, #793:
URL: https://github.com/apache/iceberg-python/pull/793

   Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.10.3 to 1.0.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 1.0.0 &quot;Nivis&quot;</h2>
   <p>This release of DuckDB is named &quot;Nivis&quot; after the sadly 
non-existent Snow Duck (Anas Nivis) that is known for its stability.</p>
   <p>Please also refer to the announcement blog post: <a 
href="https://duckdb.org/2024/06/03/announcing-duckdb-100";>https://duckdb.org/2024/06/03/announcing-duckdb-100</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix move constants optimization by <a 
href="https://github.com/gitccl";><code>@​gitccl</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12189";>duckdb/duckdb#12189</a></li>
   <li>FALLOC_FL_PUNCH_HOLE requires GLIBC 2.18 or above - check for this using 
an #ifdef by <a href="https://github.com/Mytherin";><code>@​Mytherin</code></a> 
in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12193";>duckdb/duckdb#12193</a></li>
   <li>Fix cmake install for shared_ptr headers by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12194";>duckdb/duckdb#12194</a></li>
   <li>Fix minor warnings by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12195";>duckdb/duckdb#12195</a></li>
   <li>Install .ipp files in addition to the usual .hpp files by <a 
href="https://github.com/smonkewitz";><code>@​smonkewitz</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12198";>duckdb/duckdb#12198</a></li>
   <li>Set a default value to the <code>connection</code> param in stubs by <a 
href="https://github.com/tm-drtina";><code>@​tm-drtina</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12207";>duckdb/duckdb#12207</a></li>
   <li>Fix <a 
href="https://redirect.github.com/duckdb/duckdb/issues/12190";>#12190</a>: add 
SYSTEM to set of reserved database names by <a 
href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12206";>duckdb/duckdb#12206</a></li>
   <li>Add <code>enable_view_dependencies</code> which defaults to 
<code>false</code> by <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12209";>duckdb/duckdb#12209</a></li>
   <li>[Python] Fix replacement scans incorrectly finding duckdb connection 
method objects by <a href="https://github.com/Tishj";><code>@​Tishj</code></a> 
in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12208";>duckdb/duckdb#12208</a></li>
   <li>[CI] Diff against the right remote + branch in 
<code>Regressions.yml</code> - <code>Regression Test new micro benchmark</code> 
by <a href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12106";>duckdb/duckdb#12106</a></li>
   <li>[Python] Fix bug where <code>enable_external_access</code> was not being 
respected by the replacement scan by <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12224";>duckdb/duckdb#12224</a></li>
   <li>Remove outdated CI for extensions, check duckdb/extension-ci-tools by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12229";>duckdb/duckdb#12229</a></li>
   <li>Python: Avoid packaging for both 3.7 on OSX and MacOS 11 by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12236";>duckdb/duckdb#12236</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/12215";>#12215</a>: AsOf 
Predicate Pushdown by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12238";>duckdb/duckdb#12238</a></li>
   <li>[DependencyManager] Don't block <code>ADD COLUMN</code> statements if 
there are dependencies. by <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12226";>duckdb/duckdb#12226</a></li>
   <li>[Python] Add check for 'params' to <code>table_function</code> by <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12233";>duckdb/duckdb#12233</a></li>
   <li>Extension installing/updateing fixes by <a 
href="https://github.com/samansmink";><code>@​samansmink</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12221";>duckdb/duckdb#12221</a></li>
   <li>Move excel extension out of tree by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12123";>duckdb/duckdb#12123</a></li>
   <li>Fix <a 
href="https://redirect.github.com/duckdb/duckdb/issues/12225";>#12225</a>: 
revert OVERWRITE_OR_IGNORE to previous behavior, move new behavior to OVERWRITE 
flag by <a href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12240";>duckdb/duckdb#12240</a></li>
   <li>Fix warning on unannotated fallthrough by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12244";>duckdb/duckdb#12244</a></li>
   <li>Fixup staged uploads /3 by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12245";>duckdb/duckdb#12245</a></li>
   <li>[Python] fix build when BUILD_HTTPFS set by <a 
href="https://github.com/paparodeo";><code>@​paparodeo</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12223";>duckdb/duckdb#12223</a></li>
   <li>Use --always option of git describe for extension tags. by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12253";>duckdb/duckdb#12253</a></li>
   <li>[Docs] Fix up examples/python/duckdb-python.py by <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12255";>duckdb/duckdb#12255</a></li>
   <li>[Fix] Skip lazy WAL creation test for alternative verification by <a 
href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12258";>duckdb/duckdb#12258</a></li>
   <li>add missing virtual destructor by <a 
href="https://github.com/samansmink";><code>@​samansmink</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12266";>duckdb/duckdb#12266</a></li>
   <li>Add storage callbacks for checkpoint start and end by <a 
href="https://github.com/bleskes";><code>@​bleskes</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12260";>duckdb/duckdb#12260</a></li>
   <li>Do not prefix error messages with an unknown type by <a 
href="https://github.com/bleskes";><code>@​bleskes</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12265";>duckdb/duckdb#12265</a></li>
   <li>Fix minor duckdb_extensions table function bug by <a 
href="https://github.com/samansmink";><code>@​samansmink</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12269";>duckdb/duckdb#12269</a></li>
   <li>C API: Adding deprecation and move notices to duckdb.h and a test case 
by <a href="https://github.com/hannes";><code>@​hannes</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12259";>duckdb/duckdb#12259</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/12252";>#12252</a>: 
APPROX_QUANTILE Array Argument by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12271";>duckdb/duckdb#12271</a></li>
   <li>Turn InternalException into NotImplementedException in COPY FROM 
DATABASE by <a href="https://github.com/Mytherin";><code>@​Mytherin</code></a> 
in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12264";>duckdb/duckdb#12264</a></li>
   <li>Add descriptions for vss and delta extensions by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12267";>duckdb/duckdb#12267</a></li>
   <li>[C-API] Properly handle exceptions caused by name collisions in 
<code>duckdb_register_table_function</code> by <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12257";>duckdb/duckdb#12257</a></li>
   <li>Fix for multifilereader extra_columns feature by <a 
href="https://github.com/samansmink";><code>@​samansmink</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12281";>duckdb/duckdb#12281</a></li>
   <li>Add <code>enable_macro_dependencies</code> which defaults to false by <a 
href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/12291";>duckdb/duckdb#12291</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/duckdb/duckdb/compare/v0.10.3...v1.0.0";>https://github.com/duckdb/duckdb/compare/v0.10.3...v1.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/5c2d7645aa3a8dcfeb05c4f0795ef1bfe375fac5";><code>5c2d764</code></a>
 Merge pull request <a 
href="https://redirect.github.com/duckdb/duckdb/issues/12245";>#12245</a> from 
carlopi/fixup_staged_3</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/9227756492cef0b6c22743c299b3262b9783c10d";><code>9227756</code></a>
 Pyodide: Skip two additional tests</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/ae4865165a600c5b3409027efc520bbe10136bd1";><code>ae48651</code></a>
 Merge pull request <a 
href="https://redirect.github.com/duckdb/duckdb/issues/12240";>#12240</a> from 
Mytherin/overwriteorignore</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/618dae29ea1a644c5c20f99dddc54de46b40e1fe";><code>618dae2</code></a>
 Error messages</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/c8e6992e8d72c06a605d434aa3328546640d3be9";><code>c8e6992</code></a>
 Merge pull request <a 
href="https://redirect.github.com/duckdb/duckdb/issues/12233";>#12233</a> from 
Tishj/python_table_function_unhappy_path</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/1065879241fdc2c28a816fbb083a46fb2a98d5b4";><code>1065879</code></a>
 add check and throw to 'table_function', hard to debug the issue without 
this</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/a95d3ee435ca418d6323f73288e0658025d76dc2";><code>a95d3ee</code></a>
 let enable_external_access control whether python replacement scans happen</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/78c99ae9e974267c3af54f4d2588302b50669265";><code>78c99ae</code></a>
 Merge pull request <a 
href="https://redirect.github.com/duckdb/duckdb/issues/12208";>#12208</a> from 
Tishj/python_fix_replacement_scan_hiding</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/05255c8a295bbac85e1fdd89f74ed8801bab53b2";><code>05255c8</code></a>
 skip BuiltinFunctionType objects</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/3baecbc9e1b721af5ed02215b142a78c7acb260a";><code>3baecbc</code></a>
 Set default value to connection param in stubs</li>
   <li>See full diff in <a 
href="https://github.com/duckdb/duckdb/compare/v0.10.3...v1.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=duckdb&package-manager=pip&previous-version=0.10.3&new-version=1.0.0)](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: [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]

Reply via email to