robot-clickhouse
841a2d0816
Merge commit '253d099f1cbc361191fdc7e0f044501751100de6' into backport/24.5/69194
2024-09-03 17:08:55 +00:00
Pablo Marcos
253d099f1c
Merge pull request #69211 from pamarcos/fix-doc-mistake
...
Fix small doc mistake
2024-09-03 16:07:57 +00:00
Raúl Marín
dd6e818c68
Merge pull request #69175 from azat/revert-client-log_comment-file
...
Revert "Merge pull request #57191 from azat/client-log_comment-file"
2024-09-03 15:47:54 +00:00
Pablo Marcos
be5a5353e3
Merge pull request #69207 from ClickHouse/clarify-transactions-doc
...
Update transactions doc
2024-09-03 15:12:30 +00:00
Konstantin Bogdanov
e50a8b4f61
Merge pull request #68975 from ClickHouse/fix-encoding-with-progress-headers
...
`Content-Encoding` was not sent on progress
2024-09-03 15:09:00 +00:00
Alexander Gololobov
e94a2875de
Merge pull request #68954 from ClickHouse/processors_profile_log_plan_step_name
...
Add plan_step_name and plan_step_description columns to system.processors_profile_log
2024-09-03 14:53:08 +00:00
Pablo Marcos
12f6b83d60
Update transactions doc
...
Clarify isolation levels when inside/outside of a transaction.
Also fix some weird formatting using hyphen instead of comma or period.
2024-09-03 16:35:11 +02:00
Alexander Tokmakov
f9d7080711
Merge pull request #68896 from tuanpach/add-identifier-quoting-style-settings
...
Add identifier quoting style settings
2024-09-03 13:52:37 +00:00
Anton Popov
34c14a6493
Merge pull request #68837 from CurtizJ/fix-async-insert-alter
...
Fix async inserts with `ALTER ADD/MODIFY COLUMN`
2024-09-03 12:37:27 +00:00
robot-clickhouse
9822b2f306
Merge pull request #69191 from ClickHouse/auto/v24.8.3.59-lts
...
Update version_date.tsv and changelog after v24.8.3.59-lts
2024-09-03 12:17:04 +00:00
Han Fei
8bda99c5a6
Merge pull request #69086 from liuneng1994/fix-typo-in-actionsdag
...
Fix typo in ActionsDag
2024-09-03 11:47:47 +00:00
robot-clickhouse
ff6a781dca
Update version_date.tsv and changelogs after v24.8.3.59-lts
2024-09-03 11:37:16 +00:00
Han Fei
1b29a89107
Merge branch 'master' into fix-typo-in-actionsdag
2024-09-03 11:29:19 +00:00
Pablo Marcos
cd1a8c03b1
Fix small doc mistake
2024-09-03 11:10:56 +00:00
robot-clickhouse
715a18dc40
Merge pull request #69184 from ClickHouse/auto/v24.6.5.30-stable
...
Update version_date.tsv and changelog after v24.6.5.30-stable
2024-09-03 10:58:54 +00:00
robot-clickhouse
2e90581908
Update version_date.tsv and changelogs after v24.6.5.30-stable
2024-09-03 10:32:49 +00:00
robot-clickhouse
d112dc8f1d
Merge pull request #69182 from ClickHouse/auto/v24.5.7.31-stable
...
Update version_date.tsv and changelog after v24.5.7.31-stable
2024-09-03 10:29:22 +00:00
robot-clickhouse
237a54be69
Update version_date.tsv and changelogs after v24.5.7.31-stable
2024-09-03 10:05:11 +00:00
robot-clickhouse
6881494191
Update autogenerated version to 24.5.7.31 and contributors
2024-09-03 10:04:46 +00:00
robot-clickhouse
60a4d31be5
Merge pull request #69177 from ClickHouse/auto/v24.3.10.33-lts
...
Update version_date.tsv and changelog after v24.3.10.33-lts
2024-09-03 10:01:54 +00:00
Kruglov Pavel
6273c7ca80
Merge pull request #69150 from Avogar/better-json-alias-check
...
Don't create Object type if use_json_alias_for_old_object_type=1 but allow_experimental_object_type=0
2024-09-03 09:58:23 +00:00
robot-clickhouse-ci-1
ba0225e96c
Merge pull request #69176 from ClickHouse/backport/fix-s3-filter-handling
...
Fix s3 filter handling
2024-09-03 11:56:58 +02:00
Raúl Marín
7ba6eff181
Merge pull request #69148 from Algunenano/rmt_retries
...
RMT: Do not block retries when establishing a new keeper connection
2024-09-03 09:35:16 +00:00
robot-clickhouse
df5f5049ac
Update version_date.tsv and changelogs after v24.3.10.33-lts
2024-09-03 09:19:10 +00:00
vdimir
5d3d2c2139
Merge pull request #66926 from ClickHouse/vdimir/multiple_joins_with_storage_join
...
Analyzer: Storage Join support joining with nullable columns
2024-09-03 06:59:47 +00:00
Azat Khuzhin
300d06b995
Revert "Merge pull request #57191 from azat/client-log_comment-file"
...
The problem with this patch is that it breaks readonly users.
There are possible other ways to fix this, but it has other downsides:
- readonly detection with getSetting - one extra query + code
complexity, don't think that it worth it
- add is_hint for each setting (like is_important) - this will blow the
settings structure and requires protocol changes, and even though this
could be useful in other places, i.e. play UI, not sure that this worth
either
So for now let's simply revert it.
This reverts commit fde14f0daf
, reversing
changes made to f636dea879
.
2024-09-03 08:42:14 +02:00
Constantine Peresypkin
ca514c6556
fix: Content-Encoding
was not sent on progress
...
fixes : #64802
2024-09-03 02:13:23 +02:00
Konstantin Bogdanov
009cccd20a
Merge pull request #68979 from ClickHouse/put-strange-trash-back
...
Revert "Fix strange trash"
2024-09-02 22:07:01 +00:00
János Benjamin Antal
84bdcb7b77
Add test
2024-09-02 21:37:40 +00:00
jsc0218
379d551832
Merge pull request #69076 from sakulali/create_as
...
CREATE TABLE AS copy PRIMARY KEY, ORDER BY, and similar clauses.
2024-09-02 20:56:58 +00:00
Raúl Marín
fda6a48ff5
Parameterized tests
2024-09-02 18:05:23 +02:00
robot-ch-test-poll4
6c185e9aec
Merge pull request #69154 from ClickHouse/backport/24.5/68950
...
Backport #68950 to 24.5: Fix possible wrong result during anyHeavy state merge
2024-09-02 17:36:19 +02:00
János Benjamin Antal
04974bfafc
Create filter dag only once
2024-09-02 14:46:06 +00:00
Anton Popov
2e4f6f26f0
fix after merge
2024-09-02 14:26:25 +00:00
Anton Popov
71d03f58bb
Merge branch 'master' into fix-async-insert-alter
2024-09-02 16:23:15 +02:00
Sergei Trifonov
1f5082ee8a
Merge pull request #65182 from ClickHouse/s3-streams-scheduler
...
IO scheduling on HTTP session level
2024-09-02 14:17:58 +00:00
robot-clickhouse
27e4fb1dd9
Backport #68950 to 24.5: Fix possible wrong result during anyHeavy state merge
2024-09-02 14:10:39 +00:00
vdimir
dfe8508a3a
Merge branch 'master' into vdimir/multiple_joins_with_storage_join
2024-09-02 16:05:13 +02:00
Nikita Mikhaylov
af9291e613
Merge pull request #69099 from ClickHouse/mr-regex
...
Fix regex for changelog generation script
2024-09-02 13:55:25 +00:00
Kruglov Pavel
218e601ef8
Better exception message
2024-09-02 15:35:56 +02:00
Raúl Marín
dbdf54cacf
Style
2024-09-02 15:24:35 +02:00
avogar
457db103c0
Don't create Object type if use_json_alias_for_old_object_type=1 but allow_experimental_object_type=0
2024-09-02 13:20:27 +00:00
Raúl Marín
8225acae3a
RMT: Do not block retries when establishing a new keeper connection
2024-09-02 14:48:54 +02:00
Raúl Marín
b409c0657d
Merge pull request #68950 from Algunenano/anyHeavy_merge
...
Fix possible wrong result during anyHeavy state merge
2024-09-02 12:45:19 +00:00
Sergei Trifonov
64af7363c2
Merge pull request #68674 from filimonov/thread_pool_metrics
...
Thread pool metrics
2024-09-02 12:19:27 +00:00
Nikita Mikhaylov
1c839ff4b9
Merge pull request #69125 from ClickHouse/Avogar-patch-7
...
Fix types in JSON docs
2024-09-02 10:13:30 +00:00
Sergei Trifonov
0f4b296295
Merge pull request #69081 from ClickHouse/fix-progress-indication-race
...
Fix ProgressIndication data race on `cancelQuery()`
2024-09-02 09:58:31 +00:00
Yarik Briukhovetskyi
1b67fde591
Merge pull request #67436 from iceFireser/master
...
Fix the problem that alter modfiy order by causes inconsistent metadata
2024-09-02 09:54:38 +00:00
alesapin
8d3601f43e
Merge pull request #69034 from Michicosun/issues/68934/cp
...
cp/mv operations for keeper client
2024-09-02 09:29:23 +00:00
Yarik Briukhovetskyi
f89290cdbf
Merge pull request #68874 from liuneng1994/support-datetrunc-on-date32
...
Support Date32 on dateTrunc and toStartOfInterval
2024-09-02 09:26:54 +00:00