Nikolai Kochetov
|
277e3b8364
|
test for insert into remote table function
|
2018-01-29 13:08:25 +03:00 |
|
Nikolai Kochetov
|
b0f66bb234
|
remote don't use rpc for local replicas
|
2018-01-29 13:08:20 +03:00 |
|
proller
|
288c6c8406
|
Fix test in macos
|
2018-01-26 17:18:35 +03:00 |
|
alexey-milovidov
|
bea49ca136
|
Merge pull request #1741 from yandex/array-functions-hasAll-hasAny-intersect
Array functions hasAll hasAny arrayIntersect arrayResize
|
2018-01-26 12:06:48 +03:00 |
|
proller
|
63b3bccb04
|
Test and build fixes (#1822)
* Fix travis
* try
* try
* Disable macos
* Travis enable macos
* Fix
* fast_finish: true
* fix
* fxi
* fix openssl
* fix
* fix
* Fix
* try travis
* fix
* fix
* Cmake: dont filter platform-depended files in cmake
* misc
* renamed: tests/server_wrapper.sh -> tests/clickhouse-test-serve
* install clickhouse-test-server
* clickhouse-test-server wip
* wip
|
2018-01-26 12:03:38 +03:00 |
|
Vitaliy Lyudvichenko
|
4665201827
|
Add metric for duplicated inserts. [#CLICKHOUSE-2]
|
2018-01-25 21:47:44 +03:00 |
|
Vitaliy Lyudvichenko
|
61233b886a
|
Better system.part_log. [#CLICKHOUSE-3342]
|
2018-01-25 21:40:02 +03:00 |
|
Nikolai Kochetov
|
9965f5e357
|
swap source and last_exception in StorageSystemDictionaries
|
2018-01-25 18:57:07 +03:00 |
|
robot-metrika-test
|
76629e99ae
|
Auto version update to [54343]
|
2018-01-24 03:11:30 +03:00 |
|
Alexey Milovidov
|
6066f3b8d2
|
Removed flappy test [#CLICKHOUSE-2]
|
2018-01-24 03:10:06 +03:00 |
|
Alexey Milovidov
|
6a60a6dbde
|
Fixed error in prev. revision [#CLICKHOUSE-2]
|
2018-01-23 22:43:06 +03:00 |
|
alexey-milovidov
|
b8cb9267c7
|
Merge pull request #1804 from arkhipov/master
Replace subqueries and table expressions on the right side of the IN …
|
2018-01-23 22:31:49 +03:00 |
|
alexey-milovidov
|
151901af0f
|
Merge pull request #1814 from yandex/CLICKHOUSE-3545
Make early deduplication with block number creation
|
2018-01-23 22:27:02 +03:00 |
|
Alexey Milovidov
|
e8a0dde15b
|
Added more checks [#CLICKHOUSE-2].
|
2018-01-23 21:49:15 +03:00 |
|
Vitaliy Lyudvichenko
|
b4ab7d4b8e
|
Make early deduplication with block number creation. [#CLICKHOUSE-3545]
|
2018-01-23 18:50:29 +03:00 |
|
Vlad Arkhipov
|
6738d6a995
|
Add comments. Improve method names.
|
2018-01-23 11:18:12 +03:00 |
|
alexey-milovidov
|
e585cce18d
|
Merge pull request #1810 from yandex/CLICKHOUSE-3409
Clickhouse-3409
|
2018-01-23 03:31:48 +03:00 |
|
Nikolai Kochetov
|
49101fb0a6
|
added test for macro for cluster name in Distributerd table and DDL [#CLICKHOUSE-3409]
|
2018-01-22 21:49:21 +03:00 |
|
Nikolai Kochetov
|
018c32010e
|
added macro for cluster name in Distributerd table and DDL [#CLICKHOUSE-3409]
|
2018-01-22 21:49:17 +03:00 |
|
Alexey Milovidov
|
a7149b63e7
|
Added config substitution to log to console in development environment [#CLICKHOUSE-2].
|
2018-01-22 21:12:47 +03:00 |
|
alexey-milovidov
|
21274e80cc
|
Update Set.cpp
|
2018-01-22 21:07:55 +03:00 |
|
robot-metrika-test
|
220ae501fb
|
Auto version update to [54342]
|
2018-01-22 20:51:44 +03:00 |
|
Nikolai Kochetov
|
ff0328aee7
|
fix build [#CLICKHOUSE-2998]
|
2018-01-22 13:18:55 +03:00 |
|
Alexey Milovidov
|
98c52ede21
|
Style [#CLICKHOUSE-2]
|
2018-01-22 07:05:18 +03:00 |
|
Alexey Milovidov
|
08a76cbdcc
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-01-22 01:00:27 +03:00 |
|
Vlad Arkhipov
|
be96cf5133
|
Replace subqueries and table expressions on the right side of the IN operator with their results in order to make MergeTree storage engines evaluate the corresponding conditions by using the index.
|
2018-01-21 11:22:52 +03:00 |
|
proller
|
c430af5fb8
|
Freebsd fixes
|
2018-01-21 02:23:19 +03:00 |
|
proller
|
ee8272561a
|
More builder fixes (#1801)
* fix boost
* Fix gtest
* fix gtest
* fix
* fix gtest
* fix
|
2018-01-20 05:35:16 +03:00 |
|
Alexey Milovidov
|
61e5b0476f
|
Removed experimental implementations of pointInPolygon variants [#CLICKHOUSE-2]
|
2018-01-19 23:22:47 +03:00 |
|
robot-metrika-test
|
e77e8a838f
|
Auto version update to [54341]
|
2018-01-19 23:07:33 +03:00 |
|
Nikolai Kochetov
|
ba1bfb97c8
|
Merge branch 'array-function-resize' into array-functions-hasAll-hasAny-intersect
|
2018-01-19 22:33:43 +03:00 |
|
Nikolai Kochetov
|
677758edaa
|
added function arrayResize [#CLICKHOUSE-2998]
added test for arrayResize [#CLICKHOUSE-2998]
|
2018-01-19 22:32:06 +03:00 |
|
Nikolai Kochetov
|
4fb9ad3981
|
added push to GatherUtils [#CLICKHOUSE-2998]
|
2018-01-19 22:32:01 +03:00 |
|
alexey-milovidov
|
6b5809ef42
|
Update getMostSubtype.h
|
2018-01-19 22:08:39 +03:00 |
|
alexey-milovidov
|
f425781c72
|
Update getMostSubtype.cpp
|
2018-01-19 22:01:22 +03:00 |
|
alexey-milovidov
|
fff9c411e4
|
Update getMostSubtype.cpp
|
2018-01-19 21:53:53 +03:00 |
|
alexey-milovidov
|
0a3b1679ec
|
Update ClearableHashSet.h
|
2018-01-19 21:51:45 +03:00 |
|
alexey-milovidov
|
1f9ea8b6b0
|
Merge pull request #1721 from zhang2014/fix/ISSUES-957
ISSUES-957 fix not work when materialized columns with buff table
|
2018-01-19 21:50:26 +03:00 |
|
alexey-milovidov
|
1b462b0b94
|
Merge pull request #1759 from yandex/CLICKHOUSE-3432
Fixed 'intersects previous part' due to blind OPTIMIZE
|
2018-01-19 21:48:41 +03:00 |
|
alexey-milovidov
|
6198fe4a1a
|
Update StorageReplicatedMergeTree.cpp
|
2018-01-19 21:46:22 +03:00 |
|
alexey-milovidov
|
e8ebf3b56a
|
Update StorageReplicatedMergeTree.cpp
|
2018-01-19 21:45:28 +03:00 |
|
alexey-milovidov
|
f770156b0b
|
Update MergeTreeDataMerger.cpp
|
2018-01-19 21:42:22 +03:00 |
|
Amos Bird
|
f87d80c378
|
Add #pragma once for SquashingTransform.h
|
2018-01-19 21:40:23 +03:00 |
|
Vitaliy Lyudvichenko
|
bee7127572
|
Refactoring of Graphite merger. [#CLICKHOUSE-2860]
|
2018-01-19 21:40:05 +03:00 |
|
proller
|
9ea2521944
|
Fix macos build
|
2018-01-19 20:04:32 +03:00 |
|
Nikolai Kochetov
|
60465df20c
|
fixed arrayPushBack, arrayPushFront tests [#CLICKHOUSE-2998]
|
2018-01-19 17:03:35 +03:00 |
|
Nikolai Kochetov
|
ea7ccda006
|
added ValueSourceVisitor, simplified concat for multiple arguments [#CLICKHOUSE-2998]
|
2018-01-19 16:48:18 +03:00 |
|
Alexey Milovidov
|
ba4a07c739
|
Added test [#CLICKHOUSE-2]
|
2018-01-19 05:21:38 +03:00 |
|
Alexey Milovidov
|
f2a65f222a
|
Fixed bad code in implementation of NULLs [#CLICKHOUSE-2]
|
2018-01-19 05:15:10 +03:00 |
|
Alexey Milovidov
|
3e3d7b354a
|
Updated re2 to the latest version [#CLICKHOUSE-2]
|
2018-01-19 04:18:47 +03:00 |
|