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
hexiaoting
d2052dd1d4
show clusters
2020-06-05 17:13:13 +08: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
Alexey Milovidov
c9a883f2c4
Remove unneeded files
2020-06-05 02:07:13 +03:00
Alexey Milovidov
02e77e3406
Adjust some colors: minimum safe variant
2020-06-05 02:05:37 +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
Alexey Milovidov
e1b5ee51c1
Better way to plug in the code
2020-06-05 01:45:04 +03:00
Alexey Milovidov
275075b6f7
Revert all changes but save commit history from @kuskarov
2020-06-05 01:44:29 +03:00
Tagir Kuskarov
d0312bf1fe
Fix
2020-06-05 02:36:40 +04:00
Alexey Milovidov
fcd7fd8e7c
Updates for #11422
2020-06-05 01:31:19 +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
Tagir Kuskarov
d916d0849d
Add diagnostic messages
2020-06-05 02:10:22 +04: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
Tagir Kuskarov
83ba86c5f6
Fix history bug
2020-06-05 01:31:51 +04:00
Alexey Milovidov
348d2098a4
Merge branch 'add_syntax_highlighting' of https://github.com/kuskarov/ClickHouse into kuskarov-add_syntax_highlighting
2020-06-04 23:57:20 +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
Nikolai Kochetov
d87b474665
Remove debug output.
2020-06-04 23:42:59 +03:00
Nikolai Kochetov
31ad5d7e5d
Remove debug output.
2020-06-04 23:42:03 +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