Skip to content

Commit fb5059d

Browse files
committed
Merge remote-tracking branch 'upstream/master' into follow-up-84854
2 parents 8c3dc5c + e63754c commit fb5059d

File tree

159 files changed

+5013
-5195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+5013
-5195
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,13 @@ Please feel free to reach out to tyler `<at>` clickhouse `<dot>` com.
4646
You can also peruse [ClickHouse Events](https://clickhouse.com/company/news-events) for a list of all upcoming trainings, meetups, speaking engagements, etc.
4747

4848
Upcoming meetups
49-
* [Bogota Meetup](https://www.meetup.com/clickhouse-latinoamerica/events/308819394/) - August 5, 2025
50-
* [Jakarta Meetup](https://www.meetup.com/clickhouse-indonesia-user-group/events/309468074/) - August 6, 2025
5149
* [Buenos Aires Meetup](https://www.meetup.com/clickhouse-latinoamerica/events/308819423/) - August 7, 2025
5250
* [Seoul Meetup w/ Druid](https://www.meetup.com/druid-seoul/events/310099732/) - August 7, 2025
5351
* [Sao Paulo Meetup](https://www.meetup.com/clickhouse-brasil-user-group/events/309874439) - August 12, 2025
5452
* [Manaila Meetup w/ Confluent](https://www.meetup.com/clickhouse-philippines-meetup-group/events/310101137/) - August 13, 2025
5553
* [San Francisco Meetup](https://www.meetup.com/clickhouse-silicon-valley-meetup-group/events/310320777) - August 26,2025
5654
* [Toronto Meetup](https://www.meetup.com/clickhouse-toronto-user-group/events/310164482/) - September 3, 2025
55+
* [Raleigh Meetup](https://www.meetup.com/clickhouse-nc-meetup-group/events/310348573/) - September 4, 2025
5756
* [New York AI Meetup + Docker](https://www.meetup.com/clickhouse-new-york-user-group/events/310320693) - September 9, 2025
5857
* [Tel Aviv Meetup](https://www.meetup.com/clickhouse-meetup-israel/events/309165659) - September 9, 2025
5958
* [Dubai Meetup](https://www.meetup.com/clickhouse-dubai-meetup-group/events/310122820) - September 16, 2025
@@ -64,6 +63,8 @@ Upcoming meetups
6463
* [Cyprus Meetup](https://www.meetup.com/clickhouse-cyprus-user-group/events/310154624) - November 20, 2025
6564

6665
Recent meetups
66+
* [Jakarta Meetup](https://www.meetup.com/clickhouse-indonesia-user-group/events/309468074/) - August 6, 2025
67+
* [Bogota Meetup](https://www.meetup.com/clickhouse-latinoamerica/events/308819394/) - August 5, 2025
6768
* [Tokyo Meetup](https://www.meetup.com/clickhouse-tokyo-user-group/events/309004297/) - July 29, 2025
6869
* [Hong Kong Meetup](https://www.meetup.com/clickhouse-hong-kong-meetup-group/events/308568412/) - July 17, 2025
6970
* [New York Meetup](https://www.meetup.com/clickhouse-new-york-user-group/events/307627675/) - July 15, 2025

ci/jobs/check_style.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,6 @@ def check_repo_submodules():
191191
return out
192192

193193

194-
def check_nix_submodule_inputs():
195-
res, out, err = Shell.get_res_stdout_stderr(
196-
"./ci/jobs/scripts/check_style/check_nix_submodule_inputs.sh"
197-
)
198-
if err:
199-
out += err
200-
return out
201-
202-
203194
def check_other():
204195
res, out, err = Shell.get_res_stdout_stderr(
205196
"./ci/jobs/scripts/check_style/various_checks.sh"
@@ -367,12 +358,6 @@ def parse_args():
367358
command=check_repo_submodules,
368359
)
369360
)
370-
results.append(
371-
Result.from_commands_run(
372-
name=f"nix_{testname}",
373-
command=check_nix_submodule_inputs,
374-
)
375-
)
376361
testname = "various"
377362
if testpattern.lower() in testname.lower():
378363
results.append(

ci/jobs/scripts/check_style/aspell-ignore/en/aspell-dict.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,7 @@ dateName
17201720
dateTime
17211721
dateTimeToSnowflake
17221722
dateTimeToSnowflakeID
1723+
dateTimeToUUIDv
17231724
dateTrunc
17241725
datetime
17251726
datetimes
@@ -2732,6 +2733,7 @@ quantiletdigestweighted
27322733
quantiletiming
27332734
quantiletimingweighted
27342735
quantized
2736+
quantizations
27352737
quartile
27362738
queryID
27372739
queryString

ci/jobs/scripts/check_style/check_nix_submodule_inputs.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

docker/keeper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN arch=${TARGETARCH:-amd64} \
3838
# lts / testing / prestable / etc
3939
ARG REPO_CHANNEL="stable"
4040
ARG REPOSITORY="https://packages.clickhouse.com/tgz/${REPO_CHANNEL}"
41-
ARG VERSION="25.7.1.3997"
41+
ARG VERSION="25.7.2.54"
4242
ARG PACKAGES="clickhouse-keeper"
4343
ARG DIRECT_DOWNLOAD_URLS=""
4444

docker/server/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN arch=${TARGETARCH:-amd64} \
3535
# lts / testing / prestable / etc
3636
ARG REPO_CHANNEL="stable"
3737
ARG REPOSITORY="https://packages.clickhouse.com/tgz/${REPO_CHANNEL}"
38-
ARG VERSION="25.7.1.3997"
38+
ARG VERSION="25.7.2.54"
3939
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
4040
ARG DIRECT_DOWNLOAD_URLS=""
4141

docker/server/Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list
3030

3131
ARG REPO_CHANNEL="stable"
3232
ARG REPOSITORY="deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb ${REPO_CHANNEL} main"
33-
ARG VERSION="25.7.1.3997"
33+
ARG VERSION="25.7.2.54"
3434
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
3535

3636
#docker-official-library:off
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
sidebar_position: 1
3+
sidebar_label: 2025
4+
---
5+
6+
# 2025 Changelog
7+
8+
### ClickHouse release v25.6.8.10-stable (c54ce812cd4) FIXME as compared to v25.6.7.23-stable (4efdb9097eb)
9+
10+
#### Improvement
11+
* Backported in [#85165](https://github.com/ClickHouse/ClickHouse/issues/85165): Introduce a new `backup_slow_all_threads_after_retryable_s3_error` setting to reduce pressure on S3 during retry storms caused by errors such as `SlowDown`, by slowing down all threads once a single retryable error is observed. [#84854](https://github.com/ClickHouse/ClickHouse/pull/84854) ([Julia Kartseva](https://github.com/jkartseva)).
12+
13+
#### Bug Fix (user-visible misbehavior in an official stable release)
14+
* Backported in [#85141](https://github.com/ClickHouse/ClickHouse/issues/85141): Refresh credentials in delta-kernel in storage DeltaLake. [#84751](https://github.com/ClickHouse/ClickHouse/pull/84751) ([Kseniia Sumarokova](https://github.com/kssenii)).
15+
* Backported in [#85156](https://github.com/ClickHouse/ClickHouse/issues/85156): Fixed double-free in `AzureIteratorAsync`. [#85064](https://github.com/ClickHouse/ClickHouse/pull/85064) ([Nikita Taranov](https://github.com/nickitat)).
16+
17+
#### NOT FOR CHANGELOG / INSIGNIFICANT
18+
19+
* Backported in [#85104](https://github.com/ClickHouse/ClickHouse/issues/85104): Maybe this will fix the crashes like this:. [#84887](https://github.com/ClickHouse/ClickHouse/pull/84887) ([Mikhail Artemenko](https://github.com/Michicosun)).
20+
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
sidebar_position: 1
3+
sidebar_label: 2025
4+
---
5+
6+
# 2025 Changelog
7+
8+
### ClickHouse release v25.7.2.54-stable (f3e0b608695) FIXME as compared to v25.7.1.3997-stable (28a03cae61b)
9+
10+
#### Improvement
11+
* Backported in [#84783](https://github.com/ClickHouse/ClickHouse/issues/84783): This change adds a dimensional metric for the size of `ConcurrentBoundedQueue`, labelled by the queue type (i.e. what the queue is there for) and queue id (i.e. randomly generated id for the current instance of the queue). [#84675](https://github.com/ClickHouse/ClickHouse/pull/84675) ([Miсhael Stetsyuk](https://github.com/mstetsyuk)).
12+
* Backported in [#85007](https://github.com/ClickHouse/ClickHouse/issues/85007): Add 4LW in Keeper, `lgrq`, for toggling request logging of received requests. [#84719](https://github.com/ClickHouse/ClickHouse/pull/84719) ([Antonio Andelic](https://github.com/antonio2368)).
13+
* Backported in [#84869](https://github.com/ClickHouse/ClickHouse/issues/84869): Reduce contention on storage lock in Keeper. [#84732](https://github.com/ClickHouse/ClickHouse/pull/84732) ([Antonio Andelic](https://github.com/antonio2368)).
14+
* Backported in [#85001](https://github.com/ClickHouse/ClickHouse/issues/85001): Limit Keeper log entry cache size by number of entries using `keeper_server.coordination_settings.latest_logs_cache_entry_count_threshold` and `keeper_server.coordination_settings.commit_logs_cache_entry_count_threshold`. [#84877](https://github.com/ClickHouse/ClickHouse/pull/84877) ([Antonio Andelic](https://github.com/antonio2368)).
15+
16+
#### Bug Fix (user-visible misbehavior in an official stable release)
17+
* Backported in [#84845](https://github.com/ClickHouse/ClickHouse/issues/84845): This closes [#81303](https://github.com/ClickHouse/ClickHouse/issues/81303). [#83892](https://github.com/ClickHouse/ClickHouse/pull/83892) ([Konstantin Vedernikov](https://github.com/scanhex12)).
18+
* Backported in [#84833](https://github.com/ClickHouse/ClickHouse/issues/84833): Fix logger usage in `IAccessStorage`. [#84365](https://github.com/ClickHouse/ClickHouse/pull/84365) ([Konstantin Bogdanov](https://github.com/thevar1able)).
19+
* Backported in [#85091](https://github.com/ClickHouse/ClickHouse/issues/85091): Stops taking schema from manifest files but stores relevant schemas for each snapshot independently. Infer relevant schema for each data file from its corresponding snapshot. Previous behaviour violated Iceberg specification for manifest files entries with existing status. [#84588](https://github.com/ClickHouse/ClickHouse/pull/84588) ([Daniil Ivanik](https://github.com/divanik)).
20+
* Backported in [#85079](https://github.com/ClickHouse/ClickHouse/issues/85079): Fix logical error from S3Queue "Table is already registered". Closes [#84433](https://github.com/ClickHouse/ClickHouse/issues/84433). Broken after https://github.com/ClickHouse/ClickHouse/pull/83530. [#84677](https://github.com/ClickHouse/ClickHouse/pull/84677) ([Kseniia Sumarokova](https://github.com/kssenii)).
21+
* Backported in [#84729](https://github.com/ClickHouse/ClickHouse/issues/84729): Lock 'mutex' when getting zookeeper from 'view' in RefreshTask. [#84699](https://github.com/ClickHouse/ClickHouse/pull/84699) ([Tuan Pham Anh](https://github.com/tuanpach)).
22+
* Backported in [#84819](https://github.com/ClickHouse/ClickHouse/issues/84819): Fix `CORRUPTED_DATA` error when lazy columns are used with external sort. [#84738](https://github.com/ClickHouse/ClickHouse/pull/84738) ([János Benjamin Antal](https://github.com/antaljanosbenjamin)).
23+
* Backported in [#84813](https://github.com/ClickHouse/ClickHouse/issues/84813): Fix column pruning with delta-kernel in storage `DeltaLake`. Closes [#84543](https://github.com/ClickHouse/ClickHouse/issues/84543). [#84745](https://github.com/ClickHouse/ClickHouse/pull/84745) ([Kseniia Sumarokova](https://github.com/kssenii)).
24+
* Backported in [#85143](https://github.com/ClickHouse/ClickHouse/issues/85143): Refresh credentials in delta-kernel in storage DeltaLake. [#84751](https://github.com/ClickHouse/ClickHouse/pull/84751) ([Kseniia Sumarokova](https://github.com/kssenii)).
25+
* Backported in [#84883](https://github.com/ClickHouse/ClickHouse/issues/84883): Fixed lightweight updates for tables with `ReplacingMergeTree` and `CollapsingMergeTree` engines. [#84851](https://github.com/ClickHouse/ClickHouse/pull/84851) ([Anton Popov](https://github.com/CurtizJ)).
26+
* Backported in [#84995](https://github.com/ClickHouse/ClickHouse/issues/84995): Fix total watches count returned by Keeper. [#84890](https://github.com/ClickHouse/ClickHouse/pull/84890) ([Antonio Andelic](https://github.com/antonio2368)).
27+
* Backported in [#84948](https://github.com/ClickHouse/ClickHouse/issues/84948): Fixed lightweight updates for tables with `ReplicatedMergeTree` engine created on servers with a version lower than 25.7. [#84933](https://github.com/ClickHouse/ClickHouse/pull/84933) ([Anton Popov](https://github.com/CurtizJ)).
28+
* Backported in [#85047](https://github.com/ClickHouse/ClickHouse/issues/85047): Fixed lightweight updates for tables with non-replicated `MergeTree` engine after running a `ALTER TABLE ... REPLACE PARTITION` query. [#84941](https://github.com/ClickHouse/ClickHouse/pull/84941) ([Anton Popov](https://github.com/CurtizJ)).
29+
* Backported in [#84962](https://github.com/ClickHouse/ClickHouse/issues/84962): Fix memory tracking drift from background schedule pool and executor. [#84946](https://github.com/ClickHouse/ClickHouse/pull/84946) ([Azat Khuzhin](https://github.com/azat)).
30+
* Backported in [#85117](https://github.com/ClickHouse/ClickHouse/issues/85117): Add a check if a correlated subquery is used in a distributed context to avoid a crash. Fixes [#82205](https://github.com/ClickHouse/ClickHouse/issues/82205). [#85030](https://github.com/ClickHouse/ClickHouse/pull/85030) ([Dmitry Novik](https://github.com/novikd)).
31+
* Backported in [#85158](https://github.com/ClickHouse/ClickHouse/issues/85158): Fixed double-free in `AzureIteratorAsync`. [#85064](https://github.com/ClickHouse/ClickHouse/pull/85064) ([Nikita Taranov](https://github.com/nickitat)).
32+
33+
#### NOT FOR CHANGELOG / INSIGNIFICANT
34+
35+
* Backported in [#84797](https://github.com/ClickHouse/ClickHouse/issues/84797): Previously, `FilterTransform` could stop reading if the expression for any chunk returned a constant `false`. This can lead to a bug, because constant columns are allowed to appear during the execution, and most function default implementations will preserve constants as well. [#83855](https://github.com/ClickHouse/ClickHouse/pull/83855) ([Nikolai Kochetov](https://github.com/KochetovNicolai)).
36+
* Backported in [#85053](https://github.com/ClickHouse/ClickHouse/issues/85053): Fix test_storage_s3_queue/test_5.py::test_shutdown_order. [#83867](https://github.com/ClickHouse/ClickHouse/pull/83867) ([Kseniia Sumarokova](https://github.com/kssenii)).
37+
* Backported in [#84757](https://github.com/ClickHouse/ClickHouse/issues/84757): follow up for [#84025](https://github.com/ClickHouse/ClickHouse/issues/84025) - fix clickhouse-client crash during highlighting. [#84628](https://github.com/ClickHouse/ClickHouse/pull/84628) ([Bharat Nallan](https://github.com/bharatnc)).
38+
* Backported in [#85037](https://github.com/ClickHouse/ClickHouse/issues/85037): Fix for https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=51f0b57edd4bd8c26cba96e7f5dac053dda18d60&name_0=MasterCI&name_1=Stress%20test%20%28azure%2C%20msan%29&name_1=Stress%20test%20%28azure%2C%20msan%29. [#84667](https://github.com/ClickHouse/ClickHouse/pull/84667) ([Nikolai Kochetov](https://github.com/KochetovNicolai)).
39+
* Backported in [#84839](https://github.com/ClickHouse/ClickHouse/issues/84839): Add ability to lock/unlock `SharedLockGuard` explicitly. [#84687](https://github.com/ClickHouse/ClickHouse/pull/84687) ([Mikhail Artemenko](https://github.com/Michicosun)).
40+
* Backported in [#85065](https://github.com/ClickHouse/ClickHouse/issues/85065): Reduce amount of data left after test. [#84746](https://github.com/ClickHouse/ClickHouse/pull/84746) ([Kseniia Sumarokova](https://github.com/kssenii)).
41+
* Backported in [#84892](https://github.com/ClickHouse/ClickHouse/issues/84892): Change the compatibility value of `apply_patch_parts`. [#84848](https://github.com/ClickHouse/ClickHouse/pull/84848) ([Anton Popov](https://github.com/CurtizJ)).
42+

docs/en/development/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then run:
2727

2828
```bash
2929
brew update
30-
brew install ccache cmake ninja libtool gettext llvm binutils grep findutils nasm bash
30+
brew install ccache cmake ninja libtool gettext llvm lld binutils grep findutils nasm bash
3131
```
3232

3333
:::note

0 commit comments

Comments
 (0)