Commit Graph

144430 Commits

Author SHA1 Message Date
Dmitry Novik
db1dd64f04
Add info about invalid VIEWs 2024-06-06 19:17:34 +02:00
Alexey Milovidov
821c7322bd
Merge pull request #58349 from azat/ci/flake8
Check python code with flake8
2024-06-06 19:03:58 +02:00
Joshua Hildred
21294013f2 Update SettingsChangesHistory 2024-06-06 10:03:52 -07:00
Dmitry Novik
ef9ef53fde
Add info about fix 2024-06-06 18:53:28 +02:00
Arthur Passos
e0898b117f Merge branch 'master' into no_proxy_support 2024-06-06 13:47:04 -03:00
Dmitry Novik
e42791e9e8
Add info about MutationsInterpreter 2024-06-06 18:45:43 +02:00
kssenii
a2c3c215f5 More user friendly 2024-06-06 18:43:45 +02:00
Nikolai Kochetov
8216e14ac2
Merge pull request #64801 from ClickHouse/fix-arr-join-distr-nested
Fix distributed array join by nested
2024-06-06 16:24:19 +00:00
serxa
2c193a793d typo 2024-06-06 16:17:36 +00:00
Anton Popov
0279dc7c39 Merge remote-tracking branch 'upstream/master' into HEAD 2024-06-06 16:08:39 +00:00
vdimir
1881107f07
fix build 2024-06-06 16:04:46 +00:00
Igor Nikonov
20283d3588 Merge remote-tracking branch 'origin/master' into pr-plan-rewrite 2024-06-06 16:04:31 +00:00
Igor Nikonov
ad2d397962 Use supportsReplication() 2024-06-06 16:03:58 +00:00
Raúl Marín
81fe4c4894 Fix number of stream decision 2024-06-06 17:59:16 +02:00
vdimir
38d45a6bc9
Verbose message for errors on inserting to system log 2024-06-06 15:49:14 +00:00
vdimir
4ba025c3ba
Fix duplicating Delete events in blob_storage_log 2024-06-06 15:48:36 +00:00
Azat Khuzhin
d10027cc3b Enable debug logging for rocksdb on CI
To understand the root cause of 02956_rocksdb_bulk_sink failures, this
is likely due to some background merge had been done I would say, but it
is hard to say without extra information.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-06 17:47:39 +02:00
Azat Khuzhin
833f031721 Handle logs from rocksdb by ClickHouse internal logging
Someone may not know about /path/to/rocksdb/LOG, and besides it requires
an access to data dir, instead of logs dir.

v2: fix use-after-free due to destruction order (https://s3.amazonaws.com/clickhouse-test-reports/64856/8cefc1a1ba5ddfdda033694a14e1f1847d497092/stateless_tests__asan__[2_4]/stderr.log)

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-06 17:47:39 +02:00
Azat Khuzhin
15317b5b50 Fix possible loss of "Query was cancelled" message in client
Previously "Query was cancelled" had been printed only on new blocks, so
if no new blocks will be arrived, then it will not print this message,
and this is indeed why 03023_zeros_generate_random_with_limit_progress_bar
was flaky [1]:

    2024-06-05 16:21:22 expect: does "\u258e\u001b[0m                    \u001b[2m(0.9 CPU)\u001b[0m 4%\u001b[K^C\r\u001b[1;31m\u2198\u001b[0m Progress: 404.74 thousand rows, 404.74 KB (806.77 thousand rows/s., 806.77 KB/s.) \u001b[0;32m\u2588\u258e\u001b[0m                    \u001b[2m(2.0 CPU)\u001b[0m 4%\u001b[K\r\u001b[KCancelling query.\r\n                                                                                                                        \r\u001b[1;32m\u2193\u001b[0m Progress: 404.74 thousand rows, 404.74 KB (806.15 thousand rows/s., 806.15 KB/s.) \u001b[0;32m\u2588\u258e\u001b[0m                    \u001b[2m(2.0 CPU)\u001b[0m 4%\u001b[K" (spawn_id exp4) match glob pattern "Query was cancelled."? no
    2024-06-05 16:21:22
    2024-06-05 16:21:22 [KOk.
    2024-06-05 16:21:22 , result:

As you can see it printed "Cancelling query" and "Ok" but not
"Query was cancelled" due to this.

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/61973/6cfd5b2165970a65a551117fe58e4b9d22237b8c/stateless_tests__tsan__s3_storage__[1_5].html

A bit hackish with all this bool flags, but I guess it is OK.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-06 17:47:08 +02:00
Amos Bird
dd9b15daf5
Fix tupleConcat of two empty tuples 2024-06-06 23:43:14 +08:00
alesapin
1c3cfbcb41 Merge remote-tracking branch 'origin/master' into disable_transactions 2024-06-06 17:36:18 +02:00
Alexey Milovidov
afba7bb4ed
Merge pull request #64883 from ClickHouse/fancy-quotes-fix
A tiny fix for fancy quotes
2024-06-06 17:35:00 +02:00
Amos Bird
9419a25231
Trivial count optimization with primary key 2024-06-06 23:21:38 +08:00
Alexander Tokmakov
6b07873719
Merge pull request #64903 from ClickHouse/tavplubix-patch-10
Update 03165_string_functions_with_token_text_indexes.sql
2024-06-06 14:56:32 +00:00
Anton Popov
99de6bd6ec fix tests 2024-06-06 14:51:42 +00:00
Yarik Briukhovetskyi
f216bc0557
Merge pull request #64909 from Blargian/docs_fromUnixTimestamp64XYZ
[Docs] document `toUnixTimestamp64Milli`, `toUnixTimestamp64Micro`, `fromUnixTimestamp64Milli`, `fromUnixTimestamp64Micro`
2024-06-06 14:46:15 +00:00
Konstantin Morozov
05592fb5ba additional log for cleanupDetachedTables 2024-06-06 14:27:23 +00:00
Nikita Fomichev
637c28c5d5
Merge pull request #64913 from ClickHouse/fix-doc-largestTriangleThreeBuckets
Update `largestTriangleThreeBuckets` doc
2024-06-06 14:27:16 +00:00
alesapin
00167da119 Disable transactions for unsupported storages even for materialized views 2024-06-06 16:27:00 +02:00
Arthur Passos
66060022a6 Merge branch 'master' into no_proxy_support 2024-06-06 11:05:37 -03:00
Raúl Marín
387869488d Stabilize and adjust number of streams 2024-06-06 15:54:02 +02:00
Nikita Fomichev
afc63af264 Update largestTriangleThreeBuckets doc 2024-06-06 15:23:08 +02:00
Anton Popov
dbc27f0c34 fix statistics 2024-06-06 13:20:31 +00:00
Shaun Struwig
3c4f4d8981
Update aspell-dict.txt 2024-06-06 15:08:54 +02:00
Shaun Struwig
baf3b6329d
Fix typo 2024-06-06 15:07:45 +02:00
Shaun Struwig
03458a516a
Fix typo 2024-06-06 15:06:16 +02:00
Blargian
fab23d2a16 Add lowCardinalityKeys, lowCardinalityIndices and an example for blockSize 2024-06-06 15:02:33 +02:00
serxa
f05a657723 add docs 2024-06-06 12:56:34 +00:00
Nikita Fomichev
ebab4f3af3 Merge remote-tracking branch 'origin/master' into add-tests-24.5-release 2024-06-06 14:52:21 +02:00
Arthur Passos
001ac9f847 fix no proxy hosts for remote and list resolvers 2024-06-06 09:48:48 -03:00
Antonio Andelic
373af69c4c Merge branch 'master' into fix-gwp-asan 2024-06-06 14:36:59 +02:00
Antonio Andelic
27fe0439fa Merge branch 'master' into fix-global-trace-collector 2024-06-06 14:36:02 +02:00
Joshua Hildred
76db904de1 Update integration tests to use UInt rather than Int 2024-06-06 05:28:16 -07:00
Joshua Hildred
59f50ca235 Fix existing tests to use UInt rather than Int 2024-06-06 05:28:16 -07:00
Joshua Hildred
095508edb7 Add additional tests 2024-06-06 05:28:16 -07:00
josh-hildred
e495bf0742 Update src/Interpreters/getCustomKeyFilterForParallelReplicas.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2024-06-06 05:28:16 -07:00
Joshua Hildred
e3e5f304b9 Update docs 2024-06-06 05:28:16 -07:00
Joshua Hildred
0c0c6bee32 Address review comments 2024-06-06 05:28:15 -07:00
Joshua Hildred
bde8d19f45 Address review comments 2024-06-06 05:28:15 -07:00
josh-hildred
677b2de5ed Update docs/en/operations/settings/settings.md
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2024-06-06 05:28:15 -07:00