[pull] master from ClickHouse:master#92
Merged
pull[bot] merged 22 commits intoHaofei:masterfrom May 26, 2025
Merged
Conversation
…tion-with-subcolumns
* master: (171 commits) Fix a test after randomization of table engines in the check with parallel replicas Fix a test after randomization of table engines in the check with parallel replicas sync settings and profile events rust: Move tuikit fork into ClickHouse org Update src/Processors/TTL/ITTLAlgorithm.cpp Fix possible crash in case of dictionary registration failed Update JSON.md Ignore "Available disk space for logs at server startup is too low" for non-regular files used for logs change <= to "less than or equal to" Fix more test_refreshable_mat_view_replicated::test_real_wait_refresh flakiness Update version_date.tsv and changelogs after v25.5.1.2782-stable Fix 03518_key_condition_binary_search disabling it for ParallelReplicas add more debug when http message parsing fails update docs add support for extended data types TTL update reference file update reference file Autogen functions formatting improvements Update changelog Fix badly formatted table ...
Previuosly, due to bitNot() ignores row boundaries, it inverts the NUL
byte as well, but some code relies on the fact that String are NUL
terminated, i.e. the following will fail in debug build:
SELECT hex(any(bitNot('foo')))
With chassert() from StringValueCompatibility::getDataAtWithTerminatingZero():
Logical error: 'res.data[res.size] == '\0'
Restore NUL byte after the inversion.
Docs: prep functions docs for autogenerated docs
Add support for querying local filesystem-mounted delta tables via `deltaLakeLocal` table function
Avoid timeouts in 03246_alter_from_string_to_json
…nfiguration Fix erroneous code around StorageObjectStorageConfiguration
Fix bitNot() for String to return a zero-terminated string
Fix projections with subcolumns
Fix timestamp_ntz for unity catalog
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )