Forward fill v1.5 variegata + CI/Build Fixes#179
Merged
Conversation
duckdb: 710337d -> 2009475 (~5557 commits, was ~2.5mo stale)
extension-ci-tools: a2da793 -> 5cad6aa (44 commits)
Compat fixes required by the duckdb bump:
- SecretType::name and identifier_tree_t-keyed maps (secret_map) now
key on duckdb::Identifier instead of std::string (azure_secret.cpp)
- duckdb/logging/file_system_logger.hpp macros (DUCKDB_LOG,
FileSystemLogType) no longer transitively pulled in; needs explicit
duckdb/logging/log_manager.hpp include (matches duckdb core's own
local_file_system.cpp) (azure_{filesystem,blob_filesystem,dfs_filesystem}.cpp)
Forward-ports: - duckdb#169 — force blob (write) sync every 10k appends (Azure 100k staged block limit) - duckdb#168 — buffer/stage/commit rewrite: fixed-size local write buffer (mirrors S3), configurable buffer size, fixes DFS sync-offset - duckdb#173 — actionlint CI fixes (ccache key, setup-python@v5) Not forward-ported (branch-specific to v1.5-variegata, don't apply to main): duckdb#166 (duckdb pin bump to variegata tag), duckdb#167/duckdb#172 (CI refs pinned to v1.5-variegata / v1.5.3). duckdb#162/duckdb#163 already on main via separate cherry-picks.
…fill-v1.5-variegata
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.
Forward fill v1.5 variegata PRs -> main
Forward-ports:
block limit)
(mirrors S3), configurable buffer size, fixes DFS sync-offset
Not forward-ported (branch-specific to v1.5-variegata, don't apply to
main): #166 (duckdb pin bump to variegata tag), #167 (CI refs
pinned to v1.5-variegata / v1.5.3). #162 already on main via
separate cherry-picks.
CI/Build