Anna
13b292865f
DOCSUP-2029: Split create.md ( #13302 )
...
* Split create.md into separated files
* Fixed links
* Fixed a typo
* Fixed links
* Fixed link
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
2020-08-06 20:05:43 +03:00
Alexander Kuzmenkov
c32fddbb6d
Do not fuzz CREATE queries
...
We don't do it anyway, the first unmodified query succeeds and all
others fail. Just make it official.
2020-08-06 18:40:40 +03:00
alesapin
25a472a306
Merge pull request #13407 from ClickHouse/fix_kill_mutation
...
Simplify kill mutations tests
2020-08-06 17:46:46 +03:00
Nikolai Kochetov
ac52726f7d
Renamed iterators. Added comment.
2020-08-06 17:16:52 +03:00
Nikolai Kochetov
06abfa367e
Update test.
2020-08-06 16:59:49 +03:00
Nikolai Kochetov
38c1d3b061
Fix build.
2020-08-06 16:47:08 +03:00
Alexander Kuzmenkov
511b097881
Merge pull request #13283 from ClickHouse/aku/dictionary-layout
...
Do not fuzz ASTDictionaryLayout
2020-08-06 16:44:10 +03:00
Alexander Kuzmenkov
e7e71b8615
Use the memcpy predicate from 6f8a274ba0
2020-08-06 16:34:23 +03:00
Alexander Kuzmenkov
9409629511
Merge remote-tracking branch 'origin/master' into HEAD
2020-08-06 16:29:43 +03:00
Alexander Kuzmenkov
dbb65a8bd7
performance comparison
2020-08-06 16:28:51 +03:00
Nikolai Kochetov
285f323653
Fix build.
2020-08-06 16:22:17 +03:00
Nikolai Kochetov
9ca0284c25
Update test.
2020-08-06 16:17:54 +03:00
Nikolai Kochetov
e4a40d0e09
Update tests.
2020-08-06 16:16:31 +03:00
Nikolai Kochetov
b28e121967
Fix tuple with NULL exement comparison.
2020-08-06 15:54:14 +03:00
vladimir golovchenko
3c307064b9
Fix a 'Week'-interval formatting for ATTACH/ALTER/CREATE QUOTA-statements.
2020-08-06 05:45:01 -07:00
Nikolai Kochetov
caef062135
Possibly fix race in StorageMemory.
2020-08-06 15:34:16 +03:00
hcz
b774036d6e
Add test case
2020-08-06 18:08:16 +08:00
Nikolai Kochetov
539be71635
Fix tests.
2020-08-06 13:05:27 +03:00
alesapin
ed022bf8e6
Simplify kill mutations tests
2020-08-06 12:50:23 +03:00
Azat Khuzhin
15be6a0dd5
Fix quirks for PrettyCompactMonoBlock
...
- Fix PrettyCompactMonoBlock for clickhouse-local (broken in 20.3+,
fails with an error `Unknown format PrettyCompactMonoBlock`, after #6239 )
- Fix extremes/totals with PrettyCompactMonoBlock (even before 20.3
breakage they were simply ignored)
2020-08-06 11:59:45 +03:00
Azat Khuzhin
3aba406f47
Add a test for PrettyCompactMonoBlock via clickhouse-local
2020-08-06 11:59:45 +03:00
alesapin
4c08fff0d3
Merge pull request #13397 from ClickHouse/ensure-submodules-from-proper-url
...
Ensure that all the submodules are from proper urls
2020-08-06 11:56:06 +03:00
alesapin
aa7d5adf11
Merge pull request #13379 from ClickHouse/remove-recursive-submodules
...
Remove recursive submodules
2020-08-06 11:50:40 +03:00
Anna
a6fb067a75
DOCSUP-1915: Split system-table.md into separate files. ( #13160 )
...
* Corrected en files
* Split system-tables.md into separate files
* Fixed links.
* Fixed links.
* Fixed links.
* Fixed links.
* Add ref to original article
* Fixed links
* Add toc_folder_title and translate
* Add stack_trace.md, correct toc-title
* Fixed links
* Hypothesis testing
* Hypothesis testing
* Update run.sh, thanks @azat
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-08-06 11:50:29 +03:00
alesapin
d387b97a69
Merge pull request #13285 from filimonov/kafka_fix_test_rdkafka_15
...
Fix for test_kafka_flush_by_block_size after rdkafka 1.5
2020-08-06 11:48:21 +03:00
hcz
dadcca6c08
Fix empty output of arrow related formats
2020-08-06 16:32:31 +08:00
Nikita Mikhaylov
f6fe0b9a19
Merge pull request #13386 from nikitamikhaylov/text-log-fix-2
...
Deadlock in textlog
2020-08-06 12:23:14 +04:00
Alexey Milovidov
e942104eb5
Add a check
2020-08-06 06:13:02 +03:00
Alexey Milovidov
ba3cc10e78
Merge branch 'remove-recursive-submodules' into ensure-submodules-from-proper-url
2020-08-06 06:12:46 +03:00
Alexey Milovidov
8fd4038234
Fix UBSan error
2020-08-06 04:59:02 +03:00
Alexey Milovidov
070b43fa35
Update submodule
2020-08-06 04:06:48 +03:00
Anton Popov
e7d3154d38
fix queries with order by prefix of primary key and constant columns
2020-08-06 02:37:39 +03:00
Alexander Kuzmenkov
a92438eff2
performance comparison
2020-08-06 02:33:32 +03:00
Alexander Kuzmenkov
88aa371e0c
performance comparison
2020-08-06 02:02:52 +03:00
Alexander Kuzmenkov
45b57f2df5
fixes
2020-08-06 00:53:35 +03:00
Alexander Kuzmenkov
3b1bacf390
Merge remote-tracking branch 'origin/master' into HEAD
2020-08-06 00:15:06 +03:00
Vitaly Baranov
a97cfbd618
Merge pull request #13340 from MyroTk/INSERT_RBAC_functionality
...
Added testing for RBAC functionality of INSERT privilege.
2020-08-05 22:04:59 +03:00
Alexey Milovidov
4abf9cb6b9
Remove useless submodules from GRPC
2020-08-05 19:44:24 +03:00
Nikita Mikhaylov
fa51f15f00
fix style
2020-08-05 19:23:14 +03:00
Alexander Kuzmenkov
9cac8a7244
performance comparison
2020-08-05 19:07:37 +03:00
Alexander Kuzmenkov
7945041a9a
perf test error summary
2020-08-05 18:56:51 +03:00
Alexander Kuzmenkov
5c2d7fc569
fixes
2020-08-05 18:45:44 +03:00
Nikita Mikhaylov
b80677fdb3
Update OwnSplitChannel.cpp
2020-08-05 18:12:06 +03:00
Alexey Milovidov
88e772bec3
Update submodules
2020-08-05 17:53:20 +03:00
alesapin
63391bbb66
Merge pull request #13382 from Enmk/fasttest-fix-query_masking_rules.xml
...
Keep original query_masking_rules.xml when performing fasttests
2020-08-05 17:47:33 +03:00
alesapin
a18461091f
Merge pull request #13384 from ClickHouse/fix_fast_test_server_kill
...
Better kill in fast test
2020-08-05 17:42:52 +03:00
Alexey Milovidov
796308e0f0
Forked some submodules
2020-08-05 17:41:36 +03:00
Alexey Milovidov
2cd811975a
Update Sentry
2020-08-05 17:41:27 +03:00
Alexey Milovidov
4348d6746c
Remove submodules
2020-08-05 17:32:23 +03:00
Alexander Kuzmenkov
ead62bc9d7
Remove everything except static_assert for same type
2020-08-05 17:12:41 +03:00