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 |
|
Alexey Zatelepin
|
392b59a2fe
|
fix running tests with custom clickhouse-client [#CLICKHOUSE-2]
|
2017-08-31 23:32:03 +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
|
aa2d29f5f9
|
Update ReadWriteBufferFromHTTP.cpp, Context.cpp, etc
Update ASTSystemQuery.cpp
Update ASTSystemQuery.h
Update dictionary_clickhouse_cache.xml
Update dictionary_clickhouse_flat.xml
|
2017-08-31 13:26:02 +03:00 |
|
alexey-milovidov
|
5d14855989
|
Merge branch 'master' into CLICKHOUSE-2931
|
2017-08-31 00:23:39 +03:00 |
|
Alexey Milovidov
|
9fdbd576f6
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-08-30 21:53:37 +03:00 |
|
Alexey Milovidov
|
1531268281
|
Added aggregate functions groupBitAnd, groupBitOr, groupBitXor [#CLICKHOUSE-2].
|
2017-08-30 21:52:14 +03:00 |
|
Nikolai Kochetov
|
d4bf2bf102
|
replaced tabs to spaces in config files [#CLICKHOUSE-3031]
|
2017-08-30 21:30:57 +03:00 |
|
Nikolai Kochetov
|
ee90da3014
|
added tests [#CLICKHOUSE-3031]
|
2017-08-30 21:30:57 +03:00 |
|
Vitaliy Lyudvichenko
|
4b0c7ecf21
|
Add integration tests for SYSTEM queries. [#CLICKHOUSE-2931]
|
2017-08-28 20:27:16 +03:00 |
|
Vitaliy Lyudvichenko
|
eb05798130
|
Add SYSTEM queries parser. [#CLICKHOUSE-2931]
|
2017-08-28 20:27:16 +03:00 |
|
Vitaliy Lyudvichenko
|
b818258af9
|
Add ability to run an integration test env without test runs. [#CLICKHOUSE-2]
|
2017-08-25 16:51:12 +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 |
|
Nikolai Kochetov
|
7fa337c297
|
added tests [#CLICKHOUSE-3245]
|
2017-08-23 15:44:18 +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 |
|
Vitaliy Lyudvichenko
|
ad40104022
|
Unix timestamp format for DateTime fields in CSV. Resolves #366. [#CLICKHOUSE-3168]
|
2017-08-15 23:22:36 +03:00 |
|
Nikolai Kochetov
|
89df47fd52
|
added test for drop temporary table
|
2017-08-15 22:31:40 +03:00 |
|
Vitaliy Lyudvichenko
|
05d3f338ca
|
Add useful .gitignore. [#CLICKHOUSE-2]
|
2017-08-14 15:03:43 +03:00 |
|
Vitaliy Lyudvichenko
|
33a50b4d65
|
Fix false IOError messages in integration tests log. [#CLICKHOUSE-2]
|
2017-08-14 14:49:30 +03:00 |
|
Alexey Milovidov
|
96d8ba9e3f
|
Fixed typo [#CLICKHOUSE-2].
|
2017-08-14 04:29:19 +03:00 |
|
Alexey Milovidov
|
6ec873c75e
|
Fixed test (it was dependent on time zone) [#CLICKHOUSE-2].
|
2017-08-14 03:02:12 +03:00 |
|
Alexey Milovidov
|
1cc50263d8
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-08-13 12:20:15 +03:00 |
|
Alexey Milovidov
|
9aca95001e
|
Fixed regression, added test [#CLICKHOUSE-2].
|
2017-08-13 12:20:05 +03:00 |
|
Vitaliy Lyudvichenko
|
d9ce96f8f5
|
Fixed test and misspellings. [#CLICKHOUSE-3207]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
a34ab8201a
|
Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
183c55676e
|
Fixed ON CLUSTER DDL for Views. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
e4785aeb4d
|
Simplified clean queue logic. Added more tests. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
c2e84d6df7
|
Fixed several errors in case of connection loss. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
cb02a1b3b5
|
Add random ZK packets drops into test. Fixed a couple bugs. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
c2cf3f81be
|
Fix test after rebase. [#CLICKHOUSE-312]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
628de0a3ea
|
Fixed logging of DDL queries. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
736feab79f
|
Add port field. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Alexey Zatelepin
|
c99f3d7ee0
|
add test [#CLICKHOUSE-3151]
|
2017-08-13 12:17:09 +03:00 |
|
Vitaliy Lyudvichenko
|
04dcec32b4
|
Specialized implementation of groupArray() for Date and DateTime. [#CLICKHOUSE-3213]
|
2017-08-12 03:46:42 +03:00 |
|
Nikolai Kochetov
|
b7f8ac1f2d
|
rewrote rewriting of SELECT query in StorageMerge with WITH statement
|
2017-08-12 00:01:28 +03:00 |
|