Alexander Tokmakov
|
ff68670029
|
add missing __init__.py
|
2020-10-28 13:22:10 +03:00 |
|
alexey-milovidov
|
b4f0e08369
|
Merge pull request #16158 from ClickHouse/minimal-ui
Added minimal web UI
|
2020-10-20 11:57:56 +03:00 |
|
alexey-milovidov
|
5e46e7c670
|
Merge pull request #15723 from Jokser/idempotent-part-move
Possibility to move part to another disk/volume if first attempt was failed
|
2020-10-20 04:26:50 +03:00 |
|
alexey-milovidov
|
257d3d4ccc
|
Merge pull request #16165 from den-crane/test/bug_8546
test for #8546
|
2020-10-20 04:09:41 +03:00 |
|
Alexey Milovidov
|
a554ca5e62
|
Added /play handler; added a test
|
2020-10-20 03:28:33 +03:00 |
|
Vitaly Baranov
|
235a493a25
|
Merge pull request #12736 from traceon/ldap-any-user-authentication
Add LDAP user directory support for locally non-existent users
|
2020-10-19 23:58:35 +03:00 |
|
Denis Zhuravlev
|
f7f1c1b267
|
test for #8546
|
2020-10-19 17:09:10 -03:00 |
|
alexey-milovidov
|
f3087c61ad
|
Merge pull request #16128 from den-crane/test/nulls-aggregatestates
tests for nullable_aggregate_states
|
2020-10-19 21:37:22 +03:00 |
|
alexey-milovidov
|
be7776608d
|
Merge pull request #15933 from ClickHouse/fix-global-in-result
Fix wrong result in case of GLOBAL IN and PREWHERE
|
2020-10-19 21:21:57 +03:00 |
|
alesapin
|
e853af9b4f
|
Merge pull request #15823 from kitaisreal/parser-allow-specify-primary-key-in-column-list
Parser allow specify primary key in column list
|
2020-10-19 17:09:12 +03:00 |
|
Denis Zhuravlev
|
5cd396b1b5
|
fix for floats
|
2020-10-19 10:52:28 -03:00 |
|
alesapin
|
963bc57835
|
Merge pull request #16011 from ClickHouse/fix_alter_add_and_modify_order_by
Fix alter sorting key for ReplicatedVersionedCollapsingMergeTree
|
2020-10-19 10:31:13 +03:00 |
|
Denis Zhuravlev
|
1dea2fd1dd
|
tests for nullable_aggregate_states
|
2020-10-18 21:10:50 -03:00 |
|
alexey-milovidov
|
d1c705d47f
|
Merge pull request #16046 from ClickHouse/test-param-uuid
Added a test for query parameter of type UUID
|
2020-10-18 19:10:57 +03:00 |
|
alexey-milovidov
|
6dc5cb166f
|
Merge pull request #16082 from CurtizJ/fix-bad-aggregation
Fix segfault with wrong aggregation in lambdas
|
2020-10-18 04:36:29 +03:00 |
|
alexey-milovidov
|
8f0a52bbcf
|
Merge pull request #16103 from den-crane/test/bug_8425
test for the bug #8425
|
2020-10-18 04:36:12 +03:00 |
|
alexey-milovidov
|
882a600a8f
|
Merge pull request #16106 from den-crane/test/bug_8580
test for the bug #8580
|
2020-10-18 04:36:02 +03:00 |
|
Denis Zhuravlev
|
b5004980ad
|
test for the bug 8580
|
2020-10-16 19:28:07 -03:00 |
|
Denis Zhuravlev
|
9c04bd8f01
|
test for the bug #8490
|
2020-10-16 19:07:16 -03:00 |
|
Denis Zhuravlev
|
a29c3b1c06
|
test for the bug #8425
|
2020-10-16 18:43:23 -03:00 |
|
Alexander Kuzmenkov
|
12bb7a05ba
|
Merge pull request #16034 from ClickHouse/aku/fasttest-improve
Make the Fast Test easier to run locally
|
2020-10-16 23:29:04 +03:00 |
|
Pavel Kovalenko
|
ad92127036
|
Fixed move part exception getting in test_merge_tree_s3_failover.
|
2020-10-16 17:30:34 +03:00 |
|
Anton Popov
|
0de364ec94
|
fix segfault with wrong aggregation in lambdas
|
2020-10-16 16:12:30 +03:00 |
|
alesapin
|
dc1a5abea9
|
Remove cluster type check during alter
|
2020-10-16 14:59:58 +03:00 |
|
alesapin
|
10bd25f037
|
One more negative case
|
2020-10-16 13:58:00 +03:00 |
|
alesapin
|
056d794fe4
|
One more test case
|
2020-10-16 13:56:04 +03:00 |
|
Pavel Kovalenko
|
a474bdcabf
|
Merge remote-tracking branch 'origin/master' into idempotent-part-move
|
2020-10-16 13:02:40 +03:00 |
|
Mike
|
e89a3b5d09
|
Fixing arrayIndex functions when right operand is LC but left is not (#16038)
|
2020-10-16 12:08:44 +03:00 |
|
alesapin
|
07c12116e2
|
Merge pull request #16007 from CurtizJ/fix-complex-key-direct
Allow to use direct layout for dictionaries with complex keys
|
2020-10-16 10:03:10 +03:00 |
|
Alexey Milovidov
|
1cca8d09c5
|
Added a test for query parameter of type UUID
|
2020-10-16 02:36:28 +03:00 |
|
Maksim Kita
|
9bd30b041a
|
Parser allow specify primary key in column list
|
2020-10-15 23:33:00 +03:00 |
|
Nikita Mikhaylov
|
6512d84b31
|
Merge pull request #15985 from CurtizJ/redis-cached-dict
Add support of cache layout for Redis dictionaries with complex key
|
2020-10-15 22:35:36 +03:00 |
|
Alexander Kuzmenkov
|
f46887dcaa
|
improve fasttest usability
|
2020-10-15 20:29:07 +03:00 |
|
Anton Popov
|
9c9ad2cc85
|
Merge branch 'master' into fix-complex-key-direct
|
2020-10-15 18:53:59 +03:00 |
|
Anton Popov
|
9ad80d6568
|
skip test in arcadia
|
2020-10-15 18:52:42 +03:00 |
|
Vitaly Baranov
|
5f261cec3c
|
Merge pull request #15199 from filimonov/non_delimited_protobuf
ProtobufSingle format
|
2020-10-15 16:58:39 +03:00 |
|
Alexander Kuzmenkov
|
f7f59ca23f
|
Merge pull request #15982 from vitlibar/fix-ambiguity-in-parsing-of-settings-profiles
Fix ambiguity in parsing of settings profiles.
|
2020-10-15 16:23:32 +03:00 |
|
alesapin
|
2002289003
|
Fix bug in alter primary key for replicated versioned collapsing merge tree
|
2020-10-15 16:02:39 +03:00 |
|
Nikolai Kochetov
|
963ce315b2
|
Merge pull request #15454 from azat/dict-prealloc
Speedup hashed/sparse_hashed dictionary loading by preallocating the hash table
|
2020-10-15 15:03:53 +03:00 |
|
Anton Popov
|
424dd3147c
|
allow to use direct layout for dictionaries with complex keys
|
2020-10-15 14:59:41 +03:00 |
|
Denis Zhuravlev
|
059b0608b4
|
test for bug 5346
|
2020-10-14 23:48:55 -03:00 |
|
tavplubix
|
04206db7da
|
Merge pull request #15974 from ClickHouse/merging_14295
Merging #14295
|
2020-10-14 23:51:42 +03:00 |
|
Anton Popov
|
3050b2e67b
|
add support of cache layout for redis dictionaries with complex key
|
2020-10-14 22:57:07 +03:00 |
|
tavplubix
|
0deda56e2b
|
trigger sync check
|
2020-10-14 22:41:19 +03:00 |
|
alexey-milovidov
|
1d309c34c8
|
Merge pull request #15497 from filipecaixeta/master
Add an SQL function formatReadableTimeDelta to format time delta
|
2020-10-14 22:36:57 +03:00 |
|
Vitaly Baranov
|
2f13fcb4b7
|
Fix ambiguity in parsing of settings profiles.
|
2020-10-14 20:30:24 +03:00 |
|
Alexander Kuzmenkov
|
cb15e72229
|
make some perf tests slower
|
2020-10-14 18:39:27 +03:00 |
|
Vitaly Baranov
|
a33d84f3a4
|
Update 00825_protobuf_format_output.sh
|
2020-10-14 16:32:33 +03:00 |
|
Vitaly Baranov
|
fc285bf82c
|
Update 00825_protobuf_format_output.sh
Fix the error code after resolving conflict
|
2020-10-14 16:30:15 +03:00 |
|
Vitaly Baranov
|
997570780d
|
Merge branch 'master' into non_delimited_protobuf
|
2020-10-14 16:26:57 +03:00 |
|