Merge pull request #219808 from cpcloud/duckdb-0.7.1

This commit is contained in:
Bernardo Meurer 2023-03-07 10:03:11 -05:00 committed by GitHub
commit c707238dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "duckdb";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-9m9+fldOgv2QTuUbw5y0zekBxZe8Dd4+8FqR3t3uFGg=";
sha256 = "sha256-dCPWrB/Jqm4/kS6J/3jcQG291tFKAZSEptEYLGOZsLo=";
};
patches = [ ./version.patch ];
@ -84,6 +84,8 @@ stdenv.mkDerivation rec {
"test/sql/json/read_json.test"
"test/sql/copy/parquet/parquet_5968.test"
"test/fuzzer/pedro/buffer_manager_out_of_memory.test"
"test/sql/storage/compression/bitpacking/bitpacking_size_calculation.test"
"test/sql/copy/parquet/delta_byte_array_length_mismatch.test"
# these are only hidden if no filters are passed in
"[!hide]"
# this test apparently never terminates