Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps duckdb_jdbc from 0.2.5 to 0.5.0.

Release notes

Sourced from duckdb_jdbc'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
  • #4480: Remove REST server

... (truncated)

Commits
  • 109f932 Merge pull request #4594 from Tishj/map_select_from_column
  • a9d9fbc only cast if NULL is not involved, if 'key' is NULL, return empty list
  • cbe7c1c using bound_function.arguments to cast the key values in a vectorized way
  • 784e668 Merge pull request #4504 from gforsyth/gil/short_circuit_hash
  • 49f6b08 take row index into account in map_extract
  • c281cfe Merge pull request #4585 from hannes/fix4549
  • d298659 Merge pull request #4474 from Maxxen/fix/4152
  • 37aba2d Merge pull request #4560 from samansmink/node-interger-types
  • 3ea4281 Merge pull request #4552 from Maxxen/fix/4152-fp-validation
  • 9492047 Merge pull request #4543 from taniabogatsch/crash-on-assert
  • Additional commits viewable in compare view

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)

Bumps [duckdb_jdbc](https://github.com/duckdb/duckdb) from 0.2.5 to 0.5.0.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Commits](duckdb/duckdb@v0.2.5...v0.5.0)

---
updated-dependencies:
- dependency-name: org.duckdb:duckdb_jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 20, 2022

Superseded by #79.

@dependabot dependabot bot closed this Sep 20, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.duckdb-duckdb_jdbc-0.5.0 branch September 20, 2022 12:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant