Alexey Zatelepin
|
f3519bb297
|
add test for mixing MODIFY PRIMARY KEY and MODIFY ORDER BY statements [#CLICKHOUSE-3859]
|
2018-11-28 16:34:57 +03:00 |
|
Alexey Zatelepin
|
e085bc9816
|
adapt code of #3609 [#CLICKHOUSE-3859]
|
2018-11-27 20:07:10 +03:00 |
|
Alexey Zatelepin
|
d3d9242462
|
Merge branch 'master' into alter-order-by
Conflicts:
dbms/src/Parsers/ASTAlterQuery.h
dbms/src/Parsers/ParserAlterQuery.cpp
dbms/src/Storages/AlterCommands.cpp
dbms/src/Storages/AlterCommands.h
|
2018-11-26 16:01:48 +03:00 |
|
alesapin
|
565100c716
|
Add option to disable host net
|
2018-11-26 13:23:03 +03:00 |
|
Alexey Milovidov
|
5a0feee45e
|
Removed "conditional computations" feature, because it is not ready #2272
|
2018-11-26 04:39:04 +03:00 |
|
alexey-milovidov
|
0b2848b0f2
|
Merge pull request #3662 from yandex/fixed-error-in-lower-upper-utf8
Fixed error in lowerUTF8 and upperUTF8 functions
|
2018-11-26 02:24:41 +03:00 |
|
Alexey Milovidov
|
ed48b38454
|
Added two more bugs [#CLICKHOUSE-2]
|
2018-11-26 02:23:01 +03:00 |
|
Alexey Milovidov
|
4cb7f2896c
|
Fixed error in lowerUTF8 and upperUTF8 functions [#CLICKHOUSE-2]
|
2018-11-26 01:26:36 +03:00 |
|
Alexey Milovidov
|
eac2d032bb
|
Better performance test [#CLICKHOUSE-2]
|
2018-11-25 04:16:48 +03:00 |
|
Alexey Milovidov
|
5a045ff11c
|
Fixed error in URL functions [#CLICKHOUSE-2]
|
2018-11-25 03:31:24 +03:00 |
|
Alexey Milovidov
|
244e64a757
|
Removed bug [#CLICKHOUSE-3]
|
2018-11-24 06:22:38 +03:00 |
|
Alexey Milovidov
|
fc9c7680b0
|
Added a test from Kodieg #2680
|
2018-11-24 06:20:05 +03:00 |
|
Alexey Milovidov
|
73e3a7b662
|
Fixed bad code; added generic implementation for "arrayReverse" function; added test [#CLICKHOUSE-3]
|
2018-11-24 06:14:54 +03:00 |
|
alexey-milovidov
|
bedca47bca
|
Merge pull request #3649 from yandex/low-cardinaliry-left-array-join
Low cardinaliry left array join
|
2018-11-24 04:16:38 +03:00 |
|
alexey-milovidov
|
905a4ffc04
|
Merge pull request #3651 from yandex/fix-functions-with-low-cardinality-argument-and-array-result
Fix functions with low cardinality argument and array result
|
2018-11-24 04:15:20 +03:00 |
|
Alexey Milovidov
|
fac15418aa
|
Added a test just in case #3584
|
2018-11-24 02:10:38 +03:00 |
|
Alexey Milovidov
|
954c974507
|
Added "POWER" alias to "pow" function; made some math functions case insensitive for compatibility #3638
|
2018-11-24 00:14:28 +03:00 |
|
Alexey Milovidov
|
6e2a6d9894
|
Added performance test #3350
|
2018-11-24 00:04:14 +03:00 |
|
Alexey Milovidov
|
910d57c1b5
|
Better test #3406
|
2018-11-23 22:52:24 +03:00 |
|
alexey-milovidov
|
af013285e9
|
Merge branch 'master' into base64_functions
|
2018-11-23 21:33:56 +03:00 |
|
Alexey Milovidov
|
2bd5e2b1eb
|
https://stackoverflow.com/questions/44067609/getting-error-importmismatcherror-while-running-py-test
|
2018-11-23 20:56:50 +03:00 |
|
alexey-milovidov
|
221388c01d
|
Merge pull request #3650 from yandex/script_for_integration_tests_in_docker
Add script and image for running integration tests in docker
|
2018-11-23 20:40:06 +03:00 |
|
Nikolai Kochetov
|
ced3937e87
|
Added test.
|
2018-11-23 20:00:45 +03:00 |
|
alesapin
|
3cfe5283e3
|
Fix readme and add net=host
|
2018-11-23 18:51:36 +03:00 |
|
alesapin
|
fc7007b78e
|
Add script and image for running integration tests in docker
|
2018-11-23 18:10:07 +03:00 |
|
Nikolai Kochetov
|
bbc6a11940
|
Added test for left array join with low cardinality.
|
2018-11-23 17:19:16 +03:00 |
|
alexey-milovidov
|
ac29388224
|
Merge pull request #3632 from yandex/fix-low-cardinality-distributed-group-by
Fix low cardinality distributed group by
|
2018-11-23 16:45:56 +03:00 |
|
alexey-milovidov
|
0822f500f8
|
Merge pull request #3642 from yandex/odbc_bridge_die_with_server
ODBC bridge die with server
|
2018-11-23 16:44:53 +03:00 |
|
alexey-milovidov
|
c6bc4279ee
|
Merge pull request #3377 from s-mx/CLICKHOUSE-4032
Added support for column COMMENTs in table definition.
|
2018-11-23 16:43:58 +03:00 |
|
alesapin
|
d31d30c8e1
|
Fix comments, naming, log about kill inability and better test
|
2018-11-23 11:08:35 +03:00 |
|
Alexey Milovidov
|
2a225174d4
|
Added performance test #3406
|
2018-11-23 02:45:16 +03:00 |
|
alexey-milovidov
|
1002ed7487
|
Merge branch 'master' into 3958/many_templates
|
2018-11-23 01:48:42 +03:00 |
|
alexey-milovidov
|
12045a0e0e
|
Merge pull request #3641 from yandex/fix-array-mapped-functions-with-low-cardinality-lambda
Fix array mapped functions with low cardinality lambda
|
2018-11-23 00:40:16 +03:00 |
|
alesapin
|
1e879850bb
|
Kill odbc-bridge with clickhouse-server
|
2018-11-22 18:59:00 +03:00 |
|
Nikolai Kochetov
|
510703fc7c
|
Added test
|
2018-11-22 18:57:38 +03:00 |
|
Nikolai Kochetov
|
a29fd043a4
|
Added test
|
2018-11-22 18:53:03 +03:00 |
|
Sabyanin Maxim
|
35fce9c3ac
|
add DROP TABLE IF EXISTS in test
|
2018-11-22 17:32:28 +03:00 |
|
Sabyanin Maxim
|
3a67b505c5
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-4032
|
2018-11-22 16:54:10 +03:00 |
|
Sabyanin Maxim
|
060fce3899
|
make ReplicatedMergeTree work with comments. ignore empty comments when make column_comments hashmap
|
2018-11-22 16:51:43 +03:00 |
|
Nikolai Kochetov
|
eac03c1c83
|
Added test. #3615
|
2018-11-21 21:59:58 +03:00 |
|
alesapin
|
ff5629263b
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-11-21 12:06:40 +03:00 |
|
alesapin
|
7d20d499a1
|
Switch integration tests to 18.10
|
2018-11-21 12:05:13 +03:00 |
|
alexey-milovidov
|
5038f13b08
|
Merge pull request #3514 from abyss7/CLICKHOUSE-3766
Implement 'ALTER … FREEZE' command
|
2018-11-21 07:17:21 +03:00 |
|
alexey-milovidov
|
be409f29b6
|
Update clickhouse-test
|
2018-11-21 07:16:47 +03:00 |
|
alexey-milovidov
|
f67e54dbf3
|
Merge pull request #3594 from yandex/CLICKHOUSE-4112
Add http connection pool between replicas
|
2018-11-21 06:57:22 +03:00 |
|
alexey-milovidov
|
235dc66881
|
Merge pull request #3564 from amosbird/master
Implement dictGet[OrDefault]
|
2018-11-21 06:48:10 +03:00 |
|
alexey-milovidov
|
9b0226a73d
|
Merge pull request #3588 from zhang2014/fix/predicate
ISSUES-1777 qualified subqueries when optimize predicate
|
2018-11-21 06:20:37 +03:00 |
|
Alexey Milovidov
|
31561ef25a
|
Fixed error; added test #3589
|
2018-11-21 06:09:56 +03:00 |
|
Alexey Milovidov
|
843fc0097b
|
Addition to prev. revision #3601
|
2018-11-21 04:00:50 +03:00 |
|
Alexey Milovidov
|
7a6fd980fe
|
Added performance test #3601
|
2018-11-21 03:59:17 +03:00 |
|