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.3.0 to 0.3.1 #189

Merged
merged 5 commits into from
Feb 2, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2021

Bumps duckdb from 0.3.0 to 0.3.1.

Release notes

Sourced from duckdb's releases.

0.3.1 Preview Release "Spectabilis"

This preview release of DuckDB is named "Spectabilis" after the King Eider

Binary builds are listed below. 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

Features

  • #2393: Switch to Push-Based Execution Model
  • #2417: Add support for GROUPING SETS, ROLLUP, CUBE and GROUPING/GROUPING_ID
  • #2347: Support for ENUM Types & #2404: Native mapping between R factors and DuckDB ENUMs
  • #2419: Allow WHERE clause referring aliases defined in SELECT clause
  • #2473: Adding Compression Option for Column Definitions to SQL Parser
  • #2489: Implement MAD (Moving Absolute Deviation) Aggregate
  • #2520: Add LIST_CONCAT and LIST_APPEND functions
  • #2522: MSD (Most Significant Digit) Radix Sort
  • #2529: Implement REGEXP_EXTRACT
  • #2482: Add support for EVEN
  • #2555: Adding BINARY_AS_STRING parameter to the parquet scan

Minor Changes & Bug Fixes

  • #2377: Fix current_schema() and current_schemas()
  • #2380: Add tests for "did you mean" error message
  • #2381: Let FTS index creation respect the current schema.
  • #2382: Dropping support to Python 2
  • #2385: BLOB support for JDBC
  • #2389: Replace getattr on PyBind11 classes with individual properties.
  • #2390: Moving big categorical tests to tests_slow folder
  • #2394: Add SET s3_endpoint support for in-house Ceph
  • #2397: Add Python .pyi stubs
  • #2402: GH Actions Upload: retry asset upload with timeout
  • #2403: Not altering original DF when renaming columns in the binder
  • #2405: Fix bug with enum::varchar cast on null values
  • #2408: Rewrite Arrow table register for R using replacement scans
  • #2409: Adding dependency on Enum Types -> Tables
  • #2412: Updated src readme to state we use push-based execution.
  • #2413: Fix for #2411
  • #2421: Fix #2407: use correct template parameters for DATE in arg_min/arg_max
  • #2423: Fix #2416: fix binding issues related to binding parameters, null values, etc in list_extract and array_length
  • #2424: Issue #2388: QUANTILE_DISC for VARCHAR
  • #2430: Fix for #2426
  • #2431: More fixes for #2416
  • #2434: Issue #2388: Moving VARCHAR QUANTILE_DISC
  • #2437: implement GEN_RANDOM_UUID
  • #2438: Issue #2432: PERCENTILE_XXXX ignores DESC
  • #2439: fix: pass absolute path to System.load() in Java
  • #2444: Fix #2440: correctly report run-time errors in Python client
  • #2445: Several OSS Fuzz Fixes

... (truncated)

Commits
  • 88aa81c Merge pull request #2604 from Mytherin/issue2599
  • 81c35e6 Merge pull request #2605 from Mytherin/fixreupload
  • ee5f428 Clean up reupload by splitting it into two functions
  • 69b60f6 Fix #2599: maintain correct dependencies between UNION ALL nodes so that outp...
  • a22047a Merge pull request #2603 from hannesmuehleisen/fixingassetuploadmaybe
  • 2ea9f64 the asset upload script for releases was broken somehow
  • b77704c Merge pull request #2598 from Mytherin/ossfuzzfixes
  • 79c2259 Merge pull request #2587 from pdet/ReplacementScansArrow
  • 03eca63 More print information in asset upload
  • 1fe17e0 Try to fix the asset upload...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/duckdb-0.3.1 branch from 93edd1f to 80ab3e7 Compare February 2, 2022 02:55
Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Commits](duckdb/duckdb@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/duckdb-0.3.1 branch from 80ab3e7 to 2d2eba4 Compare February 2, 2022 03:48
It never actually existed in duckdb
@Mause Mause added the automerge label Feb 2, 2022
@kodiakhq kodiakhq bot merged commit 3c2167f into master Feb 2, 2022
@kodiakhq kodiakhq bot deleted the dependabot/pip/duckdb-0.3.1 branch February 2, 2022 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant