Commit Graph

112279 Commits

Author SHA1 Message Date
Kseniia Sumarokova
65259d964b
Merge pull request #48167 from lzydmxy/add_columns_for_system_storage_policies
Add columns for table `system.storage_policies`
2023-04-10 18:32:13 +02:00
Igor Nikonov
e3b5072eb8
Merge pull request #48525 from ClickHouse/parallel-reading-from-file
Parallel processing right after reading `FROM file()`
2023-04-10 18:30:05 +02:00
Nikolai Kochetov
28484cd762
Merge pull request #48522 from ClickHouse/many-mutations-memory-limit
Reduce memory usage for multiple alter delete mutations.
2023-04-10 12:50:42 +02:00
Alexey Milovidov
c279516ac1
Merge branch 'master' into parallel-reading-from-file 2023-04-10 08:02:50 +03:00
Alexey Milovidov
a7db8d1d71
Merge pull request #48569 from awfeequdng/bugfix/wide_integer
bugfix: compare Bits and sizeof(Arithmetic) * 8
2023-04-10 07:25:51 +03:00
Alexey Milovidov
3678f7b4bd
Merge pull request #48572 from ClickHouse/update-cctz-4
Update CCTZ
2023-04-10 07:24:57 +03:00
Alexey Milovidov
dee2262183
Merge pull request #48574 from ClickHouse/fix-slow-test
Remove slow test from debug builds
2023-04-10 07:24:26 +03:00
Alexey Milovidov
8e90b7d446 Fixup 2023-04-10 03:31:53 +02:00
Alexey Milovidov
dddca7d9a4
Merge pull request #48563 from ClickHouse/server-uuid-macro
Add support for `{server_uuid}` macro
2023-04-10 03:40:47 +03:00
Alexey Milovidov
1f6b9809dd Better exception messages for unparsed Bool 2023-04-10 02:32:04 +02:00
Alexey Milovidov
5cb00e13c3 Add a test 2023-04-10 02:31:49 +02:00
Igor Nikonov
e1fa279c98 Fix tests for flaky check 2023-04-09 23:40:32 +00:00
robot-ch-test-poll1
0de5ab140d
Merge pull request #48573 from den-crane/patch-64
Doc. Better translation of deltaSumTimestamp / more clear description
2023-04-10 01:29:42 +02:00
Alexey Milovidov
c06a5ab85f Remove slow test from debug builds 2023-04-10 01:04:23 +02:00
Denny Crane
36871fad34
Update deltasumtimestamp.md 2023-04-09 19:38:08 -03:00
Denny Crane
028a21658d
Update deltasumtimestamp.md 2023-04-09 19:34:10 -03:00
Denny Crane
a4183204f9
Update deltasumtimestamp.md 2023-04-09 19:27:13 -03:00
Denny Crane
c89eb29b0f
Update deltasumtimestamp.md 2023-04-09 19:24:42 -03:00
Alexey Milovidov
98cabda66d Update CCTZ 2023-04-10 00:15:15 +02:00
Igor Nikonov
1187534545 Simpler way to resize pipeline 2023-04-09 21:26:39 +00:00
Igor Nikonov
6fe6e1fea5 Adopt tests to run in parallel or mark as no-parallel (for flaky check) 2023-04-09 19:55:45 +00:00
Alexey Milovidov
94b9a9d7a6
Merge pull request #48566 from ClickHouse/alexey-milovidov-patch-6
Update 02207_allow_plaintext_and_no_password.sh
2023-04-09 22:27:47 +03:00
Alexey Milovidov
eda4a021a6
Merge branch 'master' into server-uuid-macro 2023-04-09 22:26:58 +03:00
Alexey Milovidov
44e418987c
Update tests/queries/0_stateless/02711_server_uuid_macro.sql
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2023-04-09 22:26:49 +03:00
caipengxiang
286424be05 bugfix: compare Bits and sizeof(Arithmetic) * 8 2023-04-09 22:59:17 +08:00
Alexey Milovidov
c3c07c05ea
Update 02207_allow_plaintext_and_no_password.sh 2023-04-09 09:36:20 +03:00
Alexey Milovidov
d23cd018ec Update test 2023-04-09 07:46:27 +02:00
Alexey Milovidov
90ebdedfdd
Merge pull request #48562 from ClickHouse/serxa-patch-3
Remove misleading comment and block
2023-04-09 08:40:00 +03:00
Alexey Milovidov
6292a08c9c Add a test 2023-04-09 03:25:38 +02:00
Alexey Milovidov
09ea79aaf7 Add support for {server_uuid} macro 2023-04-09 03:04:26 +02:00
Igor Nikonov
d80364ffa0 Fix tests: truncate output file on insert 2023-04-08 22:51:12 +00:00
Sergei Trifonov
b319271d59
Remove misleading comment
It is no longer "significant" after `NOEXCEPT_SCOPE` macro rework #39229
2023-04-08 22:50:24 +02:00
Igor Nikonov
bcb913e7b3 A try to prevent possible tests flakyness due to file() parallelization 2023-04-08 20:16:36 +00:00
robot-clickhouse-ci-1
3302f1ff90
Merge pull request #48299 from CurtizJ/do-not-build-unnecessary-sets
Do not build sets for skip indexes if they are not used
2023-04-08 21:25:06 +02:00
Alexey Milovidov
5495cb2935
Merge pull request #48521 from ClibMouse/feature/tiny-improvement
Use std::string::starts_with instead of a roll your own variant
2023-04-08 22:19:48 +03:00
Alexey Milovidov
16fe18a7b6
Merge pull request #48520 from ClibMouse/feature/use-string-view-instead-of-strlen
Use std::string_view instead of strlen
2023-04-08 22:19:28 +03:00
Alexey Milovidov
c77acace86
Merge pull request #48528 from ClickHouse/bracketed
Fix bracketed-paste mode messing up password input in client reconnect
2023-04-08 22:16:02 +03:00
Igor Nikonov
0fbb05bf55 Fix 02286_mysql_dump_input_format 2023-04-08 19:15:18 +00:00
Alexey Milovidov
83dd5e0294
Merge pull request #48552 from ClickHouse/better-exception-message-zstd
Better exception message for ZSTD
2023-04-08 22:15:14 +03:00
Igor Nikonov
32ac23803f Fix test which can become flaky due to file() parallelization 2023-04-08 19:02:18 +00:00
Igor Nikonov
0dc3193e6b Fix 02293_formats_json_columns 2023-04-08 17:29:08 +00:00
Alexey Milovidov
c2f9a072c1
Merge pull request #48559 from artem-pershin/fix_typo_in_comment_storage_lock_for_alter
Fix typo in word acquired, in comment for lockForAlter method
2023-04-08 19:58:12 +03:00
Artem Pershin
2b00c8cb9b Fix typo in word acquired, in comment for lockForAlter method 2023-04-08 18:39:04 +03:00
Alexander Tokmakov
bf20e6bfc6
Merge pull request #48550 from ClickHouse/fix_sync_replica
Fix some tests
2023-04-08 14:41:10 +03:00
Alexey Milovidov
ec60a10694 Better exception message for ZSTD 2023-04-08 00:54:05 +02:00
Vitaly Baranov
62e9c419de
Merge pull request #48519 from azat/build/fwd-decl-threadpool
Use forward declaration of ThreadPool
2023-04-08 00:44:01 +02:00
Alexander Tokmakov
e39ee3f0af suppress a bug in filesystem cache 2023-04-07 22:54:49 +02:00
Nikolay Degterinsky
41891839a0
Merge pull request #48185 from evillique/add-kafka-murmur-hash-function
Add kafkaMurmurHash function
2023-04-07 22:06:56 +02:00
Igor Nikonov
8fdc2b3326 Perf test 2023-04-07 20:06:11 +00:00
Alexander Tokmakov
9929185eab fix REPLACE_RANGE 2023-04-07 20:31:03 +02:00