Commit 47ba89e
authored
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
[@​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
[@​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
[@​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
[@​lnkuiper](https://redirect.github.com/lnkuiper) in
[https://github.com/duckdb/duckdb/pull/17964](https://redirect.github.com/duckdb/duckdb/pull/17964)
- Issue
[#​5144](https://redirect.github.com/duckdb/duckdb/issues/5144):
AsOf Join Threshold by
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​mlafeldt](https://redirect.github.com/mlafeldt) in
[https://github.com/duckdb/duckdb/pull/18019](https://redirect.github.com/duckdb/duckdb/pull/18019)
- Issue
[#​18035](https://redirect.github.com/duckdb/duckdb/issues/18035):
Zero Fill TIMESTAMP\_NS by
[@​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
[@​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
[@​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
[@​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 [@​Tmonster](https://redirect.github.com/Tmonster) in
[https://github.com/duckdb/duckdb/pull/18018](https://redirect.github.com/duckdb/duckdb/pull/18018)
- Issue
[#​18047](https://redirect.github.com/duckdb/duckdb/issues/18047):
TIMESTAMP\_TZ Upcast Costs by
[@​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
[@​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
[@​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 [@​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 [@​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
[@​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 [@​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
[@​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 [@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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
[@​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
[@​Tishj](https://redirect.github.com/Tishj), and bumping also
httpfs by [@​carlopi](https://redirect.github.com/carlopi) in
[https://github.com/duckdb/duckdb/pull/18148](https://redirect.github.com/duckdb/duckdb/pull/18148)
- Internal
[#​5245](https://redirect.github.com/duckdb/duckdb/issues/5245):
AsOf NLJ Comparisons by
[@​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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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 [@​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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments