Commit Graph

121736 Commits

Author SHA1 Message Date
Alexey Milovidov
ed34f3c46f Fix error 2023-08-08 21:00:30 +02:00
Alexey Milovidov
8665f675c6 Investigation 2023-08-08 19:07:02 +02:00
Alexey Milovidov
c813a355c1 Merge branch 'upload-build-profile' of github.com:ClickHouse/ClickHouse into upload-build-profile 2023-08-08 16:13:33 +02:00
Alexey Milovidov
65a9dd1d18 Fix style 2023-08-08 16:13:17 +02:00
robot-clickhouse
2eff5928d9 Automatic style fix 2023-08-08 13:44:10 +00:00
Alexey Milovidov
3b0248b833 Fix errors 2023-08-08 15:27:37 +02:00
Alexey Milovidov
7ce8266c8a Fix errors 2023-08-08 15:17:20 +02:00
robot-clickhouse
f0dff639d0 Automatic style fix 2023-08-08 02:28:53 +00:00
Alexey Milovidov
2460a92873 Merge branch 'upload-build-profile' of github.com:ClickHouse/ClickHouse into upload-build-profile 2023-08-08 04:12:04 +02:00
Alexey Milovidov
a91edb8b55 Fix mypy 2023-08-08 04:11:32 +02:00
robot-clickhouse
e98dc092c0 Automatic style fix 2023-08-08 01:50:21 +00:00
Alexey Milovidov
161de7c12f Fix error 2023-08-08 03:34:44 +02:00
Alexey Milovidov
a2001e15de Add jq 2023-08-08 02:32:57 +02:00
Alexey Milovidov
f1257e871d Correct the script 2023-08-08 01:46:03 +02:00
Alexey Milovidov
a38539ece0 Add missing argument 2023-08-08 00:16:22 +02:00
Alexey Milovidov
5644216429 Fix whitespace 2023-08-07 23:40:34 +02:00
Alexey Milovidov
440424fd72 @felixoid said we do not need these 2023-08-07 21:23:39 +02:00
Alexey Milovidov
77e1693f3c Fix mypy 2023-08-07 21:18:56 +02:00
Alexey Milovidov
695f0ffd14 Merge branch 'clang17_fix' of github.com:Algunenano/ClickHouse into upload-build-profile 2023-08-07 21:18:36 +02:00
Alexey Milovidov
8ce4ff0f95 Merge branch 'master' of github.com:ClickHouse/ClickHouse into upload-build-profile 2023-08-07 21:18:30 +02:00
Azat Khuzhin
2f414950b7
Fix logging for asynchronous non-batched distributed sends (#52583)
Before you may see the following:

  2023.07.25 09:21:39.705559 [ 692 ] {6b5e1299-1b64-4dbb-b25d-45e10027db22} <Trace> test_hkt5nnqj.dist_opentelemetry.DirectoryMonitor.default: Finished processing `` (took 37 ms)

Because file_path and current_file are the references to the same
variable in DistributedAsyncInsertDirectoryQueue::processFile().

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-07 20:57:42 +02:00
Mikhail f. Shiryaev
ab4b4ed873
Merge pull request #53126 from ClickHouse/finish-mergeable-check
Update `Mergeable Check` at the finishing CI
2023-08-07 20:15:55 +02:00
Vitaly Baranov
6af6247f8a
Merge pull request #52970 from arenadata/ADQM-985
Add `storage_policy` parameter in the `SETTINGS` clause of `RESTORE` statements
2023-08-07 19:01:08 +02:00
Alexey Milovidov
5fa0edc3b2 Make mypy happy 2023-08-07 18:47:16 +02:00
Alexey Milovidov
ab64845740 Fix mypy 2023-08-07 18:45:32 +02:00
Alexey Milovidov
5275062eaf Fix trailing whitespaces 2023-08-07 18:44:25 +02:00
Alexander Tokmakov
9d29b7cdbf
Merge pull request #53109 from ClickHouse/tavplubix-patch-8
Update PocoHTTPClient.cpp
2023-08-07 19:33:39 +03:00
Mikhail f. Shiryaev
2347f5886b
Update Mergeable Check at the finishing CI 2023-08-07 18:06:50 +02:00
pufit
dc347d3dcb
Merge pull request #53010 from ClickHouse/pufit/keeper-client-fix-defaults
Fix default port for Keeper Client
2023-08-07 10:48:52 -04:00
Alexey Milovidov
4696254887
Merge pull request #53065 from ClickHouse/nickitat-patch-15
Add `abort_on_error=1` to `TSAN_OPTIONS`
2023-08-07 17:17:04 +03:00
Kseniia Sumarokova
55864b51a4
Merge pull request #53055 from kssenii/fix-rare-race-on-key-prefix-directory-cleanup
Fix rare race condition with empty key prefix directory deletion in fs cache
2023-08-07 15:38:46 +02:00
Alexey Milovidov
2c8eb7fa08
Merge pull request #52898 from ucasfl/concept
Use concepts to replace more std::enable_if_t
2023-08-07 16:13:29 +03:00
Alexey Milovidov
277a58387c
Merge pull request #53111 from ClickHouse/revert-zstd-deflating-appendable-changes
Revert changes in `ZstdDeflatingAppendableWriteBuffer`
2023-08-07 16:06:49 +03:00
Alexey Milovidov
598a48fe22 Fix mypy 2023-08-07 14:56:50 +02:00
Alexey Milovidov
9cb949b60b Fix style 2023-08-07 14:53:38 +02:00
Antonio Andelic
f5597b1f8e Revert changes from https://github.com/ClickHouse/ClickHouse/pull/53064 2023-08-07 12:21:50 +00:00
Alexander Tokmakov
73d75cde11
Merge pull request #52958 from arenadata/ADQM-1011
Added new tests for session_log and fixed the inconsistency between login and logout.
2023-08-07 15:18:16 +03:00
Alexander Tokmakov
c7996d5453
increase election timeout in integration tests (#53052) 2023-08-07 14:48:52 +03:00
Alexander Tokmakov
d35dc46061
Update PocoHTTPClient.cpp 2023-08-07 14:39:58 +03:00
robot-ch-test-poll4
64df97eac4
Merge pull request #53102 from elenatorro/add-optional-parameters-to-buffer-engine
Add optional parameters to Buffer Engine definition
2023-08-07 12:43:59 +02:00
vdimir
490dfc93c5
Merge pull request #53000 from ClickHouse/vdimir/join_filter_set_sparse 2023-08-07 12:02:56 +02:00
Kseniia Sumarokova
b1f0cb83ff
Merge pull request #52621 from valbok/readbuffer
MaterializedMySQL: Fix the infinite loop in ReadBuffer::read
2023-08-07 11:56:23 +02:00
Kseniia Sumarokova
e593efc827
Merge pull request #53032 from valbok/nc-alter
MaterializedMySQL: Add tests to alter named collections
2023-08-07 11:54:49 +02:00
János Benjamin Antal
358846c0fb
Merge pull request #52852 from ClickHouse/maybe-fix-02352_rwlock
Try to fix 02352_rwlock
2023-08-07 11:02:53 +02:00
János Benjamin Antal
7c7b0e2f51
Merge pull request #52864 from ClickHouse/remove-duplicated-dialect-setting
Remove duplicated dialect setting value
2023-08-07 11:01:46 +02:00
Alexey Gerasimchuck
7dbc0d3510
Merge branch 'master' into ADQM-1011 2023-08-07 18:54:16 +10:00
Raúl Marín
30d1452bbc Compatibility with clang-17 2023-08-07 10:48:24 +02:00
Elena Torró
f423b440d1 Add optional parameters to Engine definition 2023-08-07 09:55:16 +02:00
SmitaRKulkarni
75f81bdc44
Merge pull request #50795 from ClickHouse/azure_table_function_cluster
Table function azureBlobStorageCluster
2023-08-07 09:16:52 +02:00
Alexey Gerasimchuck
a5a7a121c0
Merge branch 'master' into ADQM-1011 2023-08-07 16:29:21 +10:00