Alexander Kuzmenkov
|
bcf15170ed
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-11-19 15:29:51 +03:00 |
|
Alexander Kuzmenkov
|
f2b4c15ab0
|
Merge pull request #17152 from ClickHouse/aku/json-array
Write rows as JSON array in JSONEachRow output format
|
2020-11-19 15:27:31 +03:00 |
|
alesapin
|
978e577b0f
|
Merge pull request #16424 from filimonov/execute_merges_on_single_replica_v2
execute_merges_on_single_replica
|
2020-11-19 10:15:52 +03:00 |
|
alexey-milovidov
|
c7e88087cd
|
Merge pull request #16636 from hombit/cmath
Add some of missed cmath functions
|
2020-11-19 07:37:27 +03:00 |
|
alexey-milovidov
|
29bfb5a518
|
Merge pull request #16997 from vdimir/source-clickhouse-usability
source(clickhouse(...)) usability
|
2020-11-19 07:37:00 +03:00 |
|
alexey-milovidov
|
5aff81b8b8
|
Merge pull request #17135 from amosbird/ccc
Fix ColumnConst comparison.
|
2020-11-19 07:36:41 +03:00 |
|
Alexander Kuzmenkov
|
1570320e20
|
fixes for context hierarchy
|
2020-11-18 20:43:18 +03:00 |
|
Mikhail Filimonov
|
97fef77ed1
|
execute_merges_on_single_replica
|
2020-11-18 08:45:33 +01:00 |
|
Alexey Milovidov
|
26d7795221
|
Merge branch 'master' into amosbird-ccc
|
2020-11-18 07:42:45 +03:00 |
|
Alexander Kuzmenkov
|
b16c5a1748
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-11-17 22:54:54 +03:00 |
|
Alexander Kuzmenkov
|
51f9d54d10
|
test
|
2020-11-17 22:51:45 +03:00 |
|
Alexander Kuzmenkov
|
a8f29f7da6
|
make it a setting and not a format
|
2020-11-17 22:45:17 +03:00 |
|
Alexander Kuzmenkov
|
2bd6584636
|
JSONArray fixes
|
2020-11-17 21:33:54 +03:00 |
|
Konstantin Malanchev
|
07f65b852c
|
Fix tests
|
2020-11-17 17:48:16 +01:00 |
|
Nikita Mikhaylov
|
68b6f08e36
|
Merge pull request #16721 from nikitamikhaylov/parsing-constraints
Turn off parallel parsing when memory limit is small.
|
2020-11-17 17:37:14 +03:00 |
|
Amos Bird
|
f24cf46db5
|
Fix ColumnConst comparison.
|
2020-11-17 22:14:31 +08:00 |
|
tavplubix
|
b251478d98
|
Merge pull request #17072 from ClickHouse/fix_crash_16944
Fix crash in CREATE TABLE AS
|
2020-11-17 12:51:37 +03:00 |
|
Nikolai Kochetov
|
86395e11a2
|
Merge pull request #17006 from azat/fix-distributed-queries-finish
Fix Distributed queries finishing (avoid connection resets)
|
2020-11-17 11:11:27 +03:00 |
|
vdimir
|
428f42053b
|
Merge remote-tracking branch 'upstream/master' into source-clickhouse-usability
|
2020-11-16 22:34:28 +03:00 |
|
Alexander Tokmakov
|
8352e5d202
|
fix crash in CREATE AS
|
2020-11-16 13:14:12 +03:00 |
|
Nikolai Kochetov
|
00de84fbe3
|
Merge pull request #16610 from zhang2014/fix/ISSUES-16574
ISSUES-16574 try fix remote query failure when using 'if' suffix aggregate function
|
2020-11-16 12:41:14 +03:00 |
|
Nikolai Kochetov
|
684d649b70
|
Merge pull request #16928 from ClickHouse/fix-16580
Fix possible error Illegal type of argument for queries with ORDER BY.
|
2020-11-16 12:39:20 +03:00 |
|
tavplubix
|
88de1b052c
|
Merge pull request #16048 from ClickHouse/materialized-view-check-stack-size
Fix possible stack overflow in materialized views.
|
2020-11-16 12:02:27 +03:00 |
|
alexey-milovidov
|
0afa1b8fc4
|
Merge pull request #17044 from CurtizJ/remove-empty-parts-settings
Add setting remove_empty_parts
|
2020-11-15 23:06:44 +03:00 |
|
Nikolai Kochetov
|
0a1ba8095e
|
Merge pull request #16992 from ClickHouse/try-fix-ci-5
Trying to fix the unimportant "Arcadia" checks in the CI.
|
2020-11-15 20:18:13 +03:00 |
|
Anton Popov
|
de5ead0c40
|
add setting remove_empty_parts
|
2020-11-15 05:24:47 +03:00 |
|
vdimir
|
87baaa0d34
|
Test default empty password for CLICKHOUSE dict source
|
2020-11-14 23:59:29 +03:00 |
|
Alexey Milovidov
|
df081e57cf
|
Fix test
|
2020-11-14 23:22:15 +03:00 |
|
Alexey Milovidov
|
1991f1d827
|
Merge branch 'master' into amosbird-fixcrash
|
2020-11-14 23:19:57 +03:00 |
|
Azat Khuzhin
|
ed64f2ad67
|
Add a test for Distributed query finish does not produce any NETWORK_ERROR
|
2020-11-14 18:35:15 +03:00 |
|
alexey-milovidov
|
8ef4bfc0b5
|
Merge pull request #16968 from amosbird/blocktypemismatch
Fix missing conversion of unmutated parts
|
2020-11-14 17:16:51 +03:00 |
|
alexey-milovidov
|
66831d44d4
|
Merge pull request #16983 from ClickHouse/fix_my_flaky_tests
Trying to fix some flaky tests
|
2020-11-14 17:12:58 +03:00 |
|
vdimir
|
1dce20e5da
|
Default host, port and user parameters for source(clickhouse(...))
|
2020-11-14 16:44:45 +03:00 |
|
Nikolai Kochetov
|
ea8f6fde99
|
Add test to skiplist.
|
2020-11-13 22:30:38 +03:00 |
|
Nikolai Kochetov
|
ed98b48845
|
Merge pull request #16618 from ClickHouse/actions-dag-f14
Actions dag 2
|
2020-11-13 18:34:51 +03:00 |
|
Nikolai Kochetov
|
257bbcafea
|
Added test from #16588
(cherry picked from commit b5a8ef3ceb )
|
2020-11-13 17:46:23 +03:00 |
|
alesapin
|
14485238b1
|
Update 01040_dictionary_invalidate_query_switchover_long.sh
|
2020-11-13 16:28:04 +03:00 |
|
nikitamikhaylov
|
070d1bcdd0
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parsing-constraints
|
2020-11-13 16:27:17 +03:00 |
|
alesapin
|
5ef2eaeeef
|
Trying to fix some flaky tests
|
2020-11-13 16:25:18 +03:00 |
|
Nikolai Kochetov
|
b5a8ef3ceb
|
Added test from #16588
|
2020-11-13 15:51:50 +03:00 |
|
alesapin
|
2760593940
|
Better test
|
2020-11-13 13:50:15 +03:00 |
|
Nikolai Kochetov
|
00e8c8a2f6
|
Skip test.
|
2020-11-13 12:28:21 +03:00 |
|
alesapin
|
e590a341e5
|
Add test
|
2020-11-13 11:45:51 +03:00 |
|
alesapin
|
8d3858fc22
|
Merge pull request #16895 from CurtizJ/remove-empty-parts
Remove empty parts after they were pruned by TTL [2]
|
2020-11-13 10:00:18 +03:00 |
|
Nikita Mikhaylov
|
33bada767c
|
Merge branch 'master' into parsing-constraints
|
2020-11-12 23:25:39 +03:00 |
|
alesapin
|
bbd85c3b2d
|
Merge pull request #16390 from ClickHouse/add_separate_pool_for_fetches
Add separate pool for fetches
|
2020-11-12 22:42:28 +03:00 |
|
alexey-milovidov
|
2151365764
|
Merge pull request #16865 from filimonov/timeSeriesGroupSum-segfault
Fix for issue #16862
|
2020-11-12 19:39:14 +03:00 |
|
Nikolai Kochetov
|
e031e805c4
|
Fix test.
|
2020-11-12 19:04:35 +03:00 |
|
tavplubix
|
e0dc004b95
|
Merge pull request #16885 from amosbird/dd
Disable ATTACH/DETACH TABLE <DICTIONARY>
|
2020-11-12 16:34:21 +03:00 |
|
Nikolai Kochetov
|
1fec1de199
|
Sdded test
|
2020-11-12 15:39:35 +03:00 |
|