Alexey Milovidov
|
cfe900c997
|
Fixed test #1947.
|
2018-02-28 23:05:29 +03:00 |
|
Vitaliy Lyudvichenko
|
f89d9dbfb9
|
Fixed segfault in an integration test. [#CLICKHOUSE-2]
|
2018-02-27 21:46:16 +03:00 |
|
alexey-milovidov
|
924cc3451f
|
Merge pull request #1955 from yandex/CLICKHOUSE-3606
Added consistent hashing functions
|
2018-02-27 10:52:41 +03:00 |
|
Vitaliy Lyudvichenko
|
cf5c378ed7
|
Add optimized version of sumbur hash, reduced buckets range. [#CLICKHOUSE-3606]
|
2018-02-27 03:01:51 +03:00 |
|
Vitaliy Lyudvichenko
|
8669983ce1
|
Add performance test. [#CLICKHOUSE-3606]
|
2018-02-26 22:00:40 +03:00 |
|
Alexey Milovidov
|
03d4c352ec
|
Fixed bad test #1947
|
2018-02-26 21:39:21 +03:00 |
|
proller
|
566d66e858
|
Dictionary Library source: Persistent per-dictionary custom data store (#1917)
* LibraryDictionarySource: Support numeric types, initial support for strings
* Dictionary Library source with string types
* clang-format
* Dictionary Library source: Persistent per-dictionary custom data store
* Fix unused
* Allocate -> New
* Update examples
* fix
|
2018-02-26 19:57:14 +03:00 |
|
Vitaliy Lyudvichenko
|
4e27c268a1
|
Add clickhouse-copier description to the docs. [#CLICKHOUSE-3606]
|
2018-02-26 18:27:36 +03:00 |
|
Vitaliy Lyudvichenko
|
120530e44c
|
Add requested changes. [#CLICKHOUSE-3606]
|
2018-02-26 15:14:20 +03:00 |
|
Alexey Milovidov
|
3772c88472
|
Removed bad code that may lead to (harmless) race condition [#CLICKHOUSE-2]
|
2018-02-24 04:31:42 +03:00 |
|
Vitaliy Lyudvichenko
|
11b4cf3163
|
Updated test. [#CLICKHOUSE-3606]
|
2018-02-24 01:47:35 +03:00 |
|
Vitaliy Lyudvichenko
|
077f413a0d
|
Added consistent hashing functions. [#CLICKHOUSE-3606]
|
2018-02-24 00:22:52 +03:00 |
|
Alexey Milovidov
|
d4217d7aac
|
Updated test [#CLICKHOUSE-2]
|
2018-02-23 14:37:49 +03:00 |
|
Alexey Milovidov
|
90ca41f049
|
Fixed test #1896
|
2018-02-23 11:23:31 +03:00 |
|
Alexey Milovidov
|
466837b17c
|
Removed controversial feature #1896
|
2018-02-23 10:06:59 +03:00 |
|
Alexey Milovidov
|
0207760c05
|
Limit and quota on result must not apply for intermediate data in subqueries and INSERT SELECT [#CLICKHOUSE-3351]
|
2018-02-23 09:38:23 +03:00 |
|
Alexey Milovidov
|
640daaf052
|
Fixed test #1947
|
2018-02-23 04:00:47 +03:00 |
|
Alexey Milovidov
|
c44108d5eb
|
Allow to CAST Nullable type to non-Nullable as long as there are no NULL values #1947
|
2018-02-23 00:20:02 +03:00 |
|
alexey-milovidov
|
b6f3f06ef3
|
Merge branch 'master' into CLICKHOUSE-3606
|
2018-02-22 02:13:38 +03:00 |
|
alexey-milovidov
|
533b5cbe00
|
Merge pull request #1938 from yandex/fix-replacing-merge-tree
Fix replacing merge tree vertical merge
|
2018-02-22 02:06:24 +03:00 |
|
alexey-milovidov
|
ee41f7000f
|
Merge pull request #1940 from yandex/CLICKHOUSE-3571
Try to reduce false positive of sanity check
|
2018-02-22 01:59:33 +03:00 |
|
alexey-milovidov
|
d4dcb9412c
|
Merge pull request #1941 from yandex/unsorted-mergetree
Fix MergeTree idiosyncrasies
|
2018-02-22 00:36:59 +03:00 |
|
Alexey Milovidov
|
02f7cc2d04
|
Fixed error with StorageMerge [#CLICKHOUSE-2].
|
2018-02-21 23:24:29 +03:00 |
|
Alexey Milovidov
|
4055da5979
|
Fixed error with filtering of tables by _table virtual column in StorageMerge [#CLICKHOUSE-3583]
|
2018-02-21 22:44:22 +03:00 |
|
Alexey Milovidov
|
65f4fcc3e3
|
Merge branch 'master' into header-in-output-streams
|
2018-02-21 21:58:20 +03:00 |
|
Vitaliy Lyudvichenko
|
fbe4066c15
|
Add support of any partition key. [#CLICKHOUSE-3606]
|
2018-02-21 20:18:31 +03:00 |
|
Vitaliy Lyudvichenko
|
47becc0b92
|
Try to reduce false positive of sanity check. More detail dignostics. [#CLICKHOUSE-3571]
|
2018-02-21 20:06:29 +03:00 |
|
Alexey Zatelepin
|
6fdf82e452
|
allow the primary key and the partition key to use the same expression [#CLICKHOUSE-3455]
|
2018-02-21 18:43:24 +03:00 |
|
Alexey Zatelepin
|
e3422ea52e
|
MergeTree without primary key [#CLICKHOUSE-3462]
|
2018-02-21 17:50:26 +03:00 |
|
Nikolai Kochetov
|
da9b8dbd2c
|
added test for ReplacingMergeTree vertical merge #1914
|
2018-02-21 17:13:29 +03:00 |
|
Vitaliy Lyudvichenko
|
963c4a972e
|
Fixe a compile test if the compliation if turn off. [#CLICKHOUSE-2]
|
2018-02-21 17:12:49 +03:00 |
|
Vitaliy Lyudvichenko
|
c80407ad8d
|
Fixed ZK path in a test. [#CLICKHOUSE-2]
|
2018-02-21 16:52:17 +03:00 |
|
Alexey Zatelepin
|
de46ee4261
|
fix typo
|
2018-02-21 15:31:28 +03:00 |
|
Alexey Milovidov
|
8e91a5e1f1
|
Added test [#CLICKHOUSE-2]
|
2018-02-21 11:19:17 +03:00 |
|
Alexey Milovidov
|
a69bd2220a
|
Merge branch 'master' into header-in-output-streams
|
2018-02-21 04:41:09 +03:00 |
|
Alexey Milovidov
|
f6eb5b4b01
|
Enhanced test [#CLICKHOUSE-3608]
|
2018-02-21 04:39:46 +03:00 |
|
Alexey Milovidov
|
3dd665179e
|
Fixed error with components of Nested data structures without data and PREWHERE filtering [#CLICKHOUSE-3608]
|
2018-02-21 04:16:09 +03:00 |
|
Tsarkova Anastasia
|
65a4d300a3
|
Add test.
|
2018-02-20 23:19:04 +03:00 |
|
Vitaliy Lyudvichenko
|
369f88f65d
|
Rewritten and improved sync distributed insert. [#CLICKHOUSE-3346]
|
2018-02-19 20:26:47 +03:00 |
|
alexey-milovidov
|
0d38418122
|
Merge pull request #1926 from yandex/empty-string-floats
Deserialize empty strings as 0 when parsing Float columns
|
2018-02-19 16:29:03 +03:00 |
|
Alexey Zatelepin
|
8e3bf95f98
|
add test [#CLICKHOUSE-3603]
|
2018-02-19 16:00:11 +03:00 |
|
Alexey Milovidov
|
74c56c2def
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-19 06:56:08 +03:00 |
|
Alexey Milovidov
|
25ba8d47bb
|
Updated test [#CLICKHOUSE-1920] #51
|
2018-02-18 09:36:34 +03:00 |
|
Alexey Milovidov
|
6d17ca0a8b
|
Return single row for aggregation without keys on empty set: updated tests [#CLICKHOUSE-1920] #51
|
2018-02-18 08:56:45 +03:00 |
|
Alexey Milovidov
|
47ff837c9f
|
Return single row for aggregation without keys on empty set: development [#CLICKHOUSE-1920] #51
|
2018-02-18 08:39:39 +03:00 |
|
Alexey Milovidov
|
7415513151
|
Return single row for aggregation without keys on empty set: development [#CLICKHOUSE-1920] #51
|
2018-02-18 08:35:48 +03:00 |
|
Alexey Milovidov
|
0c0b1f43e9
|
Header in every stream: fixed non-deterministic test [#CLICKHOUSE-2]
|
2018-02-18 05:58:07 +03:00 |
|
Alexey Milovidov
|
95d2d68c7d
|
Header in every stream: development [#CLICKHOUSE-2]
|
2018-02-18 05:22:32 +03:00 |
|
Alexey Milovidov
|
cb7719b062
|
Added test [#CLICKHOUSE-2754]
|
2018-02-18 00:26:22 +03:00 |
|
Alexey Milovidov
|
84c110a8ae
|
Header in every stream: development [#CLICKHOUSE-2]
|
2018-02-17 07:18:29 +03:00 |
|