Commit Graph

109174 Commits

Author SHA1 Message Date
Sema Checherinda
0c9643f1ed make listing in parrallel as well 2023-02-25 16:27:27 +01:00
Robert Schulze
960a0b6582
Merge pull request #46858 from ClickHouse/rs/escaping-docs
Minor fixup of string escaping syntax docs
2023-02-25 16:24:17 +01:00
Robert Schulze
d74632cdb7
Minor fixup of string escaping syntax docs 2023-02-25 15:23:15 +00:00
Robert Schulze
95c2d0131a
Merge branch 'master' into rs/fix-slowhyperscanchecker 2023-02-25 16:09:01 +01:00
Alexander Gololobov
7606d2406b Check that argument sizes and result size match 2023-02-25 14:47:45 +01:00
Alexander Gololobov
d8c5da1a50 A test to check that computed value is equal in all rows 2023-02-25 14:46:23 +01:00
Anton Popov
37570f10ea
Merge pull request #46364 from CurtizJ/add-query-id-in-response
Add `X-ClickHouse-Query-Id` header in all queries
2023-02-25 14:18:35 +01:00
Nikolai Kochetov
57b5f9e7d7 Fix case with no detached parts for table. 2023-02-25 13:33:20 +01:00
Sema Checherinda
e2bfa83429 cancel workers when exception 2023-02-25 13:33:20 +01:00
Sema Checherinda
08dc874a37 do not run support threads if no tasks left 2023-02-25 13:33:20 +01:00
Sema Checherinda
e5cbe4311e create limites count of support threads for a block 2023-02-25 13:33:20 +01:00
Sema Checherinda
ef0c1841af work with comments on review 2023-02-25 13:33:20 +01:00
Sema Checherinda
3b58249320 pack several files in one thread 2023-02-25 13:33:20 +01:00
Sema Checherinda
8abc1f0d5d fix build and style 2023-02-25 13:33:20 +01:00
Sema Checherinda
dce319e1c5 add multitreading for StorageSystemDetachedParts 2023-02-25 13:33:20 +01:00
Alexander Gololobov
f8ce665a27
Merge pull request #46849 from ClickHouse/fix-bad-function-name
Fix wrong function name
2023-02-25 10:21:32 +01:00
Alexey Milovidov
10c2bfe2ee Add a test 2023-02-25 09:08:24 +01:00
Alexey Milovidov
9ec6f94638 Add a test 2023-02-25 09:07:55 +01:00
Azat Khuzhin
f56eb86f7b Fix 01520_client_print_query_id test
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-25 09:07:52 +01:00
Azat Khuzhin
5321a8183e Fix 02116_interactive_hello test
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-25 09:04:54 +01:00
Alexey Milovidov
fbff23403f Add a test 2023-02-25 08:53:53 +01:00
Alexey Milovidov
21ba6b70e6 Fix MSan report in Map data type 2023-02-25 08:47:48 +01:00
Alexey Milovidov
c659d84b47 Fix MSan report in Map data type 2023-02-25 08:46:21 +01:00
Alexey Milovidov
cde1bdad10 Spelling 2023-02-25 08:45:53 +01:00
Alexey Milovidov
f9faec7ba0 Do not backoff reading from URL in case of too many opened files 2023-02-25 03:21:34 +01:00
Alexey Milovidov
83c41755ed Remove unused header 2023-02-25 03:21:14 +01:00
Alexey Milovidov
4134e56ef0 Increase the limit for opened files in clickhouse-local 2023-02-25 03:20:47 +01:00
Alexey Milovidov
3b433783d5 Add a test for #45214 2023-02-25 01:03:38 +01:00
Alexey Milovidov
a712fc6435 Fix wrong function name 2023-02-25 00:27:54 +01:00
Alexey Milovidov
ae230e3a82
Update trap.cpp 2023-02-25 02:24:29 +03:00
Alexey Milovidov
150f8ec7bf Add a test for #43184 2023-02-25 00:22:57 +01:00
Alexey Milovidov
e23d68bcba Fix MSan report in "maxIntersections" function 2023-02-25 00:14:32 +01:00
Alexey Milovidov
7c3a7ea27a Fix MSan report in "maxIntersections" function 2023-02-25 00:13:15 +01:00
Alexey Milovidov
f28ab14759 Better handling of fatal errors 2023-02-24 23:29:06 +01:00
Alexey Milovidov
52beeadac7
Merge pull request #46755 from HarryLeeIBM/hlee-s390x-new-libunwind
Use latest libunwind for s390x
2023-02-25 00:40:06 +03:00
Alexey Milovidov
093eba5dfc
Merge pull request #46736 from ClickHouse/pending-on-rerun
Mark failed build reports as pending on reruns
2023-02-25 00:39:44 +03:00
Alexey Milovidov
20df2a01aa
Merge pull request #46783 from clickhouse-adrianfraguela/patch-1
Updated Slack invite link
2023-02-25 00:38:24 +03:00
Alexey Milovidov
fe2c313ada
Merge pull request #46796 from ClickHouse/rs/silence-zstd-build
Remove ZSTD version from CMake output
2023-02-25 00:37:23 +03:00
Alexey Milovidov
d6b618565e Add a trap 2023-02-24 22:35:51 +01:00
Alexey Milovidov
3d29e62587 Fix strange code 2023-02-24 22:33:39 +01:00
pufit
6a99c1b68a
Apply suggestions from code review
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-02-24 16:17:49 -05:00
Alexander Tokmakov
7a49521de8
Merge pull request #46779 from azat/tests/expect-timeout-fixes
Fix timeout for all expect tests (wrong usage of expect_after timeout)
2023-02-24 23:08:25 +03:00
Alexander Tokmakov
99cf9abe54
Merge branch 'master' into tests/expect-timeout-fixes 2023-02-24 23:07:45 +03:00
Azat Khuzhin
78bc48236b Relax symbols that are allowed in userinfo in *domain*RFC()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-24 20:51:48 +01:00
Azat Khuzhin
066389e6ff Relax symbols that are allowed in userinfo in netloc()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-24 20:51:44 +01:00
Alexey Milovidov
61ab6c7a37
Merge pull request #46840 from ClickHouse/changelog-edit
Edit the changelog
2023-02-24 22:47:20 +03:00
Alexey Milovidov
381f0cc5b3 Edit the changelog 2023-02-24 20:45:35 +01:00
Rich Raposa
75290a2455
Merge pull request #46838 from ClickHouse/add-mac-to-install
Update install.md
2023-02-24 12:43:11 -07:00
Yakov Olkhovskiy
da326dda03 comments fix 2023-02-24 19:19:51 +00:00
Azat Khuzhin
83071164cc Fix off-by-one error in netloc()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-24 20:15:29 +01:00