proller
|
d469e5eddd
|
Fix no-shard tests
|
2017-09-26 23:55:22 +03:00 |
|
proller
|
c46ce859a1
|
Fix tests on clean storage
|
2017-09-26 23:37:03 +03:00 |
|
Alexey Zatelepin
|
4160bcfdf5
|
add custom partitioning tests [#CLICKHOUSE-3000]
|
2017-09-26 20:40:02 +03:00 |
|
Alexey Zatelepin
|
ceddecbc10
|
implement missing getExtremes() functions [#CLICKHOUSE-3000]
|
2017-09-26 20:40:02 +03:00 |
|
Nikolai Kochetov
|
937d3f3883
|
added test [#CLICKHOUSE-3339]
|
2017-09-26 20:34:48 +03:00 |
|
Nikolai Kochetov
|
c8dc25815f
|
fixed pointinPolygon test, clang build
|
2017-09-26 19:07:00 +03:00 |
|
Vitaliy Lyudvichenko
|
9d3f28f52d
|
Fix an error for POST queries with empty body. [#CLICKHOUSE-3333]
|
2017-09-24 02:38:12 +03:00 |
|
Nikolai Kochetov
|
9a19cdb617
|
added test
|
2017-09-24 02:16:30 +03:00 |
|
Vitaliy Lyudvichenko
|
7ee2c52328
|
Use clickhouse extract-from-config intead of clickhouse --extract-from-config and so on. [#CLICKHOUSE-2928]
|
2017-09-24 02:15:56 +03:00 |
|
Alexey Milovidov
|
ac2b615890
|
Fixed test on Ubuntu Precise [#CLICKHOUSE-2].
|
2017-09-20 20:14:45 +03:00 |
|
Alexey Milovidov
|
045675be20
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-09-20 19:32:07 +03:00 |
|
Alexey Milovidov
|
3d219b220b
|
Fixed test [#CLICKHOUSE-3].
|
2017-09-20 19:31:44 +03:00 |
|
KochetovNicolai
|
e0efb7e8c1
|
Point in polygon (#1264)
* added FunctionPointInPolygonWithGrid [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix PointInPolygonWithGrid [#CLICKHOUSE-3201]
* fix PointInPolygonWithGrid [#CLICKHOUSE-3201]
* fix PointInPolygonWithGrid [#CLICKHOUSE-3201]
* fix PointInPolygonWithGrid [#CLICKHOUSE-3201]
* added test for PointInPolygonWithGrid [#CLICKHOUSE-3201]
* added test for PointInPolygonWithGrid with holes [#CLICKHOUSE-3201]
* added arbitrary orientation for polygons in PointInPolygonWithGrid [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix arbitrary orientation for polygons in PointInPolygonWithGrid [#CLICKHOUSE-3201]
* added test for arbitrary orientation for polygons in PointInPolygonWithGrid [#CLICKHOUSE-3201]
* fixed shifted grid for PointInPolygonWithGrid, added test [CLICKHOUSE-3201]
* expand box for complex polygons in PointInPolygonWithGrid [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fix expand box for complex polygons in PointInPolygonWithGrid [#CLICKHOUSE-3201]
* added pool to PointInPolygonWithGrid [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* changed FunctionPointInPolygonWithGrid signature [#CLICKHOUSE-3201]
* changed FunctionPointInPolygonWithGrid signature [#CLICKHOUSE-3201]
* fixed test [#CLICKHOUSE-3201]
* unified signature for PointInPolygon [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* supported Float64 for pointInPolygon [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fix build [#CLICKHOUSE-3201]
* fixed check for numeric tuple in PointInPolygon function [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* added profile events polygons pool [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* fixed build [#CLICKHOUSE-3201]
* Update FunctionsGeo.cpp
|
2017-09-20 05:30:44 +03:00 |
|
Alex Bocharov
|
e99c969a1c
|
Aggregate function sumMap: improve insertResultInto method and change return type to Tuple(Array(K), Array(V)).
|
2017-09-19 13:35:25 +01:00 |
|
alexey-milovidov
|
edb66bfffe
|
Merge branch 'master' into master
|
2017-09-18 10:31:31 +03:00 |
|
Alexey Milovidov
|
565902fc4d
|
Added comment; fixed test [#CLICKHOUSE-2].
|
2017-09-17 20:58:30 +03:00 |
|
Alex Bocharov
|
591cd5c009
|
Add new aggregate function sumMap(key, value).
|
2017-09-15 12:14:19 +01:00 |
|
Vitaliy Lyudvichenko
|
826c354ff5
|
Fixed merges progress bar. [#CLICKHOUSE-2]
|
2017-09-15 01:04:13 +03:00 |
|
Nikolai Kochetov
|
c14263a9fa
|
added test
|
2017-09-13 22:33:47 +03:00 |
|
proller
|
8a7e604a2a
|
Tests fixes (#1238)
* Tests: catch xml internal error
* Tests fixes
|
2017-09-13 21:08:38 +03:00 |
|
proller
|
be4deb7979
|
Fix test order (#1209)
* Again fix test 00501_http_head
* Better test reverse
* Fix test reverse sort
* Update clickhouse-test
|
2017-09-07 00:04:23 +03:00 |
|
proller
|
b538df661a
|
Again fix test 00501_http_head
|
2017-09-06 22:07:22 +03:00 |
|
proller
|
7e46044474
|
Fix test 00501_http_head
|
2017-09-06 18:20:15 +03:00 |
|
proller
|
44b44a13d2
|
Fix http_head test (#1203)
* Fix http_head test
* Longer timeout
|
2017-09-05 21:53:28 +03:00 |
|
Alexey Milovidov
|
96061a9053
|
Temporarily removed test for incomplete modification [#CLICKHOUSE-2].
|
2017-09-05 00:35:28 +03:00 |
|
alexey-milovidov
|
d1f1c59ef3
|
Merge pull request #1188 from proller/fix3
Segmentation fault on HEAD HTTP query #912
|
2017-09-04 20:10:18 +03:00 |
|
Vladimir Chebotarev
|
e39fb48377
|
functions: pointInPolygon(). [#CLICKHOUSE-3201]
|
2017-09-04 17:26:28 +03:00 |
|
proller
|
f3cb0ad7e8
|
Merge remote-tracking branch 'upstream/master' into fix3
|
2017-09-04 14:12:51 +03:00 |
|
Alexey Milovidov
|
b6a533adef
|
Added test [#CLICKHOUSE-3270].
|
2017-09-02 01:00:25 +03:00 |
|
proller
|
863fd72c8a
|
Segmentation fault on HEAD HTTP query #912
|
2017-09-02 00:46:12 +03:00 |
|
alexey-milovidov
|
775d95888a
|
Merge pull request #1163 from yandex/CLICKHOUSE-2931
Introduce SYSTEM queries
|
2017-09-01 20:45:29 +03:00 |
|
alexey-milovidov
|
897a9ad6b2
|
Merge pull request #1146 from yandex/array-functions-concat-slice-push-pop
Array functions concat slice push pop
|
2017-09-01 20:30:51 +03:00 |
|
Vitaliy Lyudvichenko
|
c32bf4f597
|
Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931]
|
2017-09-01 20:05:24 +03:00 |
|
Nikolai Kochetov
|
a9e2a17f69
|
fixed estimateNumRows in MergeTreeBlockSizePredictor; fixed reading of empty block in prewhere; added test [#CLICKHOUSE-3266]
|
2017-09-01 15:18:40 +03:00 |
|
Vitaliy Lyudvichenko
|
0b36305ad3
|
Parse unix timestamps in JSONEachRow format. [#CLICKHOUSE-3268]
|
2017-08-31 20:12:48 +03:00 |
|
Alexey Milovidov
|
9c7f195c6e
|
Removed flappy test (race condition in test) [#CLICKHOUSE-3267].
|
2017-08-31 13:47:49 +03:00 |
|
Alexey Milovidov
|
1531268281
|
Added aggregate functions groupBitAnd, groupBitOr, groupBitXor [#CLICKHOUSE-2].
|
2017-08-30 21:52:14 +03:00 |
|
Nikolai Kochetov
|
239f4f2d36
|
merged with master
|
2017-08-25 15:05:18 +03:00 |
|
Nikolai Kochetov
|
e223d07031
|
fixed test [#CLICKHOUSE-2090]
|
2017-08-25 14:58:33 +03:00 |
|
Nikolai Kochetov
|
f70ead2539
|
added test [#CLICKHOUSE-2090]
|
2017-08-24 22:39:30 +03:00 |
|
Vitaliy Lyudvichenko
|
02f0bcb17f
|
Fixed incorrect assertion in INSERT queries with binary formats. [#CLICKHOUSE-3242]
|
2017-08-23 16:57:22 +03:00 |
|
Vitaliy Lyudvichenko
|
61289c5c61
|
Fixed test after forcing ENGINE for MV. [#CLICKHOUSE-3]
|
2017-08-23 14:44:53 +03:00 |
|
alexey-milovidov
|
1d39b94992
|
Update 00101_materialized_views_and_insert_without_explicit_database.sql
|
2017-08-19 00:10:53 +03:00 |
|
Vitaliy Lyudvichenko
|
e52428ddb2
|
Fixed SIGSEGV in CREATE TABLE AS <MV>. MV without ENGINE is forbidden! [#CLICKHOUSE-2]
Resolves #1112
Resolves #598
|
2017-08-19 00:10:53 +03:00 |
|
Alexey Milovidov
|
d5b9f2127f
|
Added test result [#CLICKHOUSE-2].
|
2017-08-18 22:06:39 +03:00 |
|
Alexey Milovidov
|
304ccf29b2
|
Fixed error; added test [#CLICKHOUSE-2].
|
2017-08-18 22:02:50 +03:00 |
|
Nikolai Kochetov
|
f8bf45a5ec
|
added test [#CLICKHOUSE-3237]
|
2017-08-17 23:06:00 +03:00 |
|
Alexey Milovidov
|
eb88391655
|
Fixed error with alias substitution [#CLICKHOUSE-2986].
|
2017-08-16 23:10:25 +03:00 |
|
Alexey Milovidov
|
68c57b2b61
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-08-16 00:53:03 +03:00 |
|
Alexey Milovidov
|
2ddf462563
|
Fixed regression [#CLICKHOUSE-2].
|
2017-08-16 00:52:52 +03:00 |
|