Commit Graph

146351 Commits

Author SHA1 Message Date
Vitaly Baranov
e8701dc4e4 Fix shutdown in GRPCServer. 2024-07-03 18:18:23 +02:00
Nikita Taranov
6aa2f7d5a0 adjust reference file 2024-07-03 17:02:00 +01:00
Nikita Fomichev
af845234a2 Review fixes 2024-07-03 17:53:05 +02:00
Alexander Tokmakov
3a4d05f54a
Merge pull request #63963 from ClickHouse/vdimir/replicateddb_forbid_populate
Forbid POPULATE with Replicated databases
2024-07-03 15:43:43 +00:00
Robert Schulze
790b66d921
Merge pull request #66059 from rschu1ze/remove-comment
Remove obsolete comment
2024-07-03 15:42:20 +00:00
Robert Schulze
ee3c530817
Remove obsolete comment 2024-07-03 15:41:24 +00:00
jsc0218
73c440b38d Merge remote-tracking branch 'origin/master' into DropProjInLWD 2024-07-03 15:37:10 +00:00
Nikita Mikhaylov
3b459634f5
Merge pull request #66014 from ClickHouse/docs-materialized-expr-reword
[Docs] Better wording for behavior of MATERIALIZED expr
2024-07-03 15:26:17 +00:00
pufit
9a023744a5 fix build 2024-07-03 11:13:39 -04:00
Robert Schulze
39a371b27d
Bump vectorscan 2024-07-03 15:07:31 +00:00
Antonio Andelic
07f51e02ed Reuse some checks 2024-07-03 16:54:09 +02:00
Robert Schulze
8319d25797
Minor updates 2024-07-03 14:43:47 +00:00
Nikita Fomichev
2355035207 Merge remote-tracking branch 'refs/remotes/origin/master' into base64encode-tests 2024-07-03 16:34:26 +02:00
Nikita Fomichev
2e5acb2bdd Tests: replace openssl base64 with base64 2024-07-03 16:33:58 +02:00
Antonio Andelic
cddd2312fb Merge branch 'master' into keeper-remove-standalone-build 2024-07-03 16:23:31 +02:00
Antonio Andelic
ce4d361cd7 Merge branch 'master' into keeper-remove-standalone-build 2024-07-03 16:23:06 +02:00
alesapin
c96e3c6d1a Fix which I don't understand 2024-07-03 16:21:36 +02:00
Antonio Andelic
1c14a458e7 Add profile events for regex cache 2024-07-03 16:14:19 +02:00
Daniil Ivanik
4ab2d514e6
Merge pull request #65993 from ClickHouse/divanik/fix_size_column_in_s3_archives
Fix bug with _size of archives in s3 table function
2024-07-03 13:38:01 +00:00
Antonio Andelic
5fd36059e4 Try disabling background threads 2024-07-03 15:28:01 +02:00
Anton Popov
88601ae869
avoid conflicts in SettingsChangesHistory 2024-07-03 15:25:12 +02:00
Anton Popov
a3c0f09bb1
Merge branch 'master' into enable-optimize_functions_to_subcolumns 2024-07-03 15:17:35 +02:00
Mikhail Gorshkov
97e2c8c7d2 PR review follow-up 2024-07-03 12:56:20 +00:00
alesapin
4e6bdb15b0 Azure policy 2024-07-03 14:35:17 +02:00
Sema Checherinda
3a09000e44 remove trailing whitespaces 2024-07-03 14:33:21 +02:00
Yarik Briukhovetskyi
d3ede543bb
Merge pull request #65936 from hanfei1991/hanfei/exception-storage-join
add restriction for storage join
2024-07-03 12:32:16 +00:00
Nikita Taranov
36e557652f
Merge pull request #65940 from ClickHouse/add_table_name_to_mt_source_spans
Add table name to MergeTreeSource spans
2024-07-03 12:26:09 +00:00
alesapin
59246cdf92 Merge remote-tracking branch 'origin/master' into unify_tests_with_object_storage 2024-07-03 14:25:59 +02:00
Raúl Marín
2a1c13b070 Add comment about the changes 2024-07-03 14:25:31 +02:00
Nikolay Degterinsky
6d3d33638a
Fix lock-order-inversion in DatabaseCatalog 2024-07-03 14:22:33 +02:00
Yarik Briukhovetskyi
ef55ea50b9
Merge pull request #65998 from jwoodhead/patch-1
Correction of docs for `lagInFrame` and `leadInFrame` functions
2024-07-03 12:22:30 +00:00
Nikita Mikhaylov
3c62ffd752
Merge pull request #66005 from ClickHouse/cancelled-twice
Fix printing `Query was cancelled` twice
2024-07-03 12:20:29 +00:00
Sema Checherinda
913e97b1a5 work with review comments 2024-07-03 14:06:05 +02:00
alesapin
23c04fa110
Merge pull request #65999 from ClickHouse/fix_azure_profile_events
Add more Azure profile events + rename AzureUploadPart to AzureStageBlock
2024-07-03 11:54:29 +00:00
Sema Checherinda
c4207e9a6e
Update src/Interpreters/InterpreterInsertQuery.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:48:45 +02:00
Sema Checherinda
f0aa006461
Update src/Interpreters/InterpreterInsertQuery.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:48:32 +02:00
Sema Checherinda
aee1289f2d
Update src/Interpreters/InterpreterInsertQuery.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:48:04 +02:00
Sema Checherinda
5c88d5b48a
Update src/Interpreters/InterpreterInsertQuery.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:47:55 +02:00
Sema Checherinda
8777363670
Update src/Processors/Transforms/DeduplicationTokenTransforms.h
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:47:45 +02:00
Nikita Fomichev
b88be7260f Tests: Eliminating the global tests queue to prevent clickhouse-test from hanging when a server dies 2024-07-03 13:43:30 +02:00
Sema Checherinda
c082930265 rename to buildPreAndSinkChains 2024-07-03 13:43:27 +02:00
Nikita Fomichev
fe43ea27d2 Tests: fix timeouts handling in case of github timeout termination 2024-07-03 13:37:36 +02:00
Sema Checherinda
10d48afc20 token_info is defined always 2024-07-03 13:16:01 +02:00
Kseniia Sumarokova
bf8a82d058
Merge pull request #65977 from ClickHouse/kssenii-patch-10
Try fix "Check timeout expired" without any server logs in report in stateless tests
2024-07-03 10:40:45 +00:00
Robert Schulze
6ccb26b1aa
Switch to a virtual interface to get rid of static_pointer_cast 2024-07-03 10:38:51 +00:00
Azat Khuzhin
5f53a73457 Fix config merging for from_env with replace overrides
Without this patch new test fails with:

    Exception: Failed to preprocess config '/etc/clickhouse-server/config.xml': Exception: Element <max_thread_pool_size> has value and does not have 'replace' attribute, can't process from_env substitution. Stack trace:

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-03 12:24:17 +02:00
Robert Schulze
4f0916caa5
Rename test 03164_materialize_statistics --> 02864_statistics_materialize_in_merge
Consistency with existing statistics tests
- 02864_statistics_operate
- 02864_statistics_exception
- 02864_statistics_uniq
2024-07-03 10:13:15 +00:00
Robert Schulze
c390ecdb4d
Rename 02864_statistics_operate --> 02864_statistics_ddl 2024-07-03 10:13:15 +00:00
Robert Schulze
bd7e613b3b
Minor cleanup of 02864_statistics_exception 2024-07-03 10:13:15 +00:00
Robert Schulze
2cefa56f9b
Update docs 2024-07-03 10:13:15 +00:00