Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump duckdb from 0.2.2 to 0.2.3 #18

Merged
merged 1 commit into from
Dec 7, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2020

Bumps duckdb from 0.2.2 to 0.2.3.

Release notes

Sourced from duckdb's releases.

0.2.3 Preview Release "Serrator"

This preview release of DuckDB is named "Serrator" after the Red-breasted merganser (Mergus serrator). Binary builds are listed below. Feedback is very welcome.

Note: 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.

Major changes:

SQL:

  • #1179: Interval Cleanup & Extended INTERVAL Syntax
  • #1147: Add exact MEDIAN and QUANTILE functions
  • #1129: Support scalar functions with CREATE FUNCTION
  • #1137: Add support for (NOT) ILIKE, and optimize certain types of LIKE expressions

Engine

  • #1160: Perfect Aggregate Hash Tables
  • #1133: Statistics Rework & Statistics Propagation
  • #1144: Common Aggregate Optimizer, #1143: CSE Optimizer and #1135: Optimizing expressions in grouping keys
  • #1138: Use predication in filters
  • #1071: Removing string null termination requirement

Clients

  • #1112: Add DuckDB node.js API
  • #1168: Add support for Pandas category types
  • #1181: Extend DuckDB::LibraryVersion() to output dev version in format 0.2.3-devXXX & #1176: Python binding: Add module attributes for introspecting DuckDB version

Parquet Reader:

  • #1183: Filter pushdown for Parquet reader
  • #1167: Exporting Parquet statistics to DuckDB
  • #1162: Add support for compression codec in Parquet writer & #1163: Add ZSTD Compression Code and add ZSTD codec as option for Parquet export
  • #1103: Add object cache and Parquet metadata cache
Commits
  • 436f645 Merge pull request #1184 from hannesmuehleisen/rprotect
  • 7a9c76e Filter pushdown for Parquet reader (#1183)
  • 8a4e28f some protection bugs
  • a4af04b Merge pull request #1182 from hannesmuehleisen/renamelongpaths
  • e868a4f renaming perfect hash aggregate so the r package builds again
  • 9cbfca6 Merge pull request #1176 from daq-tools/python-add-doc-version
  • 4ba75e4 Python binding: Add module attributes for introspecting DuckDB version
  • 4d5f7d1 Merge pull request #1181 from Mytherin/improveversion
  • c374102 Rename to DUCKDB_VERSION, and when we are on a tag emit the version without -...
  • 6ff1d75 Fix #1170 while at it
  • 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](https://github.com/cwida/duckdb) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/cwida/duckdb/releases)
- [Commits](duckdb/duckdb@v0.2.2...v0.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2020
@Mause Mause merged commit 0d56ac1 into master Dec 7, 2020
@dependabot dependabot bot deleted the dependabot/pip/duckdb-0.2.3 branch December 7, 2020 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant