Alexander Tokmakov
2da12f0b59
fix intersection of drop range and merge
2021-05-13 17:04:36 +03:00
Vitaliy Zakaznikov
58685dc9fa
Disabling RBAC module.
...
Removing debugging code.
2021-05-13 10:04:08 -04:00
Mikhail Filimonov
dd619e1e37
Try to stabilize flapping test
2021-05-13 16:03:32 +02:00
Vasily Nemkov
3119660406
Fixed now64(): added second optional argument for timezone.
2021-05-13 16:51:32 +03:00
Nikolai Kochetov
d78be51fb4
Calculate header for ActionsDAG
2021-05-13 16:38:18 +03:00
Kruglov Pavel
7b26483080
Rename param
2021-05-13 16:37:44 +03:00
alesapin
e7eae2688c
Also retry database creation
2021-05-13 16:37:19 +03:00
Kruglov Pavel
fb17078af3
Merge branch 'master' into filimonov-logger-levels
2021-05-13 16:10:01 +03:00
alesapin
3abc891107
Merge pull request #24037 from amosbird/dh
...
Run check_*_compiler_flag earlier
2021-05-13 15:32:23 +03:00
mergify[bot]
1b181606e8
Merge branch 'master' into arrow_array
2021-05-13 12:23:48 +00:00
Pavel Kruglov
ff6e4bf91a
Remove debug output
2021-05-13 15:21:39 +03:00
Alexander Tokmakov
e114c7eb8b
fix virtual parts in REPLACE_RANGE
2021-05-13 14:29:59 +03:00
Vladimir
454b77c654
Update SplitByRegexpImpl
2021-05-13 13:27:29 +03:00
Vladimir
33c3a2711c
Fix 01866_split_by_regexp.reference
2021-05-13 13:26:31 +03:00
Kseniia Sumarokova
135bed27f5
Merge pull request #23196 from Amesaru/progress_bar_for_LocalServer
...
Progress bar for local server
2021-05-13 13:13:53 +03:00
kssenii
7115045317
Tiny changes
2021-05-13 09:39:57 +00:00
Pavel Kruglov
ec214bb04c
Try fix tests again
2021-05-13 12:23:59 +03:00
Vladimir
7c77dd1e21
Minor changes in splitByRegexp
2021-05-13 12:21:00 +03:00
Alexander Kuzmenkov
6b04e66d5d
Merge remote-tracking branch 'origin/aku/uniq-two-level' into HEAD
2021-05-13 12:07:43 +03:00
Alexander Kuzmenkov
99ab98b64c
fix the tests
2021-05-13 12:06:59 +03:00
abel-wang
452dec891d
correct reference name
2021-05-13 16:54:17 +08:00
Maksim Kita
f3ee14d24a
Merge pull request #24066 from azat/buffer-total-lock-contention
...
Do not acquire lock for total_bytes/total_rows for Buffer engine
2021-05-13 11:15:06 +03:00
Nikolai Kochetov
636b86d13e
Disable 01710_projection_fetch for database replicated.
2021-05-13 11:13:24 +03:00
alesapin
c484cb4f37
Merge pull request #24073 from ClickHouse/fix_snapshot_race
...
Fix concurrent snapshot read/write
2021-05-13 10:47:41 +03:00
Pavel Kruglov
42d7621aee
Change tests
2021-05-13 10:20:24 +03:00
kssenii
0cb0bd48f7
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-fixes
2021-05-13 06:36:51 +00:00
Vladimir Chebotarev
1141872db2
Fix tests II.
2021-05-13 08:46:16 +03:00
Vladimir Chebotarev
a3f7992442
Fixed typo.
2021-05-13 08:46:16 +03:00
Vladimir Chebotarev
83dddb33db
Better tests fix.
2021-05-13 08:46:16 +03:00
Vladimir Chebotarev
8ba32fc935
Fix tests I.
2021-05-13 08:46:16 +03:00
Vladimir Chebotarev
b738e25f5b
Better handling of HTTP errors in PocoHTTPClient
.
2021-05-13 08:46:16 +03:00
Vitaliy Zakaznikov
7e899fff76
Comment 4 to retrigger CI/CD pipeline to check test stability.
2021-05-12 23:42:20 -04:00
Alexander Kuzmenkov
220f5b512e
try even smaller value
2021-05-13 06:15:44 +03:00
abel-wang
51c1d7c7ba
split into characters when split by '' & add docs
2021-05-13 11:15:38 +08:00
abel-wang
99b9fe6c33
add function splitByRegexp
2021-05-13 10:37:09 +08:00
feng lv
c6f8ab9826
fix
2021-05-13 02:05:53 +00:00
Vitaliy Zakaznikov
086a30a198
Comment 3 to retrigger CI/CD pipeline to check test stability.
2021-05-12 19:36:26 -04:00
alexey-milovidov
020cececc4
Merge pull request #24051 from georgthegreat/thread-local-arc
...
Enable thread_local in Arcadia build
2021-05-13 01:34:22 +03:00
Pavel Kruglov
cef7c8700b
Try to fix tests
2021-05-13 00:48:06 +03:00
Maksim Kita
5e1e968ef8
Merge pull request #24064 from davenger/uuid_build_fix
...
Generate ya.make for missing UUID.cpp
2021-05-13 00:41:13 +03:00
Maksim Kita
ed1a87352b
Merge pull request #24065 from azat/bash-completion-format
...
bash-completion: complete available formats
2021-05-12 23:41:02 +03:00
Azat Khuzhin
074b57fe82
Do not acquire lock for total_bytes/total_rows for Buffer engine
...
When Buffer() is under preassure, acquiring per-layer lock may take
significant time. And so the following query may take significant amount of time:
SELECT total_bytes, total_rows FROM system.tables WHERE engine='Buffer'
2021-05-12 23:38:00 +03:00
Azat Khuzhin
26a1277609
Fix typo for IStorage::totalRows() comment
2021-05-12 23:38:00 +03:00
alesapin
f2a8b5b2c6
Fix concurrent snapshot read/write
2021-05-12 23:28:01 +03:00
Dmitriy
107054c9cd
Update deltasumtimestamp.md
...
Поставил недостающие запятые.
2021-05-12 22:58:04 +03:00
sevirov
42152a4cc0
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 22:55:57 +03:00
sevirov
6747151c6d
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 22:55:45 +03:00
Vitaliy Zakaznikov
889d406341
Commint to retrigger CI/CD pipeline to check test stability.
2021-05-12 15:55:29 -04:00
sevirov
3bdc52eae0
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 22:55:25 +03:00
Dmitriy
6616b670e9
Update deltaSum and deltaSumTimestamp functions
...
Внес небольшие правки.
2021-05-12 22:52:52 +03:00