chore: Auto-update from GitHub Actions#2053
Open
github-actions[bot] wants to merge 238 commits intomainfrom
Open
chore: Auto-update from GitHub Actions#2053github-actions[bot] wants to merge 238 commits intomainfrom
github-actions[bot] wants to merge 238 commits intomainfrom
Conversation
Add `COPY (...) TO ... (FORMAT BLOB)` (duckdb/duckdb#18840) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Allow user type with schema defined to have array bounds (duckdb/duckdb#18342) Issue template: Add the Python repository (duckdb/duckdb#18928) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix query() function error message for PIVOT statements without explicit IN clauses (duckdb/duckdb#18900) Remove case-insensitive character from grammar files (duckdb/duckdb#18948) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Merge v1.4-andium into main (duckdb/duckdb#18952) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Dev] Some light code cleanup in `RemoveUnusedColumns::VisitOperator` (duckdb/duckdb#18964) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Support renaming a database - ALTER DATABASE <> RENAME TO <> (duckdb/duckdb#18970) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
V1.4 andium (duckdb/duckdb#18982) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix field id uniqueness for alter database (duckdb/duckdb#18988) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix unused variable warnings (duckdb/duckdb#18913) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Avoid adding a TupleDataChunkPart with only one row. (duckdb/duckdb#18904) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Tiny fix for ColumnDataAllocator::ColumnDataAllocator (duckdb/duckdb#18990) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fixes for ALTER DATABASE - use serialization framework, and fix stringification of identifiers (duckdb/duckdb#18994) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix union semantics in recursive CTEs (duckdb/duckdb#19017) Expected errors 2053 (duckdb/duckdb#18960) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Multifile `parquet_metadata` and friends parallelism (duckdb/duckdb#18854) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Optimize] use StorageLock for CompressionFunction (duckdb/duckdb#19028) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
PEG grammar updates (duckdb/duckdb#19031) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Rework Compression Function registration to avoid grabbing locks (duckdb/duckdb#19045) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Merge v1.4 into main (duckdb/duckdb#19048)
[C-API] default to adding overload on conflict when registering functions (duckdb/duckdb#19036)
Destroy row groups in parallel (duckdb/duckdb#19053)
Merge v1.4 into main (duckdb/duckdb#19098) Change core extensions bucket name (duckdb/duckdb#19082) Fix extension load (duckdb/duckdb#19079) Revert "set default value of MAIN_BRANCH_VERSIONING to false" (duckdb/duckdb#19057) CI: Increase stale bot timeout to 1 year (duckdb/duckdb#19000) Switching core extension upload to dedicated credentials (duckdb/duckdb#19060)
[C-API] Initial support for accessing file system (duckdb/duckdb#19086) Skip serialization of row_start in DataPointer when targeting latest storage (duckdb/duckdb#19111) Allow directory override for extension build (duckdb/duckdb#19110)
Rework `UNION (ALL)` operators (`SetOperationNode`/`LogicalSetOperation`/`PhysicalUnion`) to have multiple children (duckdb/duckdb#19109)
Fix unholy interaction between `CREATE VIEW` and `CTE` definitions (duckdb/duckdb#19116) pushdown filter when doing cross or lateral join with unnest (duckdb/duckdb#19085) Add support for `read_duckdb` - a function that allows reading / globbing DuckDB database files (duckdb/duckdb#19108) During optimistic writing, gather N row groups and write them at the same time column-at-a-time (duckdb/duckdb#19118) fix: check tree depth and flatten dep join for custom operator extension (duckdb/duckdb#19094) Fix typo (duckdb/duckdb#19130)
Add support for late materialization and filter pushdown to read_duckdb (duckdb/duckdb#19145) Remove unused code (duckdb/duckdb#19134)
Move storage block prefetching to an option instead of baking in testing during ALTERNATIVE_VERIFY + add a test config for this option (duckdb/duckdb#19146)
Introduce `parser_override_function_t` (duckdb/duckdb#19126)
Perform deduplication based on join_keys when building ht (duckdb/duckdb#19097)
Fix missing replacement scan code for CTEs (duckdb/duckdb#19159) Validate filesystem registration (duckdb/duckdb#19168) Print help to stdout (duckdb/duckdb#19170)
Bloom filter row group skipping (duckdb/duckdb#20035) Fix duckdb/duckdb#20034: correctly move correlated columns for lazy CTEs (duckdb/duckdb#20038) Fix duckdb/duckdb#20029: accept "\e\\" as termination sequence, and add a timeout to TryGetBackgroundColor (duckdb/duckdb#20042) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
CLI: Optimize and clean-up result rendering code (duckdb/duckdb#20021) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
fix alter table rename / alter on temp table losing temporary flag (duckdb/duckdb#20011) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
feat(adbc): partial supporting ADBC 1.1.0 (duckdb/duckdb#19833) Improve catalog error message for missing schemas (duckdb/duckdb#19922) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Profiling] Generate more metric code and add metric subgroups (duckdb/duckdb#19483) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Filesystem-compatible wrapper for `CachingFileSystem` (duckdb/duckdb#19972) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
#Fix 18158: Deliver child column info (duckdb/duckdb#18327) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Allow concurrent commits to happen while a checkpoint is running (duckdb/duckdb#20052) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Checkpoint: Allow vacuuming of rows for tables that have indexes if the vacuum does not change the rowids (duckdb/duckdb#20073) CLI: Improve rendering of wide values, and improve auto-complete (duckdb/duckdb#20074) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Eagerly Execute Min/Max Aggregates on Statistics (duckdb/duckdb#19906) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Late extension linking (duckdb/duckdb#19369) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Don't throw permission error during binder when LocalFileSystem is disabled (duckdb/duckdb#20077) ADBC: Set append data error in Ingest() (duckdb/duckdb#19991) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add `struct_values` function to return field values of STRUCT (duckdb/duckdb#19968) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
`TupleDataCollection` + `MemoryTag` fix (duckdb/duckdb#20089) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Enable Parquet reader support for uniformly encrypted Parquet files written by Arrow C++ API (duckdb/duckdb#20046) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Change CLI highlighting colors and error message rendering (duckdb/duckdb#20099) Allow CTEs to emit NULL types (duckdb/duckdb#20097) Fix source and bin dirs to duckdb's root (duckdb/duckdb#20088) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix race condition in piecewise merge join (duckdb/duckdb#20059) Roaring boolean FetchRow fix (duckdb/duckdb#20101) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Improve join filter pushdown for ON clause conditions (duckdb/duckdb#19888) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
duckdb 1.4.3 - Update to DuckDB v1.4.3, see <https://github.com/duckdb/duckdb/releases/tag/v1.4.3> for details. - Add `str_ilike()` support (@edward-burn, #1810, #1811). - Fail with non-UTF8-encoded strings during data frame scan instead of attempting to reencode (#1795). - Avoid inclusion of raw error message in the output. - Fix translation of `quantile()` to use DuckDB's native `QUANTILE_CONT()` syntax (#1734, #1735). - Remove redundant R version checks from tests (#1815, #1816).
Merge V1.4 -> Main (duckdb/duckdb#20111) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix over-eager constraint checking in the presence of primary keys/unique constraints (duckdb/duckdb#20119) Fix concurrent test failure (duckdb/duckdb#20129) Do not autocomplete within dollar-quoted strings (duckdb/duckdb#20122) Fix parsing of dollar quoted strings in various places (duckdb/duckdb#20121) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Unify column renaming behavior of CTEs with other places in the system (duckdb/duckdb#20116) When shortening columns in the BoxRenderer, avoid applying the min col width twice (duckdb/duckdb#20126) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Logging] Add assertions for LogType type (duckdb/duckdb#20064) Fix vector sizes CI (duckdb/duckdb#20130) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Create Shell Log Storage to Print Warnings in CLI (duckdb/duckdb#19974) Add flag to use pre-built static library (duckdb/duckdb#20092) [Profiling] Check that file type set by `profiling_output` matches output type (duckdb/duckdb#19946) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Art pretty printer options (duckdb/duckdb#20079) documentation for extension patch workflow (duckdb/duckdb#19905) Fix column lifetime for DISTINCT ON (duckdb/duckdb#19786) [Doc] Add ccache into contributing doc build section (duckdb/duckdb#20139) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
feat: add `OperatorOrder()` to table functions to indicate ordering needs. (duckdb/duckdb#19954) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Remove pointer indirection in ExtensionAccess (duckdb/duckdb#19529) fix: link error on linux with multiple definition of LogicalType::VARCHAR in `shell_renderer.cpp` (duckdb/duckdb#20096) Internal duckdb/duckdb#6777: IEJoin Unified L1/2 (duckdb/duckdb#20083)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run: https://github.com/duckdb/duckdb-r/actions/runs/22062285157