alesapin
5038733abf
bump2
2020-06-05 14:20:54 +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
Nikolai Kochetov
5fea34d0e1
Use Resize instead of Concat in InterpreterInsertQuery.
2020-06-05 12:30:16 +03:00
alesapin
3d48c10bc6
bump CI
2020-06-05 12:22:23 +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
Azat Khuzhin
16a22daf00
Complete dictionary names in clickhouse-client
...
Since system.tables does not includes all dictionaries (dictionaries
declared via configuration files -- *.xml), and since this are those
dictionaries we should use regular system.dictionaries.name over
system.dictionaries.origin.
2020-06-05 02:00:54 +03:00
Azat Khuzhin
1887e343ec
Fix Pipeline stuck for INSERT SELECT FINAL
...
INSERT SELECT FINAL where SELECT (max_threads>1) has multiple streams
but INSERT has only one (max_insert_threads==0) will add ConcatProcessor
that will stuck the pipeline in this case.
2020-06-05 01:14:30 +03:00
Azat Khuzhin
5deda4c7fd
Add regression test for Pipeline stuck error with INSERT SELECT FINAL
2020-06-05 01:11:48 +03:00
Artem Zuikov
ab86ca2fb6
rename v2
2020-06-05 01:10:52 +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
Alexey Milovidov
3d68cd4df6
Also check for users.xml elements in config.xml
2020-06-04 23:34:33 +03:00
Alexey Milovidov
02e14f9fe8
Also check for users.xml elements in config.xml
2020-06-04 23:33:19 +03:00
alesapin
e964b6c93f
Trying to increase ccache size
2020-06-04 22:48:48 +03:00
Alexey Milovidov
a89ce20d38
Added a check for incorrect settings
2020-06-04 22:30:30 +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
ff85125326
Fix readability-qualified-auto
2020-06-04 20:23:46 +03:00
Azat Khuzhin
0f368c804d
Fix SYSTEM START/STOP DISTRIBUTED SENDS w/o table name
2020-06-04 20:22:29 +03:00
Artem Zuikov
f18debb108
fix test
2020-06-04 20:00:15 +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
377da4656d
cleanup
2020-06-04 18:51:34 +03:00
Artem Zuikov
24ee7346a9
rename setting
2020-06-04 17:31:57 +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
Vladimir Chebotarev
d62e85f875
Improved logging of globs in S3.
2020-06-04 16:12:08 +03:00