Commit Graph

15650 Commits

Author SHA1 Message Date
Ivan Zhukov
b34c2443f4 Parquet input: support NULL values 2018-06-05 02:44:36 +03:00
Ivan Zhukov
882e246e4f Actualize TODOs 2018-05-26 23:44:51 +03:00
Ivan Zhukov
72ccc8f978 Parquet output: refactor functions-fillers 2018-05-25 01:23:36 +03:00
Ivan Zhukov
0111969eaa Check arrow status 2018-05-25 00:33:12 +03:00
Ivan Zhukov
b3de2f4b2b Parquet output: support numeric and string types 2018-05-18 05:53:54 +03:00
Ivan Zhukov
f1bef15705 Parquet input: add a Date type support 2018-05-17 22:07:51 +03:00
Ivan Zhukov
31e27effa6 Parquet input: change if to switch 2018-05-17 22:07:51 +03:00
Ivan Zhukov
4076ae77b4 Parquet input: add a boolean type support 2018-05-17 22:07:51 +03:00
Ivan Zhukov
f8dae2bc76 Parquet input: get rid of redundant copying 2018-05-17 22:07:49 +03:00
Ivan Zhukov
282110cba4 Parquet input: support a string type 2018-05-17 04:54:25 +03:00
Ivan Zhukov
e5307e3c18 Parquet input: support numeric types 2018-05-17 04:54:25 +03:00
Ivan Zhukov
fabd38fe6d Add a template for ParquetBlockInputStream 2018-05-17 04:54:23 +03:00
Ivan Zhukov
d30b98073e Link parquet and arrow libraries 2018-05-13 04:01:49 +03:00
Ivan Zhukov
dc5b074e24 Add cmake modules for libraries detection 2018-05-13 03:48:49 +03:00
Ivan Zhukov
2cc2122774 Add a parquet-cpp repo to contrib 2018-05-13 03:48:49 +03:00
Alexey Milovidov
ddf2744095 Actualized Docker builder; added README #268 2018-05-13 01:08:53 +03:00
proller
0b386381ac Build fixes 2018-05-11 21:00:24 +03:00
Winter Zhang
adbbbb3c48 ISSUES-2343 fix failed test (#2344) 2018-05-11 17:35:32 +03:00
proller
efe661b620 Build fixes (#2347)
* Try fix travis

* fix

* Fix clickhouse-local shared-split link

* fix

* fix

* fix

* Build fixes

* Fix tinfo

* fix

* tinfo -> termcap
2018-05-11 17:16:16 +03:00
Alexey Milovidov
607aa7070c Merge branch 'master' of github.com:yandex/ClickHouse 2018-05-11 17:13:55 +03:00
Alexey Milovidov
f4a3daaed0 Fixed linking with newer libmysqlclient when using lld. TODO: add mysqlclient to contrib [#CLICKHOUSE-2] 2018-05-11 17:13:44 +03:00
Vitaliy Lyudvichenko
d292190d4b Try to fix broken test. [#CLICKHOUSE-2] 2018-05-11 16:53:39 +03:00
Alexey Milovidov
5241a81015 Better check #2240 2018-05-11 15:00:02 +03:00
Alexey Milovidov
11313e94c7 Get rid of GLIBC_2.27 symbols #2240 2018-05-11 14:58:11 +03:00
Alexey Milovidov
3ff088f270 Get rid of GLIBC_2.27 symbols #2240 2018-05-11 14:54:25 +03:00
Alexey Milovidov
274704d0df Added a script to validate dependencies on shared libraries #2240 2018-05-11 14:34:02 +03:00
Alexey Milovidov
e14dedb76b Removed ANL because we don't really need it #2240 2018-05-11 14:23:52 +03:00
Alexey Milovidov
9106d33111 Merge branch 'master' of github.com:yandex/ClickHouse 2018-05-11 14:04:52 +03:00
Alexey Milovidov
38a559061f Removed garbage (fixed build) [#CLICKHOUSE-2] 2018-05-11 14:04:39 +03:00
Alexey Milovidov
715a9a7233 Miscellaneous [#CLICKHOUSE-2] 2018-05-11 14:04:12 +03:00
Alexey Milovidov
ed70e468f9 Removed useless library [#CLICKHOUSE-2] 2018-05-11 03:56:31 +03:00
Alexey Milovidov
471eb5c8ca Removed useless file [#CLICKHOUSE-2] 2018-05-11 03:49:06 +03:00
Alexey Milovidov
8b05841142 Removed useless files [#CLICKHOUSE-2] 2018-05-11 03:08:49 +03:00
Alexey Milovidov
b5d5b6ae45 Merge branch 'master' of github.com:yandex/ClickHouse 2018-05-11 02:25:58 +03:00
Alexey Milovidov
294b468a32 Avoid warnings in LLVM code #2277 2018-05-11 02:25:46 +03:00
Alexey Milovidov
9fa5952b0f Updated submodule #2277 2018-05-11 02:20:48 +03:00
alexey-milovidov
646bea46d8
Update replication.md 2018-05-11 00:47:05 +03:00
Alexey Milovidov
582085bf15 Be more conservative about new feature #2277 2018-05-11 00:29:44 +03:00
Alexey Milovidov
405bcafc0c Merge branch 'master' of github.com:yandex/ClickHouse into pyos-llvm-jit 2018-05-11 00:27:47 +03:00
Alexey Milovidov
497181108e Updated submodule #2277 2018-05-10 23:44:01 +03:00
Alexey Milovidov
65a08210ac Merge branch 'llvm-jit' of https://github.com/pyos/ClickHouse into pyos-llvm-jit 2018-05-10 22:09:47 +03:00
pyos
e5ebc24657 Revert the part of bd332b that moved a read after std::move. 2018-05-10 21:19:41 +03:00
pyos
1718e575a7 Bridge between incompatible LLVM APIs 2018-05-10 20:31:24 +03:00
Alexey Milovidov
4d9088d3d4 Merge branch 'llvm-jit' of https://github.com/pyos/ClickHouse into pyos-llvm-jit 2018-05-10 18:23:53 +03:00
Alexey Milovidov
d3b7bafedf Miscellaneous #2277 2018-05-10 18:22:54 +03:00
Alexey Milovidov
da1cab72db Better exception message [#CLICKHOUSE-2] 2018-05-10 18:21:01 +03:00
Alexey Milovidov
01656e8fe1 Minor modifications in build instruction #2277 2018-05-10 18:21:01 +03:00
Alexey Milovidov
c00b5fd55d Changed some doc files to symlinks #2277 2018-05-10 18:21:01 +03:00
Alexey Milovidov
93352237d9 Better exception message [#CLICKHOUSE-2] 2018-05-10 18:20:19 +03:00
pyos
c123be1fe4 Fix incorrect phi node edges in if 2018-05-10 17:49:38 +03:00