Skip to content

Commit 47ba89e

Browse files
chore(deps): update dependency duckdb/duckdb to v1.3.2 (#3833)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [duckdb/duckdb](https://redirect.github.com/duckdb/duckdb) | patch | `1.3.1` -> `1.3.2` | --- ### Release Notes <details> <summary>duckdb/duckdb (duckdb/duckdb)</summary> ### [`v1.3.2`](https://redirect.github.com/duckdb/duckdb/releases/tag/v1.3.2): Bugfix Release [Compare Source](https://redirect.github.com/duckdb/duckdb/compare/v1.3.1...v1.3.2) This is a bug fix release for various issues discovered after we released 1.3.1. 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. #### What's Changed - bump julia to v1.3.1 by [@&#8203;c-herrewijn](https://redirect.github.com/c-herrewijn) in [https://github.com/duckdb/duckdb/pull/17966](https://redirect.github.com/duckdb/duckdb/pull/17966) - \[CI] adding DONT\_LINK parameter to the test extension configuration for `inet` extension by [@&#8203;hmeriann](https://redirect.github.com/hmeriann) in [https://github.com/duckdb/duckdb/pull/17967](https://redirect.github.com/duckdb/duckdb/pull/17967) - Eviction queue: Sort purged nodes and bulk re-add by [@&#8203;lnkuiper](https://redirect.github.com/lnkuiper) in [https://github.com/duckdb/duckdb/pull/17913](https://redirect.github.com/duckdb/duckdb/pull/17913) - Grab lock before finalizing dynamic filters by [@&#8203;lnkuiper](https://redirect.github.com/lnkuiper) in [https://github.com/duckdb/duckdb/pull/17964](https://redirect.github.com/duckdb/duckdb/pull/17964) - Issue [#&#8203;5144](https://redirect.github.com/duckdb/duckdb/issues/5144): AsOf Join Threshold by [@&#8203;hawkfish](https://redirect.github.com/hawkfish) in [https://github.com/duckdb/duckdb/pull/17978](https://redirect.github.com/duckdb/duckdb/pull/17978) - Fix for IsDenseRange check in filter\_combiner by [@&#8203;pdet](https://redirect.github.com/pdet) in [https://github.com/duckdb/duckdb/pull/17988](https://redirect.github.com/duckdb/duckdb/pull/17988) - Use SharedLockTable in DataTable::Fetch by [@&#8203;Mytherin](https://redirect.github.com/Mytherin) in [https://github.com/duckdb/duckdb/pull/17983](https://redirect.github.com/duckdb/duckdb/pull/17983) - On Windows CI use zip from msys2 instead of choco by [@&#8203;staticlibs](https://redirect.github.com/staticlibs) in [https://github.com/duckdb/duckdb/pull/17993](https://redirect.github.com/duckdb/duckdb/pull/17993) - \[FIX] Arrow ArrowBool8 Extension Type Add Validity Type Check by [@&#8203;rustyconover](https://redirect.github.com/rustyconover) in [https://github.com/duckdb/duckdb/pull/18005](https://redirect.github.com/duckdb/duckdb/pull/18005) - Make test more lenient by [@&#8203;lnkuiper](https://redirect.github.com/lnkuiper) in [https://github.com/duckdb/duckdb/pull/18022](https://redirect.github.com/duckdb/duckdb/pull/18022) - Print internal exception stack traces on failed transaction rollback by [@&#8203;taniabogatsch](https://redirect.github.com/taniabogatsch) in [https://github.com/duckdb/duckdb/pull/18023](https://redirect.github.com/duckdb/duckdb/pull/18023) - More fixes around GetDatabases by [@&#8203;taniabogatsch](https://redirect.github.com/taniabogatsch) in [https://github.com/duckdb/duckdb/pull/18024](https://redirect.github.com/duckdb/duckdb/pull/18024) - \[Fix] Binding error when resolving lambdas with a struct alias by [@&#8203;taniabogatsch](https://redirect.github.com/taniabogatsch) in [https://github.com/duckdb/duckdb/pull/18014](https://redirect.github.com/duckdb/duckdb/pull/18014) - Disable constexpr std::mutex on Windows by [@&#8203;staticlibs](https://redirect.github.com/staticlibs) in [https://github.com/duckdb/duckdb/pull/17991](https://redirect.github.com/duckdb/duckdb/pull/17991) - Use correct expression function after filter pushdown by [@&#8203;Tmonster](https://redirect.github.com/Tmonster) in [https://github.com/duckdb/duckdb/pull/17860](https://redirect.github.com/duckdb/duckdb/pull/17860) - Implement bulk enqueue for non-concurrent queue by [@&#8203;lnkuiper](https://redirect.github.com/lnkuiper) in [https://github.com/duckdb/duckdb/pull/18032](https://redirect.github.com/duckdb/duckdb/pull/18032) - Bring back libduckdb-src.zip as release artifact by [@&#8203;mlafeldt](https://redirect.github.com/mlafeldt) in [https://github.com/duckdb/duckdb/pull/18019](https://redirect.github.com/duckdb/duckdb/pull/18019) - Issue [#&#8203;18035](https://redirect.github.com/duckdb/duckdb/issues/18035): Zero Fill TIMESTAMP\_NS by [@&#8203;hawkfish](https://redirect.github.com/hawkfish) in [https://github.com/duckdb/duckdb/pull/18045](https://redirect.github.com/duckdb/duckdb/pull/18045) - Fix handling dynamic table filters in RemoveUnusedColumns by [@&#8203;Damon07](https://redirect.github.com/Damon07) in [https://github.com/duckdb/duckdb/pull/18033](https://redirect.github.com/duckdb/duckdb/pull/18033) - Fix incorrect results in index scan by [@&#8203;taniabogatsch](https://redirect.github.com/taniabogatsch) in [https://github.com/duckdb/duckdb/pull/18058](https://redirect.github.com/duckdb/duckdb/pull/18058) - bump spatial (v1.3) by [@&#8203;Maxxen](https://redirect.github.com/Maxxen) in [https://github.com/duckdb/duckdb/pull/18059](https://redirect.github.com/duckdb/duckdb/pull/18059) - constant or null can be replaced when argument is a bound column reg by [@&#8203;Tmonster](https://redirect.github.com/Tmonster) in [https://github.com/duckdb/duckdb/pull/18018](https://redirect.github.com/duckdb/duckdb/pull/18018) - Issue [#&#8203;18047](https://redirect.github.com/duckdb/duckdb/issues/18047): TIMESTAMP\_TZ Upcast Costs by [@&#8203;hawkfish](https://redirect.github.com/hawkfish) in [https://github.com/duckdb/duckdb/pull/18064](https://redirect.github.com/duckdb/duckdb/pull/18064) - Properly handle empty RHS in IE Join by [@&#8203;lnkuiper](https://redirect.github.com/lnkuiper) in [https://github.com/duckdb/duckdb/pull/18067](https://redirect.github.com/duckdb/duckdb/pull/18067) - Avoid going too in-depth while computing join order by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/17904](https://redirect.github.com/duckdb/duckdb/pull/17904) - Main.yml: Move very long job from debug to release with `-DDEBUG` and `FORCE_ASSERT` by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18081](https://redirect.github.com/duckdb/duckdb/pull/18081) - Run Python workflow against both Python 3.9 and 3.13 on PR to ensure … by [@&#8203;evertlammerts](https://redirect.github.com/evertlammerts) in [https://github.com/duckdb/duckdb/pull/18080](https://redirect.github.com/duckdb/duckdb/pull/18080) - fix statistics propagation for anti-joins on empty tables by [@&#8203;bradynwalsh](https://redirect.github.com/bradynwalsh) in [https://github.com/duckdb/duckdb/pull/17439](https://redirect.github.com/duckdb/duckdb/pull/17439) - OSX.yml: Move from using debug builds to release + DDEBUG + FORCE\_ASSERT by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18102](https://redirect.github.com/duckdb/duckdb/pull/18102) - Fix copy constructor in SetVariableStatement by [@&#8203;staticlibs](https://redirect.github.com/staticlibs) in [https://github.com/duckdb/duckdb/pull/18101](https://redirect.github.com/duckdb/duckdb/pull/18101) - \[Parquet] Add write\_bloom\_filter flag to allow disabling of bloom filters by [@&#8203;Mytherin](https://redirect.github.com/Mytherin) in [https://github.com/duckdb/duckdb/pull/18093](https://redirect.github.com/duckdb/duckdb/pull/18093) - Add Stack Trace marker to stack trace by [@&#8203;JelteF](https://redirect.github.com/JelteF) in [https://github.com/duckdb/duckdb/pull/18089](https://redirect.github.com/duckdb/duckdb/pull/18089) - Add missing `INT128` to decimal Parquet reader switch by [@&#8203;lnkuiper](https://redirect.github.com/lnkuiper) in [https://github.com/duckdb/duckdb/pull/18104](https://redirect.github.com/duckdb/duckdb/pull/18104) - shared\_ptr<HTTPUtil>& must be reached from FileOpener by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18107](https://redirect.github.com/duckdb/duckdb/pull/18107) - Cleanup on correct branch (1.3-ossivalis) instead of v1.2-histrionicus by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18111](https://redirect.github.com/duckdb/duckdb/pull/18111) - Refactor extracting expressions for dynamic index scans by [@&#8203;lnkuiper](https://redirect.github.com/lnkuiper) in [https://github.com/duckdb/duckdb/pull/18095](https://redirect.github.com/duckdb/duckdb/pull/18095) - Add v1.3.2 to version\_map.json and generate storage\_info.cpp by [@&#8203;hmeriann](https://redirect.github.com/hmeriann) in [https://github.com/duckdb/duckdb/pull/18112](https://redirect.github.com/duckdb/duckdb/pull/18112) - CI: Actually correctly skip building unnecessary extensions by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18119](https://redirect.github.com/duckdb/duckdb/pull/18119) - Absorb patch from [https://github.com/duckdb/duckdb/pull/18107](https://redirect.github.com/duckdb/duckdb/pull/18107) by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18114](https://redirect.github.com/duckdb/duckdb/pull/18114) - Use *unsigned* hugeint for compressed materialization strings by [@&#8203;lnkuiper](https://redirect.github.com/lnkuiper) in [https://github.com/duckdb/duckdb/pull/18128](https://redirect.github.com/duckdb/duckdb/pull/18128) - Throw internal exception on corrupted roaring bitmap offsets by [@&#8203;taniabogatsch](https://redirect.github.com/taniabogatsch) in [https://github.com/duckdb/duckdb/pull/18130](https://redirect.github.com/duckdb/duckdb/pull/18130) - Allow .tsv as an accepted db file by [@&#8203;pdet](https://redirect.github.com/pdet) in [https://github.com/duckdb/duckdb/pull/18133](https://redirect.github.com/duckdb/duckdb/pull/18133) - Fixing CSV Fuzzer issues by [@&#8203;pdet](https://redirect.github.com/pdet) in [https://github.com/duckdb/duckdb/pull/18134](https://redirect.github.com/duckdb/duckdb/pull/18134) - Bump iceberg for 1.3.2, from [@&#8203;Tishj](https://redirect.github.com/Tishj), and bumping also httpfs by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18148](https://redirect.github.com/duckdb/duckdb/pull/18148) - Internal [#&#8203;5245](https://redirect.github.com/duckdb/duckdb/issues/5245): AsOf NLJ Comparisons by [@&#8203;hawkfish](https://redirect.github.com/hawkfish) in [https://github.com/duckdb/duckdb/pull/18159](https://redirect.github.com/duckdb/duckdb/pull/18159) - Add internal exceptions to compression paths to prevent segmentation violations by [@&#8203;taniabogatsch](https://redirect.github.com/taniabogatsch) in [https://github.com/duckdb/duckdb/pull/18151](https://redirect.github.com/duckdb/duckdb/pull/18151) - Fix for arrow.json production extension type by [@&#8203;pdet](https://redirect.github.com/pdet) in [https://github.com/duckdb/duckdb/pull/18132](https://redirect.github.com/duckdb/duckdb/pull/18132) - partially restore deprecated http logging settings by [@&#8203;samansmink](https://redirect.github.com/samansmink) in [https://github.com/duckdb/duckdb/pull/18150](https://redirect.github.com/duckdb/duckdb/pull/18150) - Bump for wasm fixes (excel and httpfs) and test fixes (iceberg) by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18167](https://redirect.github.com/duckdb/duckdb/pull/18167) - bump spatial by [@&#8203;Maxxen](https://redirect.github.com/Maxxen) in [https://github.com/duckdb/duckdb/pull/18161](https://redirect.github.com/duckdb/duckdb/pull/18161) - Bump sqlsmith and aws by [@&#8203;Tmonster](https://redirect.github.com/Tmonster) in [https://github.com/duckdb/duckdb/pull/18155](https://redirect.github.com/duckdb/duckdb/pull/18155) - bump ducklake for v1.3.2. by [@&#8203;c-herrewijn](https://redirect.github.com/c-herrewijn) in [https://github.com/duckdb/duckdb/pull/18156](https://redirect.github.com/duckdb/duckdb/pull/18156) - Bump spatial again: include re-linking for handling global objects in Wasm by [@&#8203;carlopi](https://redirect.github.com/carlopi) in [https://github.com/duckdb/duckdb/pull/18170](https://redirect.github.com/duckdb/duckdb/pull/18170) **Full Changelog**: duckdb/duckdb@v1.3.1...v1.3.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8429c30 commit 47ba89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-duckdb/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use std::path::PathBuf;
77
use std::{env, fs};
88

9-
const DUCKDB_VERSION: &str = "1.3.1";
9+
const DUCKDB_VERSION: &str = "1.3.2";
1010
const DUCKDB_BASE_URL: &str = "https://github.com/duckdb/duckdb/releases/download";
1111

1212
fn download_duckdb_lib_archive() -> Result<PathBuf, Box<dyn std::error::Error>> {

0 commit comments

Comments
 (0)