Nikita Mikhaylov
2869c01571
drop partition piece
2020-02-20 21:58:00 +03:00
Nikita Mikhaylov
1be4a35f15
successful copying
2020-02-20 20:26:20 +03:00
Nikita Mikhaylov
ce16a6e536
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clickhouse-copier
2020-02-20 13:56:39 +03:00
Nikita Mikhaylov
39f2e6b835
Merge pull request #9198 from nikitamikhaylov/copier-refactoring
...
clustercopier.cpp file splitting
2020-02-20 13:55:31 +03:00
alexey-milovidov
64fe250eff
Merge pull request #9211 from ClickHouse/remove-useless-code-in-compression
...
Remove useless code
2020-02-20 13:02:20 +03:00
Nikita Mikhaylov
b035dd815b
merge finished
2020-02-20 13:01:02 +03:00
alexey-milovidov
eceabbfc3f
Merge pull request #9221 from nvartolomei/nv/advertise-a-stack-trace-will-follow
...
Improve stack trace formatting for Poco and std exceptions
2020-02-20 12:59:58 +03:00
alexey-milovidov
63aa168a8c
Merge pull request #9229 from 4ertus2/ast
...
Fix CROSS to INNER JOIN rewrite with [NOT] LIKE
2020-02-20 12:54:57 +03:00
Alexander Kazakov
5a67c02a5d
In KeyCondition: Fixed execution of inversed predicates for non-strictly monotinic functional index ( #9223 )
...
* Tests for functional index
* Fixed execution of inversed predicates in functional index
When non-strictly monotonic functional index is used inverted predicated
may be executed incorrectly, which leads to multiple problems: #8821 ,
#9034
2020-02-20 12:53:02 +03:00
Nikita Mikhaylov
23ceddebbc
codestyle final 2
2020-02-20 12:06:00 +03:00
Nikita Mikhaylov
6bc23f5eae
merging
2020-02-20 12:01:06 +03:00
Nikita Mikhaylov
b08db134c1
merging
2020-02-20 12:00:41 +03:00
Ivan Blinkov
17383be8ca
Merge pull request #9240 from ClickHouse/dependabot/pip/docs/tools/certifi-2019.11.28
...
Bump certifi from 2017.11.5 to 2019.11.28 in /docs/tools
2020-02-20 11:10:44 +03:00
Ivan Blinkov
9d5a3f415b
Merge pull request #9239 from ClickHouse/dependabot/pip/docs/tools/six-1.14.0
...
Bump six from 1.11.0 to 1.14.0 in /docs/tools
2020-02-20 11:10:32 +03:00
Ivan Blinkov
27a45db288
Merge pull request #9238 from ClickHouse/dependabot/pip/docs/tools/idna-2.9
...
Bump idna from 2.6 to 2.9 in /docs/tools
2020-02-20 11:10:21 +03:00
Ivan Blinkov
4cae7e6d6e
Merge pull request #9237 from ClickHouse/dependabot/pip/docs/tools/requests-2.23.0
...
Bump requests from 2.21.0 to 2.23.0 in /docs/tools
2020-02-20 11:10:12 +03:00
dependabot-preview[bot]
24153a5233
Bump certifi from 2017.11.5 to 2019.11.28 in /docs/tools
...
Bumps [certifi](https://certifi.io/ ) from 2017.11.5 to 2019.11.28.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:43:43 +00:00
dependabot-preview[bot]
8230160a00
Bump six from 1.11.0 to 1.14.0 in /docs/tools
...
Bumps [six](https://github.com/benjaminp/six ) from 1.11.0 to 1.14.0.
- [Release notes](https://github.com/benjaminp/six/releases )
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES )
- [Commits](https://github.com/benjaminp/six/compare/1.11.0...1.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:43:22 +00:00
dependabot-preview[bot]
694185c0c2
Bump idna from 2.6 to 2.9 in /docs/tools
...
Bumps [idna](https://github.com/kjd/idna ) from 2.6 to 2.9.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v2.6...v2.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:42:59 +00:00
dependabot-preview[bot]
49b86a638d
Bump requests from 2.21.0 to 2.23.0 in /docs/tools
...
Bumps [requests](https://github.com/psf/requests ) from 2.21.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.21.0...v2.23.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:42:43 +00:00
BayoNet
7ef480e4de
DOCS-442: RU translation of the docs on DDL queries creating extenal dictionary ( #9141 )
...
* CLICKHOUSEDOCS-442: Translated docs for DDL query for creating external dictinaries.
* CLICKHOUSEDOCS-442: Fixes.
* Update docs/ru/query_language/show.md
* CLICKHOUSEDOCS-442: Fixed failing build.
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-02-20 09:31:06 +03:00
nikitamikhaylov
3c1f2b6124
style check final
2020-02-19 23:50:27 +03:00
nikitamikhaylov
6ca0776a61
Merge branch 'master' of github.com:ClickHouse/ClickHouse into copier-refactoring
2020-02-19 23:41:35 +03:00
Ivan Blinkov
2f12f636cb
Merge pull request #9204 from ClickHouse/dependabot/pip/docs/tools/commonmark-0.9.1
...
Bump commonmark from 0.5.4 to 0.9.1 in /docs/tools
2020-02-19 22:17:27 +03:00
Ivan Blinkov
96a0a048f8
Merge pull request #9206 from ClickHouse/dependabot/pip/docs/tools/unidecode-1.1.1
...
Bump unidecode from 1.0.23 to 1.1.1 in /docs/tools
2020-02-19 22:16:59 +03:00
Ivan Blinkov
732905940a
Merge pull request #9207 from ClickHouse/dependabot/pip/docs/tools/markupsafe-1.1.1
...
Bump markupsafe from 1.0 to 1.1.1 in /docs/tools
2020-02-19 22:16:45 +03:00
alexey-milovidov
9c8d66ebe5
Merge pull request #9225 from ClickHouse/metric-log-by-default
...
Enable metric_log by default
2020-02-19 21:49:37 +03:00
chertus
732c50408a
disable crazy push down for test
2020-02-19 20:29:57 +03:00
chertus
fa8f07374b
fix CROSS to INNER JOIN rewrite with [NOT] LIKE
2020-02-19 20:22:16 +03:00
Nikita Mikhaylov
b0a4956824
Merge branch 'copier-refactoring' of github.com:nikitamikhaylov/ClickHouse into clickhouse-copier
2020-02-19 19:59:59 +03:00
alexey-milovidov
28528db85b
Merge pull request #9190 from BayoNet/docs/CLICKHOUSEDOCS-545-datalens
...
DOCS-545: Yandex Datalens data analytics and visualization tool
2020-02-19 19:57:37 +03:00
Nikita Mikhaylov
caa4810c5c
more codestyle
2020-02-19 18:59:47 +03:00
Nikita Mikhaylov
819a4ad6da
codestyle
2020-02-19 18:45:49 +03:00
Sergei Shtykov
500202cba7
CLICKHOUSEDOCS-545: Repaired file collision.
2020-02-19 18:38:36 +03:00
Sergei Shtykov
5e592152cf
Deleted a strange file.
2020-02-19 18:33:49 +03:00
Sergei Shtykov
ef53e4f3e6
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-545-datalens
2020-02-19 18:20:30 +03:00
Nikita Mikhaylov
24cbd0d6d1
squashed commits
2020-02-19 18:01:08 +03:00
Sergei Shtykov
26a745be50
CLICKHOUSEDOCS-545: Clarification.
2020-02-19 17:18:42 +03:00
Sergei Shtykov
3d3bf5e32a
CLICKHOUSEDOCS-545: Updated by comments.
2020-02-19 17:12:46 +03:00
BayoNet
b603f903ea
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:40 +03:00
BayoNet
1c25f74792
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:31 +03:00
BayoNet
d098e598fc
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:19 +03:00
BayoNet
119601ba9f
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:08 +03:00
Ilya Yatsishin
3e0b76a077
Merge pull request #9218 from oskarwojciski/patch-1
...
Fix typo in decumentation
2020-02-19 16:56:58 +03:00
BayoNet
ecbd6f1360
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:56:58 +03:00
BayoNet
222a3a43ac
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:56:48 +03:00
Ilya Yatsishin
5ab39f55e9
Merge pull request #9224 from tac0x2a/gitlocalize-10967
...
Docs: Translated introduction/performance.md to ja
2020-02-19 16:56:14 +03:00
TAC
eaca86aa09
Translate performance.md via GitLocalize
2020-02-19 13:44:09 +00:00
Alexey Milovidov
add281dfe3
Enable metric_log by default
2020-02-19 16:39:20 +03:00
Nicolae Vartolomei
811197558c
Improve stack trace formatting for Poco and std exceptions
...
Before:
```
<Error> Application: Caught exception while loading metadata: Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Access to file denied: boo0. /home/nv/clickhouse-master-clion/contrib/poco/Foundation/src/Exception.cpp:27: Poco::FileAccessDeniedException::FileAccessDeniedException(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0xbb598cc in /state/home/nv/clickhouse-builds/clickhouse-master-clion-gcc/dbms/programs/clickhous
```
After:
```
<Error> Application: Caught exception while loading metadata: Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Access to file denied: boo, Stack trace (when copying this message, always include the lines below):
0. /home/nv/clickhouse-master-clion/contrib/poco/Foundation/src/Exception.cpp:27: Poco::FileAccessDeniedException::FileAccessDeniedException(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0xbb5987c in /state/home/nv/clickhouse-builds/clickhouse-master-clion-gcc/dbms/programs/clickhous
```
2020-02-19 13:33:31 +00:00