Commit Graph

14346 Commits

Author SHA1 Message Date
Vitaliy Lyudvichenko
9c889af882 Add allow_distributed_ddl setting. [#CLICKHOUSE-3611]
Clearer exception message.
Fixed Int64 settings parsing.
2018-02-28 16:23:40 +03:00
Vitaliy Lyudvichenko
f89d9dbfb9 Fixed segfault in an integration test. [#CLICKHOUSE-2] 2018-02-27 21:46:16 +03:00
proller
0e7c49fe9b
Build fixes (#1970)
* Macos test fix

* Fix freebsd build
2018-02-27 20:17:02 +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
alexey-milovidov
a36d683e4e
Merge pull request #1969 from proller/fix8
Fix gcc "may be used uninitialized" warning
2018-02-26 23:20:23 +03:00
proller
720a11fe4e Fix gcc "may be used uninitialized" warning 2018-02-26 22:38:06 +03:00
Alexey Zatelepin
2a56dd075f fix typo 2018-02-26 22:33:16 +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
cf9a33d04f CLICKHOUSE-3600 Use correct lld version, cmake fixes (#1968)
* Allow build without rt library

* fix

* Cmake misc

* CLICKHOUSE-3600 Use correct lld version

* CLICKHOUSE-3600 Use correct lld version

* Use libllvm same version as clang

* fix

* Fix build with iodbc

* Fix iodbc build

* Fix gold find

* Fix empty lines
2018-02-26 21:34:22 +03:00
Alexey Zatelepin
1564e31616 check that lengths of arrays passed to arrayReduce() are equal [#CLICKHOUSE-3250] #1142 2018-02-26 19:58:51 +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
Alexey Milovidov
1362e0be68 Doc: reordered sections; fixed errors in titles. 2018-02-26 19:50:07 +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
72d65029ff
Merge pull request #1964 from yandex/simplification-of-ast
Simplification of AST
2018-02-26 08:03:19 +03:00
Alexey Milovidov
5c450708e1 Fixed bad code #1947 2018-02-26 07:47:27 +03:00
Alexey Milovidov
a4544ac498 Fixed error [#CLICKHOUSE-2] 2018-02-26 06:47:32 +03:00
Alexey Milovidov
89c0dc2eea Fixed build #1947 2018-02-26 06:45:46 +03:00
Alexey Milovidov
d6121a8544 Simplification of AST #1947 2018-02-26 06:40:20 +03:00
Alexey Milovidov
c5dacee1be Removed issue template (postponed) #1962. 2018-02-26 03:22:29 +03:00
alexey-milovidov
e6e885ffda
Merge pull request #1962 from zhang2014/feature/github_template
Create issue & pull request template in github
2018-02-26 03:22:01 +03:00
proller
c12d93a873 Allow build without rt library (#1963)
* Allow build without rt library

* fix
2018-02-26 03:19:42 +03:00
zhang2014
935a9cbc4b Create issue & pull request template in github 2018-02-25 15:12:47 +08:00
Alexey Milovidov
8c1e344b78 Removed useless code #1947 2018-02-25 09:09:09 +03:00
alexey-milovidov
308b51603e
Merge pull request #1961 from zhang2014/fix/doc
add doc with toStartOfDay()
2018-02-25 08:02:37 +03:00
Alexey Milovidov
9219b3d600 Fixed build [#CLICKHOUSE-2] 2018-02-25 08:01:12 +03:00
zhang2014
84caaf9bab add doc with toStartOfDay() 2018-02-25 12:01:13 +08:00
Alexey Milovidov
f3f2b74676 Miscellaneous [#CLICKHOUSE-2] 2018-02-25 05:45:36 +03:00
Alexey Milovidov
722b6287ec Miscellaneous [#CLICKHOUSE-2] 2018-02-25 05:43:27 +03:00
Alexey Milovidov
c86fd31097 Addition to prev. revision [#CLICKHOUSE-2] 2018-02-25 05:23:04 +03:00
Alexey Milovidov
b326a111d5 Fixed bad code that may lead to race condition [#CLICKHOUSE-2] 2018-02-25 04:30:03 +03:00
Alexey Milovidov
615877e544 Updated Poco submodule: fixed usage of atomic bool flag, that was shown by TSan [#CLICKHOUSE-2] 2018-02-24 22:17:56 +03:00
Alexey Milovidov
07a11de679 Merge branch 'master' of github.com:yandex/ClickHouse 2018-02-24 07:47:55 +03:00
Alexey Milovidov
97766684d7 Fixed (harmless) race condition [#CLICKHOUSE-2] 2018-02-24 07:46:14 +03:00
alexey-milovidov
cdae2df4e5
Merge pull request #1957 from ei-grad/patch-2
Fix typo in AggregatingMergeTree docs
2018-02-24 05:34:58 +03:00
alexey-milovidov
1497b61b79
Merge pull request #1958 from yandex/remove-ast-function-kind
Removed bad code that may lead to (harmless) race condition
2018-02-24 05:34:22 +03:00
Alexey Milovidov
2b974554e5 Fixed test [#CLICKHOUSE-2] 2018-02-24 04:55:43 +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
Andrew Grigorev
c54c64a34c
Fix typo in AggregatingMergeTree docs 2018-02-24 01:11:21 +03:00
Vitaliy Lyudvichenko
077f413a0d Added consistent hashing functions. [#CLICKHOUSE-3606] 2018-02-24 00:22:52 +03:00
Alexey Milovidov
16bef55d0e Fixed bad translation [#CLICKHOUSE-2] 2018-02-23 22:07:38 +03:00
Alexey Milovidov
243563d247 Fixed build [#CLICKHOUSE-2] 2018-02-23 21:55:54 +03:00
Alexey Milovidov
d4217d7aac Updated test [#CLICKHOUSE-2] 2018-02-23 14:37:49 +03:00
Alexey Milovidov
c73f5d5e95 Fixed test [#CLICKHOUSE-2] 2018-02-23 14:35:05 +03:00
alexey-milovidov
05be50de89
Merge pull request #1954 from yandex/fix-race-condition-in-lazy-stream
Fix race condition in lazy stream
2018-02-23 14:16:37 +03:00
alexey-milovidov
b12a41cdd5
Merge pull request #1951 from chenxing-xc/master
fix CHECK TABLE distributed_table crash issue
2018-02-23 14:13:09 +03:00
Alexey Milovidov
9e14dc18eb Fixed race condition in Lazy stream [#CLICKHOUSE-2] 2018-02-23 13:49:48 +03:00