-
Notifications
You must be signed in to change notification settings - Fork 47
chore: Auto-update from GitHub Actions #1460
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
Closed
Closed
Conversation
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
[Nested] Optimize structs in `LIST_VALUE` (duckdb/duckdb#17169) Enable building spatial and encodings extensions (duckdb/duckdb#17960) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[nested] Allow fixed-size arrays to be unnested (duckdb/duckdb#17968) Unit Tester Configuration (duckdb/duckdb#17972) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Merge v1.3-ossivalis into main (duckdb/duckdb#17973) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Issue duckdb/duckdb#5144: AsOf Join Threshold (duckdb/duckdb#17979) [CI] Skip some workflows when updating out of tree extensions SHA (duckdb/duckdb#17949) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Fix] Reset profiling info before preparing a query (duckdb/duckdb#17940) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Flag to disable database invalidation (duckdb/duckdb#17938) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Issue duckdb/duckdb#5123: make_timestamp_ms (duckdb/duckdb#17908) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Rework extension loading to go through thread-safe ExtensionManager (duckdb/duckdb#17994) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Implement consumption and production of Arrow Binary View (duckdb/duckdb#17975) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
c-api to copy vector with selection (duckdb/duckdb#17870) Add support to produce Polars Lazy Dataframes (duckdb/duckdb#17947) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix duckdb/duckdb#18007: correctly execute expressions with pivot operator (duckdb/duckdb#18020) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Chore] Minor conflict manager refactoring (duckdb/duckdb#18015) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Explain] Add the YAML format for EXPLAIN statements (duckdb/duckdb#17572) Remove Linux (32 Bit) job (duckdb/duckdb#18012) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
duckdb 1.3.1 - Update to duckdb v1.3.1, see <https://github.com/duckdb/duckdb/releases/tag/v1.3.1> for details. - Correct dbplyr translations for `str_starts()` and `str_ends()` (#1182, #1247). - Fix multiarch build on R 4.1 for Windows.
Merge ossivalis into main (duckdb/duckdb#18036) Add ppc64le spin-wait instruction (duckdb/duckdb#17837) Unittest: Add skip_compiled option that can be used to skip built-in C++ tests (duckdb/duckdb#18034)
Adding WAL encryption (duckdb/duckdb#17955) Avoid adding commands read from a file to the shell history (duckdb/duckdb#18057) Remove match-case statements from polars_io.py (duckdb/duckdb#18052)
fix star expr exclude error (duckdb/duckdb#18063)
Add support for class-based expression iteration (duckdb/duckdb#18070)
Use `timestamp_t` instead of `time_t` for file last modified time (duckdb/duckdb#18037)
Unittester: add `on_new_connection` + `on_load` + `skip_tests` options (duckdb/duckdb#18042)
Fix some scaling issues (duckdb/duckdb#17985)
Issue duckdb/duckdb#18071: Temporal inf -inf (duckdb/duckdb#18083)
[CSV Reader] Prohibit options delim and sep in same read_csv call (duckdb/duckdb#18096) Add start/end offset percentage options to Python test runner (duckdb/duckdb#18091) Avoid running DraftPR.yml until timeout if token is missing (duckdb/duckdb#18090) Unittest: Configure skip error messages (duckdb/duckdb#18087) Switch to Optional for type hints in polars lazy dataframe function (duckdb/duckdb#18078)
Fix correlated subquery unnest fail (duckdb/duckdb#18092)
Don't throw `InternalException` in `Sort::Sink` (duckdb/duckdb#18105) TPC-DS: Use BIGINT fields (duckdb/duckdb#18098) [CI] don't run jobs on draft PRs (duckdb/duckdb#18016)
[chore] Merge v1.3-ossivalis on main (duckdb/duckdb#18109) ci: build duckdb against the latest emscripten (duckdb/duckdb#18110)
Update description of 'arrow_lossless_conversion' (duckdb/duckdb#18046)
Internal duckdb/duckdb#3273: Window Task Generation (duckdb/duckdb#18113)
Fixup progress_bar: avoid converting doubles into int32_t unchecked (duckdb/duckdb#18800) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[chore] Fixup tidy-check on src/logging/log_manager.cpp by passing const & (duckdb/duckdb#18801) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Internal duckdb/duckdb#3273: Hashed Sort Callbacks (duckdb/duckdb#18796) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Typed macro parameters (duckdb/duckdb#18786) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix some unindented interactions between `EMPTY_RESULT_PULLUP` and `MATERIALIZED` CTEs (duckdb/duckdb#18805) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add support for non-aggregate window functions (duckdb/duckdb#18788) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Provide failing file name in Parquet reader error messages (duckdb/duckdb#18814) Test runner: Expand '{UUID}' into a random UUID (duckdb/duckdb#18809) Expected errors 2053 (duckdb/duckdb#18810) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
fix: Add COLLATE NOCASE support to strpos function (duckdb/duckdb#18819) [CI] install libcurl4-openssl-dev with apt-get (duckdb/duckdb#18811) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add callback to get a list of copy options, use this to provide suggestions and to erase options from import that are only used during exporting (duckdb/duckdb#18812) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
For BC reasons - keep VARINT as alias for BIGNUM (duckdb/duckdb#18821) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Fix] Bug in fixed-size buffer when throwing out-of-memory (duckdb/duckdb#18769) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Re-add accidentally removed check if copy_from is supported (duckdb/duckdb#18824) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Ensure a WAL file matches the DB file and checkpoint iteration (duckdb/duckdb#18823) Fix: Preserve database configuration flags for tab completion in DuckDB shell (duckdb/duckdb#18482) Extensions.yml: Pass down save_cache to inner workflows (duckdb/duckdb#18828) Fix format-fix runs on Linux (duckdb/duckdb#18827) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
fix: sanitize input for enable_logging (duckdb/duckdb#18830) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
fix: silence warnings about signed/unsigned conversions. (duckdb/duckdb#18835) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Avoid expensive checkpoints and write amplification by appending row groups, and limiting vacuum operations for the last number of row groups (duckdb/duckdb#18829) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix/run function in transaction (duckdb/duckdb#18741) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add support for reading/writing native parquet geometry types (duckdb/duckdb#18832) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Avoid printing '99 hours', given in most cases that means estimate is… (duckdb/duckdb#18839) Don't notify Py pkg when override git describe is set (duckdb/duckdb#18843) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add the `VARIANT` LogicalType (duckdb/duckdb#18609) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Document storage version flag in CLI + minor rendering fix (duckdb/duckdb#18841) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Ignore null verification for statistics on structs (duckdb/duckdb#18813) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add OnBeginExtensionLoad callback (duckdb/duckdb#18842) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Bump MySQL/Postgres/SQLite (duckdb/duckdb#18848) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
WAL <> DB File Match Fixes (duckdb/duckdb#18849) Add test_env to unit tester (duckdb/duckdb#18847) Merge ossivalis into main (duckdb/duckdb#18844) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Make ATTACH OR REPLACE atomic, keep list of used databases in MetaTransaction (duckdb/duckdb#18850)
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/17457450546