Alexey Milovidov
a73b360c80
Update comment
2020-06-06 11:45:54 +03:00
Alexey Milovidov
cbf71d66e6
Fix undefined behaviour of DoubleDelta
2020-06-06 11:43:51 +03:00
Alexey Milovidov
723c3b1f1e
Merge branch 'Codec_test_fixes' of https://github.com/Enmk/ClickHouse into Enmk-Codec_test_fixes
2020-06-06 11:43:14 +03:00
alexey-milovidov
f984cb750e
Update gtest_compressionCodec.cpp
2020-06-06 01:06:45 +03:00
Vasily Nemkov
05ae8c405b
Fixed using nullptr source and dest buffers in codecs, fixed test
2020-06-05 22:08:52 +03:00
Artem Zuikov
ecca78d855
fix trivial count with join ( #11454 )
2020-06-05 13:28:52 +03:00
Artem Zuikov
9717f3cfe5
make clang tidy happy
2020-06-05 13:27:54 +03:00
Alexander Kuzmenkov
7db8edf402
Merge pull request #11446 from ClickHouse/aku/better-error-messages
...
Improve error messages
2020-06-05 13:11:02 +03:00
Alexander Kuzmenkov
eaaf005a03
Merge pull request #11410 from ClickHouse/aku/logical-error-synonyms
...
Remove assorted synonyms of LOGICAL_ERROR
2020-06-05 13:10:40 +03:00
Ilya Yatsishin
1592327ca6
Merge pull request #11465 from CuteLemon/patch-1
...
fix a typo.
2020-06-05 13:08:56 +03:00
Nikolai Kochetov
f2350d3aec
Merge pull request #11415 from azat/SYSTEM-FLUSH-DISTRIBUTED-ON-CLUSTER
...
ON CLUSTER support for SYSTEM {FLUSH DISTRIBUTED,STOP/START DISTRIBUTED SENDS}
2020-06-05 12:59:38 +03:00
BayoNet
905c58b9ac
DOCS-625: system.query_thread_log ( #11437 )
...
* DOCSUP-1041 query_thread_log table description was updated according the example. (#119 )
* This file was edited according to the DOCSUP-1041. Text was ordered with example, links and missed information were added.
* Editing using comments.
* Edited according connected merge.
* Seems to be pre-last changes.
* CLICKHOUSEDOCS-625: Updated text.
* Table query_thread_log description was translated to russian. (#120 )
* CLICKHOUSEDOCS-625: query_thread_log
* CLICKHOUSEDOCS-625: Fixed text.
* CLICKHOUSEDOCS-625: Updated text by comments.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
2020-06-05 12:59:21 +03:00
Zhipeng
d536995f5c
fix a typo.
...
It's should be the original English word but not Chinese to help others search and understand.
2020-06-05 15:34:16 +08:00
alexey-milovidov
0d30d1005f
Merge pull request #11448 from ClickHouse/fix-codecs-compression-size
...
Try fix return compressed size for codecs.
2020-06-05 04:43:58 +03:00
alexey-milovidov
9b840e9e12
Merge pull request #11456 from vladimir-golovchenko/fix-development-docs
...
Fixed wrong links in 'developer-instruction.md'.
2020-06-05 02:14:29 +03:00
Vladimir Golovchenko
fe89a667d7
Fixed wrong links in 'developer-instruction.md'.
...
Please enter the commit message for your changes. Lines starting
2020-06-04 15:05:55 -07:00
Artem Zuikov
b66ad25841
IColumn::getDataType() ( #11438 )
2020-06-05 01:02:59 +03:00
Artem Zuikov
6d211bec19
fix trivial count with join
2020-06-05 01:01:40 +03:00
alexey-milovidov
1fd94de4b4
Update CompressionCodecGorilla.cpp
2020-06-04 23:51:07 +03:00
alexey-milovidov
f24a1f5210
Update CompressionCodecDoubleDelta.cpp
2020-06-04 23:50:31 +03:00
alexey-milovidov
c831fff41f
Merge pull request #11447 from ClickHouse/disable-codec-unit-tests
...
Temporarily disable gtest_compressionCodec
2020-06-04 23:41:27 +03:00
Alexey Milovidov
f7398a9c09
Fix clang-tidy
2020-06-04 23:39:26 +03:00
alesapin
3dbeb14b4f
Merge pull request #11442 from ClickHouse/test_different_ttl_versions
...
Add test for different ttl versions
2020-06-04 22:21:10 +03:00
alexey-milovidov
1ef1d2daa5
Merge pull request #11445 from filipecaixeta/patch-1
...
Make clear how to restore a backup
2020-06-04 21:21:39 +03:00
alexey-milovidov
7cdcf575e1
Update backup.md
2020-06-04 21:21:10 +03:00
Nikolai Kochetov
133037c410
Try fix return compressed size for codecs.
2020-06-04 20:56:53 +03:00
Alexey Milovidov
18999e4e7c
Temporarily disable gtest_compressionCodec
2020-06-04 20:56:15 +03:00
Alexander Kuzmenkov
435f53e05a
Improve error messages
...
Also support fmt for exception messages, the same way we use it in
logging macros.
2020-06-04 20:50:29 +03:00
Azat Khuzhin
0f368c804d
Fix SYSTEM START/STOP DISTRIBUTED SENDS w/o table name
2020-06-04 20:22:29 +03:00
Filipe Caixeta
9e0823f9e0
Make clear how to restore a backup
2020-06-04 13:12:37 -03:00
alesapin
a31115d4ad
Merge pull request #11439 from ClickHouse/merging_s3_auth
...
Merging s3 auth
2020-06-04 18:57:41 +03:00
Alexander Kuzmenkov
029005be7c
clang-tidy
2020-06-04 17:26:16 +03:00
alesapin
212df30fc5
Add test for different ttl versions
2020-06-04 17:18:54 +03:00
alesapin
209f9f05ba
Merge branch 'master' into merging_s3_auth
2020-06-04 16:49:38 +03:00
alesapin
22235c1951
Tiny fixes for storage s3
2020-06-04 16:48:20 +03:00
tavplubix
52aada4b80
Fix flacky test
2020-06-04 16:47:21 +03:00
alesapin
b163052d1b
Merge pull request #11134 from GrigoryPervakov/custom-auth
...
Add default credentials and custom headers for s3 storage.
2020-06-04 16:46:01 +03:00
alesapin
bba558d68e
Merge branch 'custom-auth' of https://github.com/GrigoryPervakov/ClickHouse into merging_s3_auth
2020-06-04 16:19:04 +03:00
alesapin
603917999b
Merge pull request #11431 from ClickHouse/fix_codecs_arguments_crash
...
Fix segfault with wrong codecs arguments
2020-06-04 16:15:42 +03:00
Nikita Mikhaylov
4e4218e10d
Merge pull request #11385 from ClickHouse/akz/bg-processing-pool-update1
...
Extended BackgroundProcessingPool::startTask() to control task execution concurrency
2020-06-04 16:19:29 +04:00
Alexander Kuzmenkov
30d7d41ebc
Merge pull request #11381 from ClickHouse/aku/fuzz-related
...
Fuzzing-related changes.
2020-06-04 15:06:11 +03:00
Alexander Kuzmenkov
0943ef3e4b
Do not set global context twice in unit tests.
2020-06-04 15:04:05 +03:00
Ilya Yatsishin
bba96d5d52
Merge pull request #11429 from qoega/deb-build-only-dbms-ut
...
Leave only unit_tests_dbms in deb build
2020-06-04 14:19:51 +03:00
Alexander Kuzmenkov
dacbe8e445
Update src/Interpreters/DatabaseCatalog.cpp
2020-06-04 14:06:07 +03:00
Alexander Kuzmenkov
13762854c6
Update src/Interpreters/DatabaseCatalog.cpp
2020-06-04 14:05:34 +03:00
Anton Popov
4a3d3c6e54
Merge pull request #11419 from CurtizJ/polymorphic-parts-2
...
Return lost comments and default values
2020-06-04 13:32:38 +03:00
Artem Zuikov
6cdeb060fb
Fix JOIN over LC and Nullable in key ( #11414 )
2020-06-04 13:07:22 +03:00
alesapin
7fac00ae15
Fix segfault with wrong codecs arguments
2020-06-04 11:55:56 +03:00
Ilya Yatsishin
dad84af70f
Merge pull request #11430 from exprmntr/exprmntr-patch-1
...
Sync arcadia changes
2020-06-04 11:43:20 +03:00
exprmntr
dcec02c983
Update ya.make.in
2020-06-04 11:38:25 +03:00