Commit Graph

16972 Commits

Author SHA1 Message Date
Alexey Milovidov
448bcdfdb4 Added a test [#CLICKHOUSE-3855] 2018-07-27 21:17:32 +03:00
Alexey Milovidov
bbdd780be0 Fixed error when IN is used as an aggregation key [#CLICKHOUSE-3855] 2018-07-27 21:14:58 +03:00
alexey-milovidov
e64c221649 Update Client.cpp 2018-07-27 20:41:05 +03:00
chertus
845edbe242 CLICKHOUSE-2: support negative tests 2018-07-27 20:41:05 +03:00
alexey-milovidov
cac790f08f
Update Client.cpp 2018-07-27 20:37:53 +03:00
alesapin
30f5b9efa1
Merge pull request #2745 from alesapin/master
Remove wrong parameter
2018-07-27 20:27:43 +03:00
alesapin
df7307191d Merge branch 'master' of github.com:alesapin/ClickHouse 2018-07-27 20:26:14 +03:00
alesapin
a28cf1ed98 Remove wrong option 2018-07-27 20:25:51 +03:00
chertus
6283c3f572 CLICKHOUSE-2: support negative tests 2018-07-27 20:19:22 +03:00
BayoNet
8879c75d8b Improvements based on comments on https://github.com/yandex/ClickHouse/pull/2730 2018-07-27 16:00:01 +03:00
BayoNet
cf1380fc77 Merge remote-tracking branch 'upstream/master' 2018-07-27 14:30:45 +03:00
Ivan Blinkov
20c68e5a6f
WIP on docs introduction articles (#2716)
* WIP on content of distinctive_features.md

* WIP on content of features_considered_disadvantages.md
2018-07-27 14:26:20 +03:00
alexey-milovidov
fa2bc00b81
Merge pull request #2736 from alesapin/master
Add docs for URL table engine and url table function
2018-07-27 14:21:34 +03:00
alexey-milovidov
d0507bb639
Update url.md 2018-07-27 14:18:54 +03:00
alesapin
c0f5e33fe8 Add docs for URL table engine and url table function 2018-07-27 13:21:04 +03:00
alexey-milovidov
58ebe8d572
Merge pull request #2735 from zhang2014/fix/window_funnel
ISSUES-2700 fix windowFunnel NULL pointer
2018-07-27 10:32:15 +03:00
zhang2014
4bc916029c ISSUES-2700 fix windowFunnel NULL pointer
Co-authored-by: zhang2014 <coswde@gmail.com>
Co-authored-by: sundy-li <543950155@qq.com>
2018-07-27 15:19:29 +08:00
alexey-milovidov
20f3f23901
Merge pull request #2732 from krishnevsky/patch-13
translated latest release notes
2018-07-27 01:45:41 +03:00
alexey-milovidov
9fad4b4e1a
Update CHANGELOG.md 2018-07-27 01:45:33 +03:00
Amy Krishnevsky
eb6aec2348
translated latest release notes 2018-07-26 17:15:25 -05:00
alexey-milovidov
9242588449
Merge pull request #2708 from VadimPE/CLICKHOUSE-3837
CLICKHOUSE-3837 Add support for table function in remote() and cluster()
2018-07-26 21:36:04 +03:00
alexey-milovidov
1140a07b58
Merge pull request #2729 from amosbird/master
Use docker exec to operate on kafka.
2018-07-26 21:34:04 +03:00
BayoNet
6555b05c77 Fixed links after restructurization of the documentation. 2018-07-26 21:02:40 +03:00
Vadim
ad006166b5
Update 00675_shard_remote_with_table_function.sql 2018-07-26 20:50:32 +03:00
alexey-milovidov
24b0be2cf0
Merge pull request #2727 from alesapin/CLICKHOUSE-3832
CLICKHOUSE-3832: Add HTTP Basic authentification in replication protocol
2018-07-26 20:50:09 +03:00
Vadim
da41c5cf47
Update 00675_shard_remote_with_table_function.sql 2018-07-26 20:49:51 +03:00
Amos Bird
54a08ed018 Use docker exec to operate on kafka. 2018-07-27 01:24:35 +08:00
BayoNet
5b9dfcb486 Merge remote-tracking branch 'upstream/master' 2018-07-26 20:03:23 +03:00
VadimPE
894c5b356d CLICKHOUSE-3837 2018-07-26 19:15:15 +03:00
alesapin
368face3c9 CLICKHOUSE-3832: Fix typo 2018-07-26 19:10:21 +03:00
alesapin
4fb89512b1 CLICKHOUSE-3832: Add error code to exception and change message, also change check for interserver_http_credentials 2018-07-26 19:01:43 +03:00
Alexey Zatelepin
02946d2bc1 Revert "Set up dns server for kafka integration tests."
This reverts commit 1c75c19106.
2018-07-26 18:52:50 +03:00
VadimPE
5c4b4e96f7 CLICKHOUSE-3837 fix test 2018-07-26 18:33:07 +03:00
alesapin
b7f937785d CLICKHOUSE-3832: Remove empty lines 2018-07-26 18:23:16 +03:00
alesapin
65a6a1225c
Merge pull request #2726 from alesapin/master 2018-07-26 18:20:02 +03:00
alesapin
1588964873 Merge branch 'master' of github.com:alesapin/ClickHouse 2018-07-26 18:16:06 +03:00
alesapin
9aec460f2e Fix build warning 2018-07-26 18:15:48 +03:00
VadimPE
bb5d8db9a1 CLICKHOUSE-3837 fix tests 2018-07-26 18:13:00 +03:00
alesapin
6abbfbce87 CLICKHOUSE-3832: Add HTTP Basic authentification in replication protocol 2018-07-26 18:10:57 +03:00
BayoNet
afd57d0372 - Functions with special support for NULL
- Descriptions for functons: arrayResize, multiIf, getSizeOfEnumType, toColumnTypeName, dumpColumnStructure, defaultValueOfArgumentType, indexHint, replicate.
- Enum description is updated
2018-07-26 17:41:59 +03:00
Alexey Milovidov
ec202a7fd0 Allow to start cluster with Kafka without pytest #2725 2018-07-26 17:40:33 +03:00
alexey-milovidov
d3ba0c1a6e
Merge pull request #2725 from amosbird/master
Set up dns server for kafka integration tests.
2018-07-26 14:53:52 +03:00
alexey-milovidov
2854818378
Update 00675_remote_with_table_function.sql 2018-07-26 14:38:07 +03:00
alesapin
175f564137 CLICKHOUSE-3832: Fix bracket 2018-07-26 12:53:59 +03:00
VadimPE
63ac512c60 CLICKHOUSE-3837 add tests 2018-07-26 11:06:06 +03:00
Amos Bird
1c75c19106 Set up dns server for kafka integration tests. 2018-07-26 12:53:48 +08:00
Alexey Milovidov
7893d584ec Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-25 22:35:21 +03:00
Alexey Milovidov
57f9abf6b2 Added clarifications for ZooKeeper operations [#CLICKHOUSE-3] 2018-07-25 22:34:58 +03:00
alexey-milovidov
44f4541592
Merge pull request #2722 from amosbird/patch-9
Update README.md
2018-07-25 22:06:07 +03:00
alexey-milovidov
67c0cf5efc
Merge pull request #2721 from alesapin/master
CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions
2018-07-25 21:50:14 +03:00