Commit Graph

16223 Commits

Author SHA1 Message Date
Nikolai Kochetov
9f591b8d02 Merged with master. 2018-06-26 17:41:29 +03:00
Nikolai Kochetov
b1eace2877 Fixed DataTypeWithDictionary deserialization. 2018-06-26 17:12:35 +03:00
Nikolai Kochetov
f191eb8ae9 Fix ColumnWithDictionary::getPremutation limit 2018-06-26 17:12:34 +03:00
Nikolai Kochetov
9e9b33ebe5 Fix deserialization indexes for additional keys in DataTypeWithDictionary. 2018-06-26 17:12:30 +03:00
Nikolai Kochetov
f56d16769b Added pre and post serialization for IDataType BinaryBulkWithMultipleStreams. Supported dictionary serialization format with single global dictionary (limited wit max_dictionary_size) and additional keys which are stored per granule. Changed IDataType::enumerateStream interface. Added (de)serialization params for binary bulk with multiple stream (de)serialization. Changed IColumn::index interface. 2018-06-26 17:12:21 +03:00
Nikolai Kochetov
58cbcbd5c3 Supported DataTypeWithDictionary in CAST function. 2018-06-26 17:12:21 +03:00
Nikolai Kochetov
df71a25b4f Removed function makeDictionary, added functions makeDictionaryUInt{8,16,32,64} 2018-06-26 17:12:21 +03:00
Nikolai Kochetov
12bf5ef565 Added IColumn::convertToFullColumnIfWithDictionary; supported FilterDescription for ColumnWithDictionary 2018-06-26 17:12:15 +03:00
Ivan Blinkov
225539bac2 Temporary fix for #2558 2018-06-26 16:14:32 +03:00
Dmitry S..ky / skype: dvska-at-skype
2ed5a7c2dd typo fixed 2018-06-26 16:13:34 +03:00
Nikolai Kochetov
0eed697623 Fixed typo. 2018-06-26 14:28:24 +03:00
zhang2014
49d524244f ISSUES-2533 add numbers table function document 2018-06-25 21:10:35 +03:00
Max Vetrov
6e273978c5 Update mutator.cpp
Don't check variable res twice.
2018-06-25 21:04:57 +03:00
KochetovNicolai
ea59cb0b05
Update CHANGELOG.draft.md 2018-06-25 16:24:42 +03:00
KochetovNicolai
94dd3b0e1e
Merge pull request #2554 from yandex/issue-2525
Issue 2525
2018-06-25 16:00:22 +03:00
Nikolai Kochetov
7c95d15374 Added test. #2525 2018-06-25 13:57:28 +03:00
Nikolai Kochetov
91c9906c88 Fixed reading from ReplacingMergeTree from emprty row set after prewhere. #2525 2018-06-25 13:48:11 +03:00
robot-metrika-test
a21a9577f4 Auto version update to [54387] 2018-06-22 21:10:11 +03:00
Alexey Zatelepin
7ce4ebf1e1 fix test (disable random component in CleanupThread sleep period) 2018-06-22 18:53:59 +03:00
Alexey Zatelepin
7ce74d1730 ZooKeeper client: before the fix we waited 2x longer than necessary before the timeout 2018-06-22 18:30:29 +03:00
Alexey Zatelepin
b247635acf disable unreliable test [#CLICKHOUSE-3758] 2018-06-22 13:46:07 +03:00
Alexey Zatelepin
971fddb299 add comments [#CLICKHOUSE-3747] 2018-06-22 13:43:35 +03:00
zhang2014
f4e72792a5 ISSUES-2553 add offset parameter to numbers 2018-06-22 12:55:36 +03:00
proller
6859ed8f36 release: configurable pbuilder autoupdate time 2018-06-22 01:02:18 +03:00
proller
b62a6b59ee
Update libcpuid to 0.4.0 (#2544) 2018-06-22 00:51:14 +03:00
Alexey Zatelepin
e78dc8142c factor out common code [#CLICKHOUSE-3747] 2018-06-21 22:47:44 +03:00
Alexey Zatelepin
a6c61848f1 mutations finalizing task [#CLICKHOUSE-3747] 2018-06-21 22:47:44 +03:00
Alexey Zatelepin
2fb3d42dfd temporary fix for a bug when several mutations have the same predicate [#CLICKHOUSE-3747] 2018-06-21 22:47:44 +03:00
Alexey Zatelepin
36982b967d use single mutex in ReplicatedMergeTreeQueue for simplicity 2018-06-21 22:47:44 +03:00
Alexey Zatelepin
b2cdfcbaca calculate and update parts_to_do for mutations [#CLICKHOUSE-3747] 2018-06-21 22:47:44 +03:00
proller
ea947ce808 fix TEST_SERVER_STARTUP_WAIT 2018-06-21 22:01:02 +03:00
proller
a31adcfdea Allow use unbundled cpuid (#2543)
* Wait test server startup for 5s

* clean

* Allow use system libcpuid

* cpuid: move include/cpuid/ -> include/libcpuid/

* fix
2018-06-21 20:35:03 +03:00
proller
e1ae5233df Add // Y_IGNORE tags 2018-06-21 18:24:36 +03:00
proller
2d9d723d3c Wait test server startup for 5s 2018-06-21 17:54:48 +03:00
Nikolai Kochetov
96df20f6b5 Fixed ColumnUnique::compareAt implementation; deprecated several metods for IColumnUnique 2018-06-21 16:29:09 +03:00
Nikolai Kochetov
f88584d748 Added DeserializeBinaryBulkState which stores reading state for ColumnWithDictionary. 2018-06-21 16:28:53 +03:00
proller
30a6c6479b
Fix systemd's clickhouse-server.service (#2537) 2018-06-20 23:18:47 +03:00
proller
fbe7df73a2
CLICKHOUSE-3762 Build fixes (#2488)
CONTRIB-254
2018-06-19 21:09:09 +03:00
Alexey Milovidov
16565bf111 Fixed build [#CLICKHOUSE-2] 2018-06-19 00:15:35 +03:00
Alexey Milovidov
ff3f4aea52 Merge branch 'master' of github.com:yandex/ClickHouse 2018-06-19 00:14:42 +03:00
Alexey Milovidov
8eda273b02 Fixed build [#CLICKHOUSE-2] 2018-06-19 00:14:17 +03:00
proller
a4e6f726e8 Build and test fixes 2018-06-19 00:13:11 +03:00
Alexey Milovidov
a107f113f1 CI scripts: added support for yum #2520 2018-06-18 05:32:49 +03:00
Alexey Milovidov
eefc4fd9c5 Addition to prev. revision #2520 2018-06-18 05:19:42 +03:00
Alexey Milovidov
187d93ea82 Addition to prev. revision #2520 2018-06-18 05:17:00 +03:00
Alexey Milovidov
4871fb3626 Addition to prev. revision #2520 2018-06-18 05:16:00 +03:00
Alexey Milovidov
447ffe32a9 Addition to prev. revision #2520 2018-06-18 05:15:19 +03:00
Alexey Milovidov
4b3b6b0d9b Addition to prev. revision #2520 2018-06-18 05:14:29 +03:00
Alexey Milovidov
0ea37c7e79 Merge branch 'aio-fedora-fix' 2018-06-18 05:13:08 +03:00
Alexey Milovidov
ea01f6a3ff Addition to prev. revision #2520 2018-06-18 05:12:19 +03:00