Commit Graph

41128 Commits

Author SHA1 Message Date
Anton Kvasha
a4b570a2f6 Merge branch 'polygon-dict-grids' of https://github.com/achulkov2/ClickHouse into polygon-dict-grids 2020-05-27 18:24:09 +03:00
Anton Kvasha
85ceaf2bc0 Changed archive type 2020-05-27 18:22:59 +03:00
Andrey Chulkov
48f59fb0b3 fix clang-10 warnings 2020-05-27 18:12:26 +03:00
Andrey Chulkov
eb70ea6244 fix build 2020-05-27 05:06:11 +03:00
Andrey Chulkov
49276426aa Merge remote-tracking branch 'upstream/master' into polygon-dict-grids 2020-05-27 03:20:21 +03:00
alexey-milovidov
4a48003905
Merge pull request #11207 from zlobober/adding_nested_storages
Make possible adding nested storages to MultipleAccessStorage in run-time
2020-05-27 01:02:50 +03:00
alexey-milovidov
2aeb6017c1
Merge pull request #11211 from ClickHouse/fix-flacky-test-dist-on-dist
Fix flacky test #11190
2020-05-27 00:49:45 +03:00
Andrey Chulkov
ce219817d8 fix style errors 2020-05-26 23:52:50 +03:00
Saulius Valatka
a5bde57acf
add reference to stream-loader (#11206) 2020-05-26 23:43:20 +03:00
Andrey Chulkov
2c910633aa update ya.make 2020-05-26 23:15:45 +03:00
Andrey Chulkov
9658909ce4 Merge branch 'polygon-dict-grids' of github.com:achulkov2/ClickHouse into polygon-dict-grids 2020-05-26 23:12:20 +03:00
Andrey Chulkov
f429d1839d small docs update 2020-05-26 23:12:09 +03:00
Alexander Tokmakov
e049290af7 add cassandra-driver to integration tests 2020-05-26 22:15:46 +03:00
Andrey Chulkov
3346131c4a Merge branch 'polygon-dict-grids' of github.com:achulkov2/ClickHouse into polygon-dict-grids 2020-05-26 21:48:21 +03:00
Nikolai Kochetov
361b92f083
Merge pull request #11200 from ClickHouse/fix-strict-resize-finishing
Fix StrictResize
2020-05-26 21:31:44 +03:00
Alexey Milovidov
009f57fc2f Fix flacky test #11190 2020-05-26 21:26:17 +03:00
Andrey Chulkov
e193bf98d1 fix bug 2020-05-26 21:24:18 +03:00
Andrey Chulkov
74ce47be2d fix unused param 2020-05-26 21:17:53 +03:00
Andrey Chulkov
a10a809a52 fix unused param 2020-05-26 21:15:22 +03:00
Andrey Chulkov
4b3a2d87e5 optimizing the grid 2020-05-26 21:09:32 +03:00
Anton Kvasha
fa47e1dd3f fix 2020-05-26 19:51:03 +03:00
Anton Kvasha
fa12699bc4 fix 2020-05-26 19:49:35 +03:00
BayoNet
3ff28d0a7a
DOCS-112: any_join_distinct_right_table_keys (#11065)
* CLICKHOUSEDOCS-112: any_join_distinct_right_table_keys

* CLICKHOUSEDOCS-112: Updated link.

* CLICKHOUSEDOCS-112: Updated by comments.

* CLICKHOUSEDOCS-112: Updated by comments.

* CLICKHOUSEDOCS-112: Fixed grammar.

* CLICKHOUSEDOCS-112: Updated by comments.

* CLICKHOUSEDOCS-112: Fixed typo.

Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-26 18:10:56 +03:00
Anton Kvasha
f95d307e60 Tests improved 2020-05-26 17:48:14 +03:00
Maxim Akhmedov
e09bcb4290 Make possible adding nested storages to MultipleAccessStorage in run-time. 2020-05-26 17:05:06 +03:00
Vitaly Baranov
c73aa0cb61
Merge pull request #10923 from Enmk/toUnixTimeStampMilli
{to,from}UnixTimestamp64{Milli,Micro,Nano} functions
2020-05-26 16:51:47 +03:00
Vasily Nemkov
28a2cc0a82 Functions {to,from}UnixTimestamp64{Milli,Micro,Nano}
* Family of functions to convert DateTime64 to Int64 and back, usefull for
   imporintg/exporting raw timestamp values of certain precision.
 * Docs
 * Tests
 * Fixed ya.make
2020-05-26 16:42:22 +03:00
Nikolai Kochetov
e9d348ebf9
Merge pull request #11198 from ClickHouse/fix-step-by-step-pipeline-execution
Fix PipelineExecutor::executeStepImpl
2020-05-26 15:27:56 +03:00
Anton Kvasha
00597e033c Test fix 2020-05-26 15:13:19 +03:00
Anton Kvasha
f25166eb9c New tests 2020-05-26 17:38:20 +03:00
Vitaly Baranov
2c8a355f19
Merge pull request #11081 from vitlibar/fix-no-password-mode
Fix settings NO_PASSWORD authentication mode in users.xml.
2020-05-26 14:20:34 +03:00
Nikolai Kochetov
b16936ba9d Added test. 2020-05-26 13:37:10 +03:00
Vitaly Baranov
e27ded8798
Merge pull request #11172 from vitlibar/grpc-improve-build-scripts
Improve build scripts for protobuf & gRPC
2020-05-26 13:27:54 +03:00
Nikolai Kochetov
709f705886 Fix PipelineExecutor::executeStepImpl 2020-05-26 13:26:38 +03:00
Nikolai Kochetov
54f50745ec Fix StrictResizeProcessor. 2020-05-26 13:19:56 +03:00
Nikolai Kochetov
1f9e4996c7 Fix PipelineExecutor::executeStepImpl 2020-05-26 10:51:53 +03:00
Ilya Yatsishin
2b155ac989
Merge pull request #11185 from ClickHouse/fix-lambda-lc-args
Fix lambda lc args
2020-05-26 10:27:35 +03:00
Alexander Kuzmenkov
4b1bb43543
Merge pull request #11076 from ClickHouse/aku/join-error-messages
Better error messages about joins
2020-05-26 09:09:59 +03:00
zzsmdfj
7fac670657
update zh-docs-operations (#11192) 2020-05-26 08:43:19 +03:00
Alexey Milovidov
c858f4d89c Clarifications 2020-05-26 02:47:21 +03:00
alexey-milovidov
d4acd1af3a
Merge pull request #11179 from excitoon-favorites/s3globfix
Fixed S3 globbing which could fail in case of more than 1000 keys and some backends
2020-05-26 02:45:42 +03:00
Andrey Chulkov
1fe8e15e68 smallfix 2020-05-26 01:57:53 +03:00
Andrey Chulkov
dd393a5051 some refactoring for docs 2020-05-26 01:56:56 +03:00
Alexey Milovidov
55a02c391d Style 2020-05-26 01:06:02 +03:00
Alexey Milovidov
4bb3381bc9 Fix build after merge 2020-05-26 00:53:29 +03:00
Nikita Mikhaylov
507d98b24b
Merge pull request #11006 from nikitamikhaylov/MorozovVasily-UpdatePermutation
Merging IColumn::updatePermutation
2020-05-26 01:42:41 +04:00
filimonov
73a0ef6c0e
Fix for the hang during deletion of engine=Kafka (one more time) (#11145)
* Added flag for safer rdkafka destruction, but more testing detected another hang case, which has no straigt solutions and can be workarounded currenly only by draining the consumer queue, so destructor is back

* After review fixes

* After review fixes2

* After review fixes3
2020-05-26 00:13:10 +03:00
alexey-milovidov
30d0e7759f
Merge pull request #11175 from ClickHouse/developer-instruction-headers
[docs] fix title and headers @ developer-instruction.md
2020-05-26 00:06:49 +03:00
alexey-milovidov
7201018079
Update test.py 2020-05-26 00:05:15 +03:00
alexey-milovidov
eb620b637c
Merge pull request #11182 from 4ertus2/some
Remove stale unit-test
2020-05-25 22:46:06 +03:00