pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/duckdb
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Oct 31 14:39:57 UTC 2024
Modified Files:
pkgsrc/databases/duckdb: Makefile PLIST distinfo
Log Message:
databasea/duckdb: Update to 1.1.2
Changelog:
v1.1.2 Bugfix Release
This is a bug fix release for various issues discovered after we released
1.1.1. There are no new major features, just bug fixes. Database files created
by DuckDB versions all the way back to v0.9.* can be read by DuckDB v1.1.2.
What's Changed
* [CI] Re-enable ART zero initialisation verification by @taniabogatsch in #
14031
* Push filters instead of overwriting filters by @Tmonster in #14078
* Fix test by @Tmonster in #14079
* fix maximum_threads test inside containers by @wenjun93 in #14083
* Fix: remove is_probe_in_domain by @Light-City in #14084
* Add duckdb_extension.h to amalgamation release by @samansmink in #14086
* Bump minimum required cmake version by @abramk in #14089
* Fix parser error by removing alias by @taniabogatsch in #14090
* [Dev] Move EnumTypeInfoTemplated definition into a hpp file by @Tishj in #
14038
* Fix #14077: correctly reset next pointer when reconstructing new row group
segment tree after vacuum by @Mytherin in #14092
* Format CSV error messages by @szarnyasg in #14097
* Fix the answer file for tpcds q67 at sf100 by @Tmonster in #14096
* Add v1.1.1 to version_map.json by @Flogex in #14110
* CREATE TABLE now supports columns with ENUM[] types. by @Tishj in #14102
* fix parquet cardinality when first file is empty by @wenjun93 in #14058
* [Python Dev] Make sure the GIL is released when the connection+db are being
shut down by @Tishj in #14113
* Less salt by @lnkuiper in #14173
* remove redundant code by @flashmouse in #14172
* comparison of nested types returns true or false always (even with nulls)
by @Tmonster in #14094
* subtype DBInterface.Connection in julia client by @piever in #14193
* [Python] Fix a bug with python_scan_all_frames reaching the bottom of the
frame stack by @Tishj in #14183
* [Dev] Fix issue where the InsertStatement::ToString call destroyed the
alias of the ValuesList by @Tishj in #14171
* [Python] Fix issue related to scanning float64 dtype columns that contain a
mask by @Tishj in #14170
* Fix some warnings found while compiling duckdb-node by @carlopi in #13994
* fix minmax type info miss by @Damon07 in #14159
* fix: ArrowSchemaMetadata::GetOption to return empty string instead of
raising exception if key is not found. by @rustyconover in #14157
* Issue 14151: Fix conflicting defines on Windows hidden by cmake unity
builds by @zmajeed in #14154
* Issue 14189: Fix build when threads are disabled by @zmajeed in #14190
* Fix an uncaught error with a generated column containing a subquery by
@Tishj in #14198
* Add missing word in TableFunction comment by @JelteF in #14210
* add method to check whether julia connection is open by @piever in #14195
* Avoid schema changes with IF NOT EXISTS by @ywelsch in #14143
* Fix typos in code by @c8ef in #14243
* [Dev] Add the ExecutorException class, making use of the EXECUTOR
ExceptionType by @Tishj in #14231
* [Python] Don't allow construction of DuckDBPyType from empty Dict type by
@Tishj in #14221
* Fix #14232: fix deliminator optimizer by @flashmouse in #14238
* [CSV Reader] Also use figure-out-line code when ignoring errors. by @pdet
in #14184
* remove redundant Bit::SetBit by @flashmouse in #14226
* Fix #14212: mention correct query component when using literal in DISTINCT
ON by @Mytherin in #14255
* Removing overzealous check in Parquet by @hannes in #14268
* Update sqlsmith extension and patches by @Tmonster in #14270
* Support for duckdb.varint extension in Arrow. by @pdet in #14273
* Disable CSV ignore_errors benchmark by @pdet in #14277
* Only slice initialized vectors in
PhysicalHashAggregate::SinkDistinctGrouping by @lnkuiper in #14289
* Fix #14249: return NAN when dividened is 0 by @flashmouse in #14298
* Revert "Fix #14249: return NAN when dividened is 0" by @Mytherin in #14308
* fix macro name with the same function name in it which causing repeat?? by
@Damon07 in #14296
* Fixing issue with the sniffer on copy statetements by @pdet in #14295
* Json bugfixes by @lnkuiper in #14288
* [Bitstring] Add overload for bitstring to accept BIT as the type of the
first argument by @Tishj in #14247
* [Fix] Don't initialize reference, constant, and parameter children in
intermediate chunk by @taniabogatsch in #14254
* Profiling - correct settings per node type and minor renaming for clarity
by @taniabogatsch in #14290
* Fix extension size increase by @samansmink in #14185
* Add option to ignore GeoParquet, disable spatial autoloading when reading
GeoParquet by @Maxxen in #14297
* More defensive programming in RowVersionManager::CleanupAppend by @Mytherin
in #14317
* Change Makefile to correctly handle DISABLE_SANITIZER and DISABLE_UBSAN by
@JelteF in #14316
* [CSV Reader] Making escape not limited to only quotes by @pdet in #14314
* allow external cardinality information (e.g. from iceberg) by @peterboncz
in #14292
* [SecretManager] Fix deserialization of Value types in
KeyValueSecret::Deserialize by @Tishj in #14332
* Avoid throwing InternalException on reading secret by @carlopi in #14336
* delay the rewrite of a large IN-clause into a MarkJoin on remote
Filter-Scans by @peterboncz in #14266
* JSON reader - never generate maps if map_inference_threshold is -1 by
@Mytherin in #14348
* [Appender] Support appending to table with generated columns by @Tishj in #
14346
* Internal #3251: DateDiff Across Epoch by @hawkfish in #14338
* Bump azure and delta extensions commits by @carlopi in #14350
* Bump spatial to 3f94d52aa9f7d67b1a30e6cea642bbb790c04aa2 by @carlopi in #
14351
* Bump more extensions: iceberg, vss and sqlite_scanner by @carlopi in #14352
* Emit profiling info for extension operators by @Mytherin in #14355
v1.1.1 Bugfix Release
This is a bug fix release for various issues discovered after we released
1.1.0. There are no new major features, just bug fixes. Database files created
by DuckDB since v0.9.* can be read by DuckDB v1.1.1.
What's Changed
* [Python] Fix a crash related to handling of the f_locals by @Tishj in #
13821
* [Dev] Remove unnecessary parameter from BufferHandle constructor by @Tishj
in #13823
* When vacuuming, immediately checkpoint the vacuumed row groups instead of
scheduling a checkpoint task by @Mytherin in #13825
* Check for unquoted errors after finishing up a buffer. by @pdet in #13826
* Issue #13813: TIMETZ Uninvertible Casts by @hawkfish in #13820
* add cardinality for cross product and propositional join by @jeewonhh in #
13818
* Add requested_schema argument to PyCapsule interface by @WillAyd in #13802
* Throw at double/float cast to decimal if it does not fit by @pdet in #13745
* [Fix] C API - Correct type comparison in MAP value functions by
@taniabogatsch in #13844
* [C-API Dev] Fix up "Test DataChunk populate ListVector in C API" test by
@Tishj in #13839
* [Dev] Minor cleanup to BufferManager and BlockHandle API by @Tishj in #
13838
* Small fixes for prompt of sniff_csv by @pdet in #13843
* [BufferManager] Fix duckdb_memory() reporting wrong size for
temporary_storage_bytes by @Tishj in #13837
* Fix for internal error when using rejects tables and adding implicit cast
for boolean values. by @pdet in #13849
* [Fix ART] Correct prefix transformation by @taniabogatsch in #13858
* [Python] Fix issue causing an exception when creating a
duckdb.StarExpression without an exclude_list by @Tishj in #13881
* Fix issue with cgroups/slurm variables: skip if memory limit cannot be
parsed, and only run this on Linux by @Mytherin in #13879
* Explicit windows-2019 instead of windows-latest by @carlopi in #13883
* CI/Windows: Drop redundant package by @szarnyasg in #13874
* Preserve operator in BindWithCTE by @lnkuiper in #13873
* Update description of 'max_temp_directory_size' by @szarnyasg in #13724
* 13810 unnest cross join error by @Tmonster in #13878
* Tweak allocation purging by @lnkuiper in #13877
* Copy From Database - create a balanced UNION ALL tree instead of a
depth-first union all tree to avoid stack overflows by @Mytherin in #13889
* [Python] Fix issue related to the GIL when using execute with multiple
statements by @Tishj in #13893
* Fix #13880: correctly name http_proxy_password setting by @Mytherin in #
13890
* Fix #13872: duckdb_result_return_type is not deprecated, and group together
deprecated functions by @Mytherin in #13891
* [Python] Add python_scan_all_frames to opt-in to scanning all frames (< 1.1
behavior) by @Tishj in #13896
* Improve error on enums by @carlopi in #13885
* Handle extension ABI mismatches in a forward & backward compatible way by
@carlopi in #13894
* Fix #13824: min() max() varchar column use default collation by @flashmouse
in #13909
* Fix issue in casting 2 byte BIT -> BLOB by @Tishj in #13908
* add missing azure secret providers for autoloading by @samansmink in #13902
* Remove buffer_manager_allocate.patch and bump spatial by @carlopi in #13895
* [Python] Improve install_extension to support repository/repository_url and
version by @Tishj in #13876
* fix REGEX not supported anymore for valid queries (only statement error) #
2889 by @hmeriann in #13633
* [CI] Invert operations on OSX.yml, deploying nightly artifacts before test
by @carlopi in #13927
* [Python][Jupyter] Don't use ExplainFormat::HTML for explain('analyze') by
@Tishj in #13928
* Only bind to SQL value functions if there is no alias with this name
present we can bind to instead by @Mytherin in #13925
* Improve logic for remote extension install on Windows by @carlopi in #13929
* CI: Trigger actions for labeled discussions by @szarnyasg in #13937
* [Swift] Update README.md in Swift repo by @tcldr in #13955
* [Dev] Add exclusion for pybind11 internal _pybind11_conduit_v1_ method by
@Tishj in #13961
* Create a balanced union tree, also for export by @Mytherin in #13956
* Increment julia version by @Mytherin in #13966
* Fix #13585 - transform from or select first based on order specified by the
user by @Mytherin in #13959
* Fix Cross Product Cardinality by @jeewonhh in #13954
* Do not run the date/timestamp format sniffer if they are set by the user by
@pdet in #13960
* Modify create_art_varchar.benchmark so it passes weekly regressions by
@Tmonster in #13968
* Fix data race when writing GeoParquet by @Maxxen in #13962
* Check vector type in GetVectorScanType to avoid concurrent race when
updating validity by @Mytherin in #13965
* Parser Keyword Category Search by @pdet in #13875
* Escape quotes in FTS by @lnkuiper in #13917
* Fix #13941: fix error message in appender by @Mytherin in #13957
* fix: remove http prefix from proxy value when present by @dylanspag-lmco in
#13973
* Use defaults when serializing copy to file by @Mytherin in #13978
* Fix #13933: disable join filter pushdown when a join is performed over
collated columns by @Mytherin in #13958
* Fix partitions on wide tables by @piever in #13988
* [Fix] Throw exception for UNNEST in lambdas by @taniabogatsch in #13969
* Fixing some parquet issues found by fuzzing by @hannes in #13964
* fix julia partitions for streaming result by @piever in #14000
* More descriptive Parquet created_by with version and source hash by @hannes
in #13992
* Decimal downcast limit check by @pdet in #13922
* [C API] Add SQLNULL to the duckdb types by @taniabogatsch in #13999
* Fix crash in the shell caused by printing blobs that failed to cast by
@Maxxen in #13983
* [Binding] Always try binding with the schema of the UserType first if it's
set by @Tishj in #13995
* [Arrow] Only produce 'arrow.json' Extension types when
arrow_lossless_conversion is enabled. by @Tishj in #13989
* Bugfixes by @lnkuiper in #13982
* Disable swift linux tests by @Mytherin in #14019
* fix minor typos in comments of aggregate function tests by @era127 in #
14007
* [CSV Sniffer] Slight change of rules for dialect detection by @pdet in #
14013
* [Test Fix] Add noforcestorage to in-memory tests by @taniabogatsch in #
14016
* Fix #14020: fix off-by-one in RLE compression: avoid flushing when
last_seen_count == 0 which can happen if a column has exactly 2^16 (65535)
repeated values by @Mytherin in #14030
* Adds Julia support for scalar UDFs by @drizk1 in #14024
* Proper NULL handling in special json extraction functions by @lnkuiper in #
14032
* Fix #13993 - avoid disabling optimizers for SET VARIABLE by @Mytherin in #
14028
* [Arrow] Make unknown Arrow extensions throw at scan instead of bind by
@pdet in #14015
* Improve assertion macros by @c-herrewijn in #14033
* [Arrow] Move ArrowUtil to its own file by @Tishj in #13990
* [CSV Sniffer] Verify validity of header before value access by @pdet in #
14040
* Fix #14026: all TIMESTAMP_xx cannot cast to TIME directly by @flashmouse in
#14045
* Only merge distinct stats if both sides have distinct stats available by
@Mytherin in #14046
* Avoid http-redirect in README by @carlopi in #14029
* fix: make ArrowArrayWrapper::GetNextChunk() virtual by @rustyconover in #
14003
* Issue #13655: MEDIAN Even Tests by @hawkfish in #13722
* Fix #13934: use CreateSortKeyWithValidity to correctly handle NULL in all
calls to arg_max by @Mytherin in #14053
* Upgrade MySQL/Postgres extensions by @Mytherin in #14054
* [Union Reader] Early-out on readers of files that do not have data by @pdet
in #14050
* Issue #13899: AsOf Unrelated Pushdown by @hawkfish in #13975
* Feature #3128: 2024b Time Zones by @hawkfish in #14061
* bump spatial by @Maxxen in #14062
* Fixup StagedUpload invocation via workflow_call by @carlopi in #14065
* Skip polars test in 3.7 due to missing PanicException by @carlopi in #14066
* Add building, testing and distributing for Python 3.13 by @carlopi in #
14067
* bump sqlsmith and azure versions by @samansmink in #14069
* bump substrait by @pdet in #14055
* CIBW_SKIP also musllinux on Python 3.7 or Python 3.8 by @carlopi in #14074
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/duckdb/Makefile \
pkgsrc/databases/duckdb/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/duckdb/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/duckdb/Makefile
diff -u pkgsrc/databases/duckdb/Makefile:1.5 pkgsrc/databases/duckdb/Makefile:1.6
--- pkgsrc/databases/duckdb/Makefile:1.5 Tue Sep 17 06:10:43 2024
+++ pkgsrc/databases/duckdb/Makefile Thu Oct 31 14:39:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/09/17 06:10:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/31 14:39:57 ryoon Exp $
-DISTNAME= duckdb-1.1.0
+DISTNAME= duckdb-1.1.2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=duckdb/}
GITHUB_PROJECT= duckdb
Index: pkgsrc/databases/duckdb/PLIST
diff -u pkgsrc/databases/duckdb/PLIST:1.5 pkgsrc/databases/duckdb/PLIST:1.6
--- pkgsrc/databases/duckdb/PLIST:1.5 Wed Sep 25 07:32:13 2024
+++ pkgsrc/databases/duckdb/PLIST Thu Oct 31 14:39:57 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/09/25 07:32:13 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/10/31 14:39:57 ryoon Exp $
bin/duckdb
include/duckdb.h
include/duckdb.hpp
@@ -73,6 +73,7 @@ include/duckdb/common/arrow/arrow_buffer
include/duckdb/common/arrow/arrow_converter.hpp
include/duckdb/common/arrow/arrow_merge_event.hpp
include/duckdb/common/arrow/arrow_query_result.hpp
+include/duckdb/common/arrow/arrow_util.hpp
include/duckdb/common/arrow/arrow_wrapper.hpp
include/duckdb/common/arrow/nanoarrow/nanoarrow.hpp
include/duckdb/common/arrow/physical_arrow_batch_collector.hpp
@@ -160,6 +161,7 @@ include/duckdb/common/exception/transact
include/duckdb/common/exception_format_value.hpp
include/duckdb/common/extra_operator_info.hpp
include/duckdb/common/extra_type_info.hpp
+include/duckdb/common/extra_type_info/enum_type_info.hpp
include/duckdb/common/fast_mem.hpp
include/duckdb/common/file_buffer.hpp
include/duckdb/common/file_open_flags.hpp
@@ -1167,6 +1169,7 @@ lib/libduckdb_skiplistlib.a
lib/libduckdb_static.a
lib/libduckdb_utf8proc.a
lib/libduckdb_yyjson.a
+lib/libjemalloc_extension.a
lib/libparquet_extension.a
@pkgdir include/duckdb/storage/serialization
@pkgdir include/duckdb/main/capi/header_generation/functions
Index: pkgsrc/databases/duckdb/distinfo
diff -u pkgsrc/databases/duckdb/distinfo:1.3 pkgsrc/databases/duckdb/distinfo:1.4
--- pkgsrc/databases/duckdb/distinfo:1.3 Tue Sep 17 06:10:43 2024
+++ pkgsrc/databases/duckdb/distinfo Thu Oct 31 14:39:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/09/17 06:10:43 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2024/10/31 14:39:57 ryoon Exp $
-BLAKE2s (duckdb-1.1.0.tar.gz) = f2895c73c26b4628a4ef0a0925c406f3ce930213e5c56d0deb9e440cd517698a
-SHA512 (duckdb-1.1.0.tar.gz) = 13c67623fc3cc38e7c2e3986b5a3c7d212a8b315a8914ce9b3777bbdac5cb988c956b0a1a698b0af6e7c7211ca7130ed01595c78c92055bfa52ab85e358fe52a
-Size (duckdb-1.1.0.tar.gz) = 89199327 bytes
+BLAKE2s (duckdb-1.1.2.tar.gz) = 1855e5a8dc04c667f6ffc0c0ef0008a6ed94a888fe727bdb10e6f6e76a1c2ab8
+SHA512 (duckdb-1.1.2.tar.gz) = 68e15f9ece85ba36ac9ce690aa22f04fb37192cfb5ee895aee15f2bbfe81d8b55703d4df1967561d674c596ac156a48ca3de3355a58d7d3fc0396c4d03a8275f
+Size (duckdb-1.1.2.tar.gz) = 90788138 bytes
Home |
Main Index |
Thread Index |
Old Index