jwills / target-duckdb

A Singer.io target for DuckDB
Other
17 stars 12 forks source link

Bump duckdb from 0.3.3 to 0.5.0 #8

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps duckdb from 0.3.3 to 0.5.0.

Release notes

Sourced from duckdb's releases.

0.5.0 Preview Release "Pulchellus"

This preview release of DuckDB is named "Pulchellus" after the Green pygmy goose (Nettapus pulchellus) which is native to Australia where VLDB 2022 is starting today. Despite being called a "goose" it is actually a duck.

Binary builds are listed at the bottom of this post. Feedback is very welcome.

Note: Again, this release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the EXPORT DATABASE command with the old version followed by IMPORT DATABASE with the new version to migrate your data. See the documentation for details.

Below a list of changes in this release

Major Changes & Features

  • #4189: Implement Out-of-Core Hash Join and Re-Work Query Verification
  • #4022: Art Index Storage
  • #4274: Join Order Optimizer improvements
  • #4420: Logical Plan Serialization
  • #4137, #4347, #4293, #4190, #4178, #4177, #3954 & #4159: Scalability and performance improvements for Window operator
  • #4004: Add support for extensions to the parser, and add an example of this to the loadable extension demo
  • #4089: Signed Extensions
  • #4097 & #4211: Filename column + Hive partitioning support for Parquet Reader
  • #4501, #4511: Aarch64 Linux builds of CLI, shared library, JDBC & ODBC

Minor Changes & Bug Fixes

  • #4594: [Map] Fix map_extract from multiple rows
  • #4585: Fix for r test instability, #4549
  • #4560: Support all basic integer types in node API
  • #4558: [CPP-API] Comment no longer causes crash
  • #4552: [Fuzzer] Issue #4152 - Remove ToString roundtrip in query verification
  • #4543: Fixing silent assertions
  • #4542: Check if database is still alive when trying to connect for nodejs
  • #4541: fix for issue 4533
  • #4539: Paralelization non-dependent on Arrow rows
  • #4524: Explicitly deleting default connection on js side
  • #4522: Correct architecture name for Linux aarch64
  • #4521: Adding correct substrait release tag to out-of-tree extension deployment
  • #4520: Added test cases for several fixed JDBC issues
  • #4516: Fix #4455, dont set default schema in transform
  • #4513: Issue 4502
  • #4510: [Casting] Varchar -> Decimal cast fix
  • #4507: [CSV] Fixed bug related to invalidated iterators
  • #4505: extension trigger event
  • #4504: fix: short-circuit hash and version discovery
  • #4496: [Fuzzer] Issue #4152 - Force no cross-product issue
  • #4495: Build ODBC driver binary for OSX
  • #4494: [Fuzzer] Issue #4152 - Analyze inexisting column
  • #4493: Declare all variables for nodejs.
  • #4491: Issue #4419: Range Join Swizzling
  • #4488: Making the parquet extension loadable
  • #4484: fix: ignore status message from output of mypy stubs check
  • #4483: [Development bug] unittest result_helper.cpp triggers assertion

... (truncated)

Commits


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 1 year ago

Superseded by #9.