Commit Graph

39908 Commits

Author SHA1 Message Date
Nikolai Kochetov
5cc0d5e537 Do not calculate subqueries when only_analyze enabled. 2020-05-09 21:43:16 +03:00
Nikolai Kochetov
884c93ed93 Do not calculate subqueries when only_analyze enabled. 2020-05-09 21:43:16 +03:00
Nikolai Kochetov
18e4df1e85 Create local context for query analyzing in PushingToViewsBlockOutputStream. 2020-05-09 21:43:16 +03:00
Nikolai Kochetov
c6b9580e9e Create local context for query analyzing in PushingToViewsBlockOutputStream. 2020-05-09 21:43:16 +03:00
Nikolai Kochetov
df17eda9c8 Try disable scalars with only_analyse flag. 2020-05-09 21:43:16 +03:00
Nikolai Kochetov
74b5e19fa5 Added test. 2020-05-09 21:43:16 +03:00
Nikolai Kochetov
086831e74c Fix tests. 2020-05-09 21:43:16 +03:00
Nikolai Kochetov
abef634d1f Fix scalars for MV. 2020-05-09 21:43:16 +03:00
alexey-milovidov
e41e998f4a
Merge pull request #10758 from bgiard/master
Fix serialize/deserialize of denominator of Average functions
2020-05-09 21:22:16 +03:00
Alexey Milovidov
735d04472d Remove flappy test for INSERT INTO LIVE VIEW @vzakaznikov 2020-05-09 21:14:50 +03:00
alexey-milovidov
42de5192fd
Merge pull request #10772 from azat/fix-system-logs-init
Avoid std::terminate in case of exception from SystemLogs::SystemLogs
2020-05-09 19:35:26 +03:00
alexey-milovidov
8f7ee19a2d
Merge pull request #10760 from amosbird/shared-build-fix
Shared build fix
2020-05-09 19:33:31 +03:00
Ivan Blinkov
04dafb0331
Update index.md 2020-05-09 19:22:05 +03:00
Ivan Blinkov
2cdcfc1421
Update ld_json.html 2020-05-09 19:20:38 +03:00
alexey-milovidov
f441636ade
Merge pull request #10773 from ClickHouse/fix-performance-tests-errors-2
Fix performance tests errors 2
2020-05-09 18:59:35 +03:00
Alexey Milovidov
ec73ff6151 Do not show unstable queries as error 2020-05-09 18:58:47 +03:00
Alexey Milovidov
2e58cbd1b5 Minor modifications 2020-05-09 18:55:25 +03:00
Alexey Milovidov
33f1fd3836 Fix bad markup 2020-05-09 18:50:28 +03:00
Alexey Milovidov
2000008438 Fix bad markup 2020-05-09 18:47:14 +03:00
alexey-milovidov
7689ec344b
Merge pull request #10766 from ClickHouse/fix-performance-tests-errors
Fix performance test errors
2020-05-09 18:28:01 +03:00
alexey-milovidov
f9db45fcc2
Merge pull request #10763 from azat/unbundled-build-poco-fix
Fix build with unbundled Poco
2020-05-09 18:27:00 +03:00
Azat Khuzhin
c42943850f Avoid std::terminate in case of exception from SystemLogs::SystemLogs
Since, at least, this will hide the real exception
2020-05-09 16:25:58 +03:00
Alexey Milovidov
978d38f34a Raised threshold for one of tests 2020-05-09 04:42:52 +03:00
alexey-milovidov
699ef4ff52
Merge pull request #10741 from hczhcz/patch-0422
Fix OrNull and OrDefault
2020-05-09 04:38:32 +03:00
Alexey Milovidov
666fd29d82 Fix performance test errors 2020-05-09 04:28:31 +03:00
alexey-milovidov
5992bae69a
Merge pull request #10736 from ClickHouse/extract-groups-range-check
Added range check for extractGroups function
2020-05-09 04:21:56 +03:00
alexey-milovidov
ffd315e10f
Merge pull request #10761 from amosbird/llvm-libunwind
Fix libunwind
2020-05-09 03:30:40 +03:00
alexey-milovidov
fc4868de15
Fixed roadmap that @blinkov accidentially corrupted. 2020-05-09 03:27:45 +03:00
alexey-milovidov
3442c68327
Merge pull request #10765 from alex-zaitsev/patch-2
Update assignees
2020-05-09 03:26:28 +03:00
alex-zaitsev
fb81585f14
typo 2020-05-09 03:23:15 +03:00
alex-zaitsev
536d749b8f
Assign some tasks to Altinity 2020-05-09 03:18:30 +03:00
Azat Khuzhin
150dd81e3b Fix build with unbundled Poco 2020-05-09 01:22:12 +03:00
Ivan Blinkov
ed7b7b1ef8
remove unnecessary space 2020-05-09 01:20:36 +03:00
Amos Bird
e33fb54686
Fix libunwind 2020-05-09 05:44:57 +08:00
Ivan Blinkov
2ac4e845f4
[docs] get rid of excessive breadcrumb items 2020-05-09 00:29:44 +03:00
Ivan Blinkov
9c736a4573
correct breadcrumbs urls 2020-05-09 00:10:06 +03:00
Amos Bird
9d908f48e1
Shared build fix 2020-05-09 04:55:08 +08:00
Baudouin Giard
be2cf70da8 Fix serialize/deserialize of denominator of Average functions
Use writeBinary/readBinary to serialize/deserialize the denominator of Average functions.

Previously it would be transmitted as an unsigned int, which means its value would get corrupted when doing an avgWeighted over a floating point number.

Note: this commit is not backwards compatible!

Signed-off-by: Baudouin Giard <bgiard@bloomberg.net>
2020-05-08 15:10:47 -04:00
Ivan Blinkov
e90f3033cf
[docs] add breadcrumbs (#10755)
Changelog category (leave one):
- Documentation (changelog entry is not required)
2020-05-08 19:46:19 +03:00
Ivan Blinkov
092f05f8d4
Update simpleaggregatefunction.md 2020-05-08 18:55:28 +03:00
Ivan Blinkov
887fee65ad
Minor improvements for ru docs (#10752)
* update po

* re-write feedback email generation
2020-05-08 18:50:21 +03:00
Ivan Blinkov
6ec7f93fc2
Move info.md lower in ToC 2020-05-08 18:16:29 +03:00
Ivan Blinkov
9c9a793821
Update info.md 2020-05-08 17:53:49 +03:00
Ivan Blinkov
8ce3a931e5
Update common_meta.html 2020-05-08 17:33:53 +03:00
Ivan
85d783c247
Poco contrib refactoring (#10396)
* Remove config_common.h
* Refactor libcpuid contrib
* Remove support for libcpuinfo
* Define USE_CPUID in Arcadia
* Refactor Poco libraries
2020-05-08 17:11:19 +03:00
Ivan Blinkov
e386d701db
Update revoke.md 2020-05-08 16:58:38 +03:00
Ivan Blinkov
df5a3418b4
fix relative amp hrefs 2020-05-08 16:53:26 +03:00
Ivan Blinkov
68ce8a0d82
[experimental] add opensearch.xml (#10743)
* [experimental] add opensearch.xml

* Update opensearch.xml
2020-05-08 16:40:48 +03:00
Ivan Blinkov
218fcfe9ca
Update revoke.md 2020-05-08 15:02:19 +03:00
hcz
8a60e22223 Fix OrNull and OrDefault 2020-05-08 17:52:54 +08:00