Commit Graph

35798 Commits

Author SHA1 Message Date
chertus
9748f8dcf6 fix bug with comma join and in 2020-02-20 16:33:14 +03:00
Ivan Blinkov
87b32a2831
Create events.js 2020-02-20 16:32:48 +03:00
alexey-milovidov
5d4a85488e
Merge pull request #9231 from abyss7/log-alias
Get marks from first non-alias column in Log storage
2020-02-20 16:20:21 +03:00
alesapin
737a650824 Fix one more test 2020-02-20 16:02:58 +03:00
Ivan Lezhankin
ee2cb00aa1 Use getAllPhysical() 2020-02-20 15:46:27 +03:00
Alexander Kuzmenkov
642e21e8e1 Log error message before aborting on LOGICAL_ERROR. 2020-02-20 15:29:53 +03:00
Nikolai Kochetov
84af9677be Try fix external tables for RemoteBlockInputStream 2020-02-20 14:29:12 +03:00
chertus
56fa3cc1eb correct fallback for PREFER_PARTIAL_MERGE: HashJoin -> MergeJoin instead of HashJoin -> JoinSwitcher 2020-02-20 14:26:00 +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
alesapin
cbd8b697c4 Better error codes and exception messages, remove duplicated headers 2020-02-20 13:04:15 +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
Mikhail f. Shiryaev
7cf6506534
Update documentation for system.replicas 2020-02-20 11:01:31 +01: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
alesapin
5282f8b59c Fix tests and small bug 2020-02-20 12:22:17 +03:00
Nikita Mikhaylov
23ceddebbc codestyle final 2 2020-02-20 12:06:00 +03:00
alesapin
2561e27ead Add settings to storage in test 2020-02-20 11:50:00 +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
zhang2014
130e76d5c0 ISSUES-9230 pushed SelectQueryOption into join expression 2020-02-20 11:15:59 +08:00
nikitamikhaylov
3c1f2b6124 style check final 2020-02-19 23:50:27 +03:00
alesapin
e69fd2ac0d Fix test 2020-02-19 23:44:36 +03:00
nikitamikhaylov
6ca0776a61 Merge branch 'master' of github.com:ClickHouse/ClickHouse into copier-refactoring 2020-02-19 23:41:35 +03:00
alexey-milovidov
1f42d03bf8
Update SeekableReadBuffer.h 2020-02-19 22:26:33 +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
chertus
3d7959d2e8 fix join_algorithm and partial_merge_join settings check 2020-02-19 22:11:23 +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
Ivan Lezhankin
894c451cf0 Get marks from first non-alias column in Log storage 2020-02-19 21:06:18 +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
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
Nikolai Kochetov
39916dd01a Remove readWithProcessors from IStorage. 2020-02-19 19:09:31 +03:00
Nikolai Kochetov
a3c4b2e922 Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
Nikolai Kochetov
e0c30259fb Remove readWithProcessors from IStorage. 2020-02-19 19:02: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
Yohann Jardin
30322f3b4a Update collapsing algorithm doc to match actual code 2020-02-19 16:35:50 +01: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