alexey-milovidov
|
3a265cd9f3
|
Merge pull request #8213 from ClickHouse/fix-exists-query
Fixed segfault in EXISTS query
|
2019-12-14 23:02:08 +03:00 |
|
Alexey Milovidov
|
22301e534b
|
Don't use https in test to postpone fix of UBSan report in libressl
|
2019-12-14 19:48:19 +03:00 |
|
alexey-milovidov
|
cd556a35e6
|
Merge pull request #8210 from 4ertus2/bugs
Fix `There's no column` error for materialized and alias columns
|
2019-12-14 19:45:07 +03:00 |
|
alexey-milovidov
|
39a8f1e9c7
|
Merge pull request #8202 from zhang2014/feature/support_drop_mysql_database
ISSUES-6063 support drop mysql database engine
|
2019-12-14 19:44:17 +03:00 |
|
alexey-milovidov
|
e009584086
|
Merge pull request #8164 from nicelulu/master
Fix trivial count query with ConvertingBlockInputStream.
|
2019-12-14 19:39:49 +03:00 |
|
root
|
22bc508dc4
|
use currentDatabase().
|
2019-12-14 13:28:16 +08:00 |
|
Nikita Mikhaylov
|
f055239cde
|
Merge pull request #8207 from nikitamikhaylov/fix-parallel-cancel-test
Light fix of parallel cancel test
|
2019-12-14 01:59:32 +03:00 |
|
Nikita Mikhaylov
|
69f32e007c
|
remove comment
|
2019-12-14 01:59:17 +03:00 |
|
Alexey Milovidov
|
0998dcbda6
|
Fixed segfault in EXISTS query
|
2019-12-13 23:24:03 +03:00 |
|
chertus
|
8c9ca6891f
|
fix 'There's no column' error for materialized and alias columns
|
2019-12-13 21:46:55 +03:00 |
|
alexey-milovidov
|
8727f30ef8
|
Merge pull request #7790 from bgranvea/simple-aggregate-function-fix
Fix "Sizes of columns doesn't match" error with SimpleAggregateFunction
|
2019-12-13 20:56:03 +03:00 |
|
alexey-milovidov
|
d0408e8265
|
Merge pull request #8204 from ClickHouse/nullable-rand
rand and nullable argument
|
2019-12-13 20:50:07 +03:00 |
|
Nikita Mikhaylov
|
9936fd2bc4
|
fix added
|
2019-12-13 19:44:33 +03:00 |
|
Alexander Kuzmenkov
|
5b67c55ec6
|
Update containers for #6892.
|
2019-12-13 16:57:10 +03:00 |
|
Boris Granveaud
|
3502e3858a
|
provide test case
|
2019-12-13 14:10:49 +01:00 |
|
Nikolai Kochetov
|
bd2517343d
|
Fi rand and randConstant for nullable types.
|
2019-12-13 16:10:02 +03:00 |
|
zhang2014
|
713923e451
|
Support detach and drop table for mysql database engine
|
2019-12-13 19:48:38 +08:00 |
|
root
|
63aaf64e93
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into lulu-master1
|
2019-12-13 16:12:43 +08:00 |
|
alesapin
|
d894d1df3d
|
Merge pull request #8135 from excitoon/patch-4
Fixed `test_multiple_disks::test_kill_while_insert` a little
|
2019-12-13 11:06:34 +03:00 |
|
zhangxiao018
|
8a2b8647e4
|
add test.
|
2019-12-13 11:59:51 +08:00 |
|
alexey-milovidov
|
399995d60b
|
Merge pull request #7812 from infinivision/fix_part_mutation
fix part mutation
|
2019-12-13 03:45:59 +03:00 |
|
alexey-milovidov
|
ad76a1bafb
|
Merge pull request #8185 from vitlibar/fix-drop-dictionary-if-exists
Fix DROP DICTIONARY IF EXISTS
|
2019-12-13 02:47:06 +03:00 |
|
alexey-milovidov
|
575208c6e2
|
Merge pull request #8182 from ClickHouse/aku/msan-exception
Suppress an msan false positive in exception handling.
|
2019-12-13 02:41:28 +03:00 |
|
alexey-milovidov
|
efb916c556
|
Merge pull request #8176 from ClickHouse/fix_tmp_drop_relative_path
Fix loading of partially dropped table
|
2019-12-13 02:28:13 +03:00 |
|
alexey-milovidov
|
989671cffe
|
Update 01046_materialized_view_with_join_over_distributed.sql
|
2019-12-13 00:01:33 +03:00 |
|
Mikhail Filimonov
|
32cd2912b7
|
Test for https://github.com/ClickHouse/ClickHouse/issues/5142
|
2019-12-12 21:49:45 +01:00 |
|
alexey-milovidov
|
0dc62d20e1
|
Merge pull request #8149 from zhang2014/feature/array_zip
Add arrayZip function
|
2019-12-12 22:00:39 +03:00 |
|
Vitaly Baranov
|
f81d9b4e73
|
Fix DROP DICTIONARY IF EXISTS db.dict - now it doesn't throw exceptions
even if db doesn't exist.
|
2019-12-12 21:37:44 +03:00 |
|
Alexander Kuzmenkov
|
f0ed2bd233
|
Suppress an msan false positive in exception handling.
See https://github.com/google/sanitizers/issues/1155
|
2019-12-12 21:28:58 +03:00 |
|
alexey-milovidov
|
51ed10ed78
|
Merge pull request #8011 from Jokser/aws-s3-sdk-integration
AWS SDK S3 integration
|
2019-12-12 20:43:16 +03:00 |
|
alexey-milovidov
|
5774078854
|
Merge pull request #8173 from excitoon/patch-5
Fixed flapping `test_ttl_move::test_moves_after_merges_work`
|
2019-12-12 18:22:34 +03:00 |
|
alexey-milovidov
|
c47acef529
|
Merge pull request #8163 from ClickHouse/dictionaries_ddl_on_cluster
Dictionaries ddl on cluster
|
2019-12-12 18:20:15 +03:00 |
|
alexey-milovidov
|
29b2e26074
|
Merge pull request #8144 from 4ertus2/decimal
Decimal specializations for min/max
|
2019-12-12 18:18:14 +03:00 |
|
Alexander Tokmakov
|
1a6c973055
|
use absolute path and try to load table
|
2019-12-12 17:47:31 +03:00 |
|
Vladimir Chebotarev
|
3630b06cf9
|
Fixed flapping test_ttl_move::test_moves_after_merges_work
|
2019-12-12 16:42:03 +03:00 |
|
hcz
|
c0028c3942
|
Add aggregate function categoricalInformationValue (#8117)
* Add categorical iv aggregate function with tests
|
2019-12-12 16:28:28 +03:00 |
|
chertus
|
c63a0e88ed
|
add perf test for decimal aggregates
|
2019-12-12 16:11:07 +03:00 |
|
alesapin
|
e7f5b92b19
|
Add ability to create external dictionaries ON CLUSTER
|
2019-12-12 13:27:02 +03:00 |
|
Nikolai Kochetov
|
7ad2a6dd0b
|
Merge pull request #7170 from Enmk/DateTime64
DateTime64 data type
|
2019-12-12 12:20:22 +03:00 |
|
zhang2014
|
194ab5526d
|
add arrayZip function
|
2019-12-12 00:22:14 +08:00 |
|
Vasily Nemkov
|
f8fec0402b
|
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
|
2019-12-11 17:38:32 +03:00 |
|
Nikolai Kochetov
|
20026d7931
|
Added perftest.
|
2019-12-11 16:17:30 +03:00 |
|
Vladimir Chebotarev
|
7fd1668fde
|
Review fixes.
|
2019-12-11 13:24:20 +03:00 |
|
Vladimir Chebotarev
|
065b681a8c
|
Boosted test_ttl_move::test_moves_to_volume_work a little.
|
2019-12-11 13:24:20 +03:00 |
|
Vladimir Chebotarev
|
67aa268bbb
|
Finally fixed tests and logic for extended TTL syntax.
|
2019-12-11 13:24:20 +03:00 |
|
Vladimir Chebotarev
|
164360e7ad
|
Fixed test_ttl_move again.
|
2019-12-11 13:24:20 +03:00 |
|
Vladimir Chebotarev
|
2e853e3211
|
Fixed more typos in test_ttl_move .
|
2019-12-11 13:24:20 +03:00 |
|
Vladimir Chebotarev
|
ae4b2b4ace
|
Fixed some typos in test_ttl_move test.
|
2019-12-11 13:24:20 +03:00 |
|
Vladimir Chebotarev
|
3250955b07
|
Refactored tests a little bit.
|
2019-12-11 13:24:20 +03:00 |
|
Vladimir Chebotarev
|
b3427af0c1
|
Fixed typos in a test.
|
2019-12-11 13:24:20 +03:00 |
|