forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Make the behavior of the substring function consistent with Spark #445
Open
leejaywei
wants to merge
57
commits into
Kyligence:clickhouse_backend
Choose a base branch
from
leejaywei:fixSubstring2
base: clickhouse_backend
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
… and use StrongTypedef for CurrentMetrics/ProfileEvents/StatusInfo to avoid further errors
Backport ClickHouse#48314 to 23.3: Fix ThreadPool for DistributedSink and use StrongTypedef for CurrentMetrics/ProfileEvents/StatusInfo to avoid further errors
…M in function formatDateTime() from minutes to month name
Backport ClickHouse#48469 to 23.3: Fix possible segfault in cache
… with analyzer.
…gment in TemporaryFileStream
Backport ClickHouse#48195 to 23.3: Remove a feature
Backport ClickHouse#48386 to 23.3: Reset downloader for cache file segment in TemporaryFileStream
…sened in 23.2 after ClickHouse#44404)
Backport ClickHouse#48572 to 23.3: Update CCTZ
Backport ClickHouse#47246 to 23.3: Change the behavior of formatter %M in function formatDateTime() from minutes to month name
Backport ClickHouse#48311 to 23.3: Fix cpu usage in rabbitmq (was worsened in 23.2 after ClickHouse#44404)
…ot created with scheme `auth` in ACL sometimes.
Backport ClickHouse#48611 to 23.3: Fix IPv4 comparable with UInt
Backport ClickHouse#48595 to 23.3: Fix bug in Keeper when a node is not created with scheme `auth` in ACL sometimes.
Backport ClickHouse#48357 to 23.3: Batch fix for projections analysis with analyzer.
…ing a distributed table that depends on a dictionary
Backport ClickHouse#48419 to 23.3: ClickHouse startup error when loading a distributed table that depends on a dictionary
Backport ClickHouse#48793 to 23.3: Fix a confusing warning about interserver mode
…ary with named collection
Backport ClickHouse#48759 to 23.3: Fix some settings of mysql dictionary with named collection
Backport ClickHouse#48556 to 23.3: Fix nested map for keys of IP and UUID types
Backport ClickHouse#48924 to 23.3: Reduce docker image size, fix slow startup
…r failed SSL auth
Backport ClickHouse#48989 to 23.3: Add fallback to password auth after failed SSL auth
…laky_test Remove outdated test (cherry picked from commit 0ca4960)
Backport ClickHouse#48999 to 23.3: Fix aggregate empty string error
(cherry picked from commit e437803)
(cherry picked from commit 2a35c18)
(cherry picked from commit 3bd29f0)
Can one of the admins verify this patch? |
lwz9103
force-pushed
the
clickhouse_backend
branch
2 times, most recently
from
May 26, 2023 03:42
dc60d55
to
8066113
Compare
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.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
...
Documentation entry for user-facing changes