Commit Graph

69905 Commits

Author SHA1 Message Date
Maksim Kita
2054ecb1ce
Merge pull request #27031 from excitoon-favorites/asyncmetrics
Improved logging of `hwmon` sensor errors in `AsynchronousMetrics`
2021-08-10 14:00:36 +03:00
Raúl Marín
ede5369265 Revert toMinute changes and add additional roundDown fastpath 2021-08-10 12:55:49 +02:00
Maksim Kita
f729961c34
Merge pull request #27520 from ClickHouse/website-success-stories-2
Update success stories on the website front page
2021-08-10 13:45:55 +03:00
Nikita Mikhaylov
062ff30166
Merge pull request #27483 from nikitamikhaylov/block-reserve
Added reserve method to Block
2021-08-10 13:17:32 +03:00
vdimir
ae3726643d
Support ColumnConst(ColumnLowCardinality) in JoinCommon::convertColumnToNullable 2021-08-10 12:59:13 +03:00
tavplubix
d8375a88ec
Update InterpreterCreateQuery.cpp 2021-08-10 12:42:01 +03:00
tavplubix
cd65eb031a
Merge pull request #27518 from ClickHouse/rename_materialize_mysql2
MaterializedMySQL: minor fix in docs
2021-08-10 12:17:10 +03:00
Ivan Blinkov
83287827f2
Update success stories on the website front page 2021-08-10 12:17:08 +03:00
Maksim Kita
12149d1ebb
Merge pull request #27234 from DHBin/add_bitmapSubsetOffsetLimit
add bitmapSubsetOffsetLimit function
2021-08-10 12:09:56 +03:00
Filatenkov Artur
0db028bb49
Update Client.cpp 2021-08-10 12:00:55 +03:00
Filatenkov Artur
3545f2a4ee
Update Client.cpp 2021-08-10 11:59:11 +03:00
Maksim Kita
9fa7f3ab5e
Merge pull request #27513 from ClickHouse/web-ui-better-block-characters
Better block drawing characters in Web UI
2021-08-10 11:48:42 +03:00
vdimir
dfccc85a33
Check const and lc nested can beome nullable in JoinCommon::convertColumnToNullable 2021-08-10 11:37:55 +03:00
Alexander Tokmakov
6ebde145eb fix docs 2021-08-10 11:24:22 +03:00
robot-clickhouse
84d936355a Update version_date.tsv after release 21.7.7.47 2021-08-10 11:12:18 +03:00
vdimir
7c15d6aa41
Do not convert const to full in JoinCommon::convertColumnToNullable 2021-08-10 10:50:56 +03:00
vdimir
77adb509cb
Fix Nullable const columns in JOIN 2021-08-10 10:42:56 +03:00
Kseniia Sumarokova
f6cabb6e08
Merge pull request #27055 from olgarev/revolg-DOCSUP-12003-S3_and_HDFS_zero_copy_replication
DOCSUP-12003: S3 and HDFS zero copy replication
2021-08-10 08:57:35 +03:00
Misko Lee
7abec83d5b add from IP on login fail error message, it's helpful detect traffic source on error message. 2021-08-10 13:36:28 +08:00
Alexey Milovidov
55b87a788b Fix font in Chromium 2021-08-10 08:18:18 +03:00
Alexey Milovidov
8983f4bc12 Better block drawing characters in Web UI 2021-08-10 08:13:08 +03:00
Alexey Milovidov
3449e611fd Allow to build with AVX2 2021-08-10 03:46:03 +03:00
Alexey Milovidov
eda489dde8 Untangle CPU features specification in CMake 2021-08-10 02:58:51 +03:00
Alexander Kuzmenkov
dff51cb105 fixup 2021-08-09 23:56:44 +03:00
Nikolai Kochetov
bb4c11cd27
Merge pull request #27298 from ClickHouse/fix-23515
Fix bug from #23515.
2021-08-09 23:25:30 +03:00
alexey-milovidov
d245eb1705
Merge pull request #27488 from ClickHouse/menus-dataset
Add menus (yummy dataset)
2021-08-09 22:49:22 +03:00
alexey-milovidov
60afe2e251
Merge pull request #27493 from syominsergey/patch-7
add info about ninja usage in clion instead of default make
2021-08-09 22:49:11 +03:00
Sergei Semin
9b28fb464e
add info about ninja usage in clion instead of default make 2021-08-09 22:36:01 +03:00
Alexander Kuzmenkov
0cdb6f8c78 fixup 2021-08-09 22:19:54 +03:00
Vitaly Baranov
a358c48d53
Merge pull request #27478 from FArthur-cmd/comment_encrypted_docs
comment docs
2021-08-09 21:43:25 +03:00
Alexander Kuzmenkov
852ee7e26a a more stable test 2021-08-09 21:35:34 +03:00
Kseniia Sumarokova
3b5bcc3ab5
Update storing-data.md 2021-08-09 21:22:40 +03:00
alexey-milovidov
8f46201cec
Merge pull request #27479 from den-crane/patch-23
Update uk-price-paid.md (projection)
2021-08-09 20:57:43 +03:00
Alexey Milovidov
d584a55de7 Add menus (yummy dataset) 2021-08-09 20:52:41 +03:00
Alexey Milovidov
d64ee0337a Add menus (yummy dataset) 2021-08-09 20:49:38 +03:00
Alexey Milovidov
75eb3e318d Add menus (yummy dataset) 2021-08-09 20:47:52 +03:00
Alexander Kuzmenkov
2259387f0c make it possible to cancel window functions on ctrl+c 2021-08-09 20:04:42 +03:00
Alexey Boykov
1cd31382a5
Update conditional-functions.md
Fix typo.
2021-08-09 19:52:15 +03:00
Nikita Mikhaylov
3d201c37c0 Done 2021-08-09 15:42:29 +00:00
Pavel Kruglov
1fa8901cdb Mark functions conversion as suitable for short-circuit 2021-08-09 18:02:09 +03:00
Kruglov Pavel
6dfba6ee2a Fix 2021-08-09 18:02:09 +03:00
Kruglov Pavel
db3f66f422 Update FunctionIfBase.h 2021-08-09 18:02:09 +03:00
Pavel Kruglov
09dad40461 Update test 2021-08-09 18:02:09 +03:00
Pavel Kruglov
f1efaea31a Fix build, add test 2021-08-09 18:02:08 +03:00
Pavel Kruglov
7989d6a848 Remove include 2021-08-09 18:01:08 +03:00
Pavel Kruglov
70b51133c1 Try to simplify code 2021-08-09 18:01:08 +03:00
Pavel Kruglov
fa72ec0ba9 Add missing virtual method to the new toJSONString function 2021-08-09 17:57:50 +03:00
Pavel Kruglov
bff79d7774 Fix special build 2021-08-09 17:57:50 +03:00
Pavel Kruglov
9fd4d14521 Fix style, build, add test 2021-08-09 17:57:50 +03:00
Pavel Kruglov
f16f660636 Fix PVS check 2021-08-09 17:57:50 +03:00