You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/10/29 22:08:19 UTC

[PR] Build: Bump duckdb from 0.9.0 to 0.9.1 [iceberg-python]

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

   Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.9.0 to 0.9.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.9.1 Bugfix Release</h2>
   <p>This is a bug fix release for various issues discovered after we released 0.9.0. There are no new features, just bug fixes. Database files created by DuckDB v0.9.0 can be read by DuckDB v0.9.1 (i.e. v0.9.1 is backwards compatible with v0.9.0 and vice versa).</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix missing header in nightly GCC build by <a href="https://github.com/Maxxen"><code>@​Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9109">duckdb/duckdb#9109</a></li>
   <li>Add scripts for cancelling/rerunning workflows by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9120">duckdb/duckdb#9120</a></li>
   <li>Update R-CMD-Check workflow by <a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9128">duckdb/duckdb#9128</a></li>
   <li>CSV error message fix by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9132">duckdb/duckdb#9132</a></li>
   <li>Throw SerializationException instead of InternalException by <a href="https://github.com/Maxxen"><code>@​Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9130">duckdb/duckdb#9130</a></li>
   <li>Radix HT: Get max_threads from config instead of system by <a href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9129">duckdb/duckdb#9129</a></li>
   <li>Wrapping CSV State Machine by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9131">duckdb/duckdb#9131</a></li>
   <li>[CSV] Properly skip new lines mid csv file by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9139">duckdb/duckdb#9139</a></li>
   <li>[PythonDev] Rework <code>duckdb_cursor</code> fixture in pytest by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9140">duckdb/duckdb#9140</a></li>
   <li>Update logo in README by <a href="https://github.com/szarnyasg"><code>@​szarnyasg</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9147">duckdb/duckdb#9147</a></li>
   <li>Bump uncovered lines by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9102">duckdb/duckdb#9102</a></li>
   <li>Python: Uniform DuckDB SQL version to v0.X.Y by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9095">duckdb/duckdb#9095</a></li>
   <li>[PythonDev] Don't dereference None when creating pandas dataframe by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9127">duckdb/duckdb#9127</a></li>
   <li>fix: fix some typo by <a href="https://github.com/shizuocheng"><code>@​shizuocheng</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9156">duckdb/duckdb#9156</a></li>
   <li>[Swift] fix row count and index mapping by <a href="https://github.com/tcldr"><code>@​tcldr</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9149">duckdb/duckdb#9149</a></li>
   <li>Run Single-Threaded CSV Parser when only one thread is available by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9148">duckdb/duckdb#9148</a></li>
   <li>[ODBC] Add missing fields to SQLColAttribute   by <a href="https://github.com/maiadegraaf"><code>@​maiadegraaf</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9146">duckdb/duckdb#9146</a></li>
   <li>Merge main into feature by <a href="https://github.com/Mause"><code>@​Mause</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9163">duckdb/duckdb#9163</a></li>
   <li>[Python] Pyarrow integer filter pushdown bug fix by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9155">duckdb/duckdb#9155</a></li>
   <li>[CSV] Be sure to run header detection even if a header is defined by the user by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9168">duckdb/duckdb#9168</a></li>
   <li>Avoid (Try)AutoLoad logic if extension already loaded by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9177">duckdb/duckdb#9177</a></li>
   <li>Fix fuzzer exclusion by <a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9103">duckdb/duckdb#9103</a></li>
   <li>[PythonDev] Fix #duckdb-internal/418 by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9184">duckdb/duckdb#9184</a></li>
   <li>chore: skip arrow union tests on pyarrow&lt;11 by <a href="https://github.com/gforsyth"><code>@​gforsyth</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9186">duckdb/duckdb#9186</a></li>
   <li>Fix issue related to <code>map()</code> and Dictionary Vectors. by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9046">duckdb/duckdb#9046</a></li>
   <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/9183">#9183</a>: Arbitrary ASOF Conditions by <a href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9188">duckdb/duckdb#9188</a></li>
   <li>Add instructions for jdk installed via brew by <a href="https://github.com/nicku33"><code>@​nicku33</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9192">duckdb/duckdb#9192</a></li>
   <li>Fix nits in API comments by <a href="https://github.com/szarnyasg"><code>@​szarnyasg</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/8768">duckdb/duckdb#8768</a></li>
   <li>Internal <a href="https://redirect.github.com/duckdb/duckdb/issues/445">#445</a>: Destruct All Aggregates by <a href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9202">duckdb/duckdb#9202</a></li>
   <li>Don't initialize data chunk in ExpressionExecutor if it's just a BoundReferenceExpression by <a href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9213">duckdb/duckdb#9213</a></li>
   <li>[ODBC] Add info to fatal error in compiler by <a href="https://github.com/maiadegraaf"><code>@​maiadegraaf</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9218">duckdb/duckdb#9218</a></li>
   <li>Rewrite filter remover arrow test by <a href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9217">duckdb/duckdb#9217</a></li>
   <li>[ODBC] Add Unittests to Windows CI Run by <a href="https://github.com/maiadegraaf"><code>@​maiadegraaf</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9216">duckdb/duckdb#9216</a></li>
   <li>Add missing parameter defaults for <code>create_function</code> in <code>duckdb-stubs</code> by <a href="https://github.com/earwig"><code>@​earwig</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9224">duckdb/duckdb#9224</a></li>
   <li>Several fixes related to vector_size=2 nightly build by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9166">duckdb/duckdb#9166</a></li>
   <li>Avoid keeping read-only transactions stored in <code>old_transactions</code> by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9236">duckdb/duckdb#9236</a></li>
   <li>Fix reusable workflow for OOTE building by <a href="https://github.com/samansmink"><code>@​samansmink</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9229">duckdb/duckdb#9229</a></li>
   <li>[Parquet] Implement reading byte stream split encoded data by <a href="https://github.com/adamreeve"><code>@​adamreeve</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9240">duckdb/duckdb#9240</a></li>
   <li>Bug report template: ask for imports to be included by <a href="https://github.com/szarnyasg"><code>@​szarnyasg</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9197">duckdb/duckdb#9197</a></li>
   <li>Remove bundled sqlite, does not seem to be used anywhere by <a href="https://github.com/hannes"><code>@​hannes</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9245">duckdb/duckdb#9245</a></li>
   <li>update azure extension by <a href="https://github.com/samansmink"><code>@​samansmink</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9243">duckdb/duckdb#9243</a></li>
   <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/8413">#8413</a>: Avoid pushing collations to non-varchar columns, and cleanup around PushCollation by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9242">duckdb/duckdb#9242</a></li>
   <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/8624">#8624</a> - allow changing of schema and search_path parameters even if configuration is locked by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9244">duckdb/duckdb#9244</a></li>
   <li>[ODBC] SQLColAttribte: More tests  by <a href="https://github.com/maiadegraaf"><code>@​maiadegraaf</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9200">duckdb/duckdb#9200</a></li>
   <li>Fix for creating ephemeral schema on readonly by <a href="https://github.com/nicku33"><code>@​nicku33</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/9261">duckdb/duckdb#9261</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/c49a0a20d657a350e5e3b367471654611ab86ed1"><code>c49a0a2</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/9287">#9287</a> from hannes/rmnodejs</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/36947e3c24af303f6eb3e9fd34460102385aa5c0"><code>36947e3</code></a> use the child type in arrow -&gt; duckdb UNION scan</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/a368f359598ab34f29eaddff88431d5b88a27093"><code>a368f35</code></a> add readme</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/378fd8d7b9bc42f01c8ba8d21f5d08f5b291aba9"><code>378fd8d</code></a> remove nodejs client, now in own repo</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/53d9518e5f5fef1c1155d353d0132982d85d9ad9"><code>53d9518</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/9276">#9276</a> from Tishj/duckspark_unhappy_path</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/1f6a4af4dd0a538b48d89501653c479231d00669"><code>1f6a4af</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/9278">#9278</a> from Tishj/readd_value_counts</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/e29e4c73b41581f0269b89361803ab701c410551"><code>e29e4c7</code></a> add back value_counts method</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/f169284ea29d64edbdb9e8517f281d17ee8dc36b"><code>f169284</code></a> add basic functionality + tests for read.parquet and read.json</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/59dd9953b8309fced584b2eb6404e2602c352b12"><code>59dd995</code></a> add parquet reader test</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/c536a06914844a40aa815fb7e72302e4c6d4dce5"><code>c536a06</code></a> Merge branch 'main' into ODBC</li>
   <li>Additional commits viewable in <a href="https://github.com/duckdb/duckdb/compare/v0.9.0...v0.9.1">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.9.0&new-version=0.9.1)](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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] Build: Bump duckdb from 0.9.0 to 0.9.1 [iceberg-python]

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #114:
URL: https://github.com/apache/iceberg-python/pull/114


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org