Skip to content

Commit 9d30887

Browse files
Build: Bump duckdb from 1.2.0 to 1.2.1 (#1793)
Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.2.0 to 1.2.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>v1.2.1 Bugfix Release</h2> <p>This is a bug fix release for various issues discovered after we released 1.2.0. There are no new major features, just bug fixes. Database files created by DuckDB versions all the way back to v0.9.* can be read by this version.</p> <h2>What's Changed</h2> <ul> <li>[Dev] MultiFileReader fix InternalError in CreateFilterMap by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16114">duckdb/duckdb#16114</a></li> <li>[bug-fix] Avoid throwing in catch block for failed commits by <a href="https://github.com/Vegetable26"><code>@​Vegetable26</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/15903">duckdb/duckdb#15903</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/16098">#16098</a>: ValidEnd Parallel Vectorisation by <a href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16140">duckdb/duckdb#16140</a></li> <li>Adding an extension option shouldn't delete a set value and promote unrecognized options by <a href="https://github.com/bleskes"><code>@​bleskes</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/15919">duckdb/duckdb#15919</a></li> <li>Parquet writer: Re-implement GetRowSize for Strings by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16178">duckdb/duckdb#16178</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16157">#16157</a>: correctly get the first row when reading hive partitions from a dictionary vector by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16180">duckdb/duckdb#16180</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16122">#16122</a>: bind default values in a sub-binder to avoid modifying the catalog search path of the current binder by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16181">duckdb/duckdb#16181</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16134">#16134</a>: when a catalog/schema/table has the same name, we prefer to suggest the table name by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16189">duckdb/duckdb#16189</a></li> <li>Ensure MergeCollectionTask has a writer by <a href="https://github.com/ywelsch"><code>@​ywelsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16207">duckdb/duckdb#16207</a></li> <li>Backport <a href="https://redirect.github.com/duckdb/duckdb/issues/16115">#16115</a> by <a href="https://github.com/NiclasHaderer"><code>@​NiclasHaderer</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16227">duckdb/duckdb#16227</a></li> <li>Deleted copy constructor of pending query by <a href="https://github.com/NiclasHaderer"><code>@​NiclasHaderer</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16242">duckdb/duckdb#16242</a></li> <li>Correctly report errors caused by get_database in C extensions by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16253">duckdb/duckdb#16253</a></li> <li>use random seeds for bernoulli sample when parallel is enabled by <a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16223">duckdb/duckdb#16223</a></li> <li>Parquet Reader: avoid caching the compressed buffer in the ColumnReader by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16263">duckdb/duckdb#16263</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16260">#16260</a>: correctly handle parameters in getvariable by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16264">duckdb/duckdb#16264</a></li> <li>Avoid calling SetFilterAlwaysTrue multiple times in RowGroup::CheckZonemap by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16269">duckdb/duckdb#16269</a></li> <li>[Fix] Scanning from normal leaf to nested leaf by <a href="https://github.com/taniabogatsch"><code>@​taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16270">duckdb/duckdb#16270</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16231">#16231</a>: refer to order by condition in ARRAY(SUBQUERY) by alias instead of by index by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16272">duckdb/duckdb#16272</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16257">#16257</a> by <a href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16275">duckdb/duckdb#16275</a></li> <li>AFL Tests for the CSV reader by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16280">duckdb/duckdb#16280</a></li> <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/16250">#16250</a>: Window Range Performance by <a href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16276">duckdb/duckdb#16276</a></li> <li>Fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16278">#16278</a>: late materialization should not trigger on very large limits, and it should never trigger on limits without offsets when preserve_insertion_order = false by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16282">duckdb/duckdb#16282</a></li> <li>Overflow strings allocations: avoid rounding up memory allocated per overflow string - when reading &quot;small&quot; overflow strings place them directly into the vector instead by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16283">duckdb/duckdb#16283</a></li> <li>Use ordered map to preserve expressions order by <a href="https://github.com/Damon07"><code>@​Damon07</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16111">duckdb/duckdb#16111</a></li> <li>[Dev] <code>register_filesystem</code> stubs, use <code>fsspec.AbstractFileSystem</code>, not <code>str</code> by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16266">duckdb/duckdb#16266</a></li> <li>[Python Dev] Fix crash with empty args for <code>isin</code> | Fix transformation for <code>isnotin</code> by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16271">duckdb/duckdb#16271</a></li> <li>Fix issue related to hang when all candidates are eliminated in refinement by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16288">duckdb/duckdb#16288</a></li> <li>[Fix] Early-out on CREATE INDEX (IF NOT EXISTS) by <a href="https://github.com/taniabogatsch"><code>@​taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16093">duckdb/duckdb#16093</a></li> <li>[Python] Fix the reverse binary expressions in the Expression API by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16300">duckdb/duckdb#16300</a></li> <li>Bugfixes by <a href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16244">duckdb/duckdb#16244</a></li> <li>[Fix] MinGW bundle static libs by <a href="https://github.com/taniabogatsch"><code>@​taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16292">duckdb/duckdb#16292</a></li> <li>Fix heap buffer oveflow sampling by <a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16279">duckdb/duckdb#16279</a></li> <li>Expose STRING_LITERAL in C API by <a href="https://github.com/taniabogatsch"><code>@​taniabogatsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16293">duckdb/duckdb#16293</a></li> <li>Allow accessing profiler query tree under lock by <a href="https://github.com/ywelsch"><code>@​ywelsch</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16314">duckdb/duckdb#16314</a></li> <li>bump extensions by <a href="https://github.com/Maxxen"><code>@​Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16313">duckdb/duckdb#16313</a></li> <li>Inline virtual list lambda bind functions by <a href="https://github.com/Maxxen"><code>@​Maxxen</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16327">duckdb/duckdb#16327</a></li> <li>Update shell.cpp to fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16333">#16333</a> by <a href="https://github.com/teaguesterling"><code>@​teaguesterling</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16335">duckdb/duckdb#16335</a></li> <li>Add the suggestion to verify the nullstring as part of the cast error message by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16336">duckdb/duckdb#16336</a></li> <li>Take <code>NULL</code>s into account for <code>DELTA_BINARY_PACKED</code> by <a href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16317">duckdb/duckdb#16317</a></li> <li>PhysicalTableScan: Adapt to allow async behaviour by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16310">duckdb/duckdb#16310</a></li> <li>Allow querying attached catalog from detached catalog by <a href="https://github.com/jeewonhh"><code>@​jeewonhh</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16289">duckdb/duckdb#16289</a></li> <li>Reduce minimum expected memory usage in <code>RadixPartitionedHashTable</code> by <a href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16332">duckdb/duckdb#16332</a></li> <li>Backport ebb4dccf to v1.2-, adding missing include by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16369">duckdb/duckdb#16369</a></li> <li>Excecption load on mismatched ABI: Use '%d' to print ABI type by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16367">duckdb/duckdb#16367</a></li> <li>Aggregation: For dictionaries without an id - use the correct threshold to bail-out on using the dictionary by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16364">duckdb/duckdb#16364</a></li> <li>Bump excel to the same version distributed on <code>core</code> repository by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/16375">duckdb/duckdb#16375</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/c9f1c5bde417caf13f6135c20d86399b55cea5fc"><code>c9f1c5b</code></a> [Python Dev] <code>pyproject.toml</code> should not use <code>oldest-supported-numpy</code> anymore...</li> <li><a href="https://github.com/duckdb/duckdb/commit/97f12d895ab5cd1a57ed6de8d16aa54b6b9a11f3"><code>97f12d8</code></a> on further consideration, it can be a 'before-build' step after all</li> <li><a href="https://github.com/duckdb/duckdb/commit/23da7e7ba735bba3c892ef35d2298471df89dcfc"><code>23da7e7</code></a> remove 'oldest-supported-numpy' as it has been deprecated since numpy 1.25, r...</li> <li><a href="https://github.com/duckdb/duckdb/commit/11d2d8c42cff0478a41470b9e51e3ccbab082d37"><code>11d2d8c</code></a> [Python Dev] Make <code>pandas</code> not required in a couple places, check if it's ins...</li> <li><a href="https://github.com/duckdb/duckdb/commit/bd17c479602190307a9477257bb1a31ceed1fee9"><code>bd17c47</code></a> nvm, this path is taken only from FrameFromNumpy, so the pandas check was don...</li> <li><a href="https://github.com/duckdb/duckdb/commit/79dd68c0fd8cf41974768d8fe52d961510e5a5c4"><code>79dd68c</code></a> don't use load=false, we do need to attempt to load it to know if it's instal...</li> <li><a href="https://github.com/duckdb/duckdb/commit/4699027c0621d6062789a43691aee36af7199408"><code>4699027</code></a> guarding a couple places against pandas not being installed</li> <li><a href="https://github.com/duckdb/duckdb/commit/7888e310f56f8e7c39bf2f2b7ff23b4298903364"><code>7888e31</code></a> use the import cache where possible, don't use the direct pybind module import</li> <li><a href="https://github.com/duckdb/duckdb/commit/c0642c69a4440a21f2c479f6a4dbca6ead3e35b7"><code>c0642c6</code></a> Add python version to duckdb_api (<a href="https://redirect.github.com/duckdb/duckdb/issues/15599">#15599</a>)</li> <li><a href="https://github.com/duckdb/duckdb/commit/177cc3bc708dcb351249a71f64a234bd39c546ce"><code>177cc3b</code></a> Update shell.cpp to fix <a href="https://redirect.github.com/duckdb/duckdb/issues/16333">#16333</a></li> <li>Additional commits viewable in <a href="https://github.com/duckdb/duckdb/compare/v1.2.0...v1.2.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=1.2.0&new-version=1.2.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cad900 commit 9d30887

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

poetry.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)