Commit Graph

31837 Commits

Author SHA1 Message Date
stavrolia
295633b7ef Another try 2019-11-28 17:31:35 +03:00
Amos Bird
e12e1ecd13
utilize libunwind to achieve better abi-compat 2019-11-28 18:59:21 +08:00
alexey-milovidov
5b307a6df7
Merge pull request #7950 from den-crane/patch-11
Doc change. Fix for  alter_attach-partition. English version.
2019-11-28 13:51:45 +03:00
alexey-milovidov
c1039ed0f3
Update bitops.h 2019-11-28 13:48:29 +03:00
alexey-milovidov
18731c4beb
Merge pull request #7954 from Fox0117/patch-1
Update CHANGELOG.md setting 'any_join_get_any_from_right_table' -> 'any_join_distinct_right_table_keys'
2019-11-28 13:47:48 +03:00
Andrey Konchagin
2edaa4a95c
Update CHANGELOG.md
There is no such setting, real parameter name is 'any_join_distinct_right_table_keys' (from exception message)
2019-11-28 12:47:08 +03:00
alexey-milovidov
61b3059366
Update extended_roadmap.md 2019-11-28 11:52:17 +03:00
sundy-li
136f7c99db trival fix 2019-11-28 12:00:01 +08:00
sundy-li
63b61b61d4 zh/docs for development parts.. 2019-11-28 11:57:33 +08:00
Denis Zhuravlev
c06496c115
Update alter.md
Fix for alter attach alter_attach-partition (fixes #5312). English version.
2019-11-27 19:49:13 -04:00
alexey-milovidov
d8fa0871b9
Merge pull request #7932 from den-crane/patch-10
Doc change. OPTIMIZE DEDUPLICATE description
2019-11-27 23:20:48 +03:00
alexey-milovidov
0a018a50c6
Merge pull request #7901 from den-crane/patch-8
Update alter.md
2019-11-27 23:13:03 +03:00
alexey-milovidov
6fa25e07c4
Merge pull request #7922 from Vxider/fix-cli-docs
fix cli docs
2019-11-27 23:12:15 +03:00
alexey-milovidov
edf50f3ce3
Merge pull request #7940 from amosbird/oldkernelhdfs
old kernel hdfs support
2019-11-27 23:09:16 +03:00
Anton Popov
9fe987c8e1
Merge pull request #7920 from excitoon-favorites/datetimettl
Removed check for using `Date` or `DateTime` column from TTL expressions
2019-11-27 19:55:57 +03:00
stavrolia
f23273fa80 Fix 2019-11-27 17:29:00 +03:00
Nikolai Kochetov
bd40c9cd13
Merge pull request #7933 from azat/dist-mon-codec-errors-mark-broken
DirectoryMonitor: mark batch as broken on UNKNOWN_CODEC/CANNOT_DECOMPRESS errors
2019-11-27 16:03:44 +03:00
Nikolai Kochetov
f343803891
Merge pull request #7735 from amosbird/clientfix
fix utf-8 paste
2019-11-27 15:51:13 +03:00
Sergei Bocharov
cf9a636100 Docs: Added Content-Type Header 2019-11-27 14:56:24 +03:00
Vladimir Chebotarev
4d1b0796e4 Minor fix (removed empty line). 2019-11-27 13:13:25 +03:00
Vladimir Chebotarev
ecaa98e4e4 Allowed to use constant TTL expressions, updated tests. 2019-11-27 13:11:17 +03:00
Vladimir Chebotarev
fa79b7cf7d Updated test checking that constant TTL expression works. 2019-11-27 13:11:17 +03:00
Vladimir Chebotarev
a99c6382d6 Fixed documentation according to new logic of checking TTL expressions. 2019-11-27 13:11:17 +03:00
Vladimir Chebotarev
c396af7c40 Removed check for using Date or DateTime column from TTL expressions. 2019-11-27 13:11:17 +03:00
Amos Bird
2f6643b03c
old kernel hdfs support 2019-11-27 15:14:23 +08:00
stavrolia
f1e5e58480 Some rest of PR about improvement of exception message 2019-11-27 04:18:26 +03:00
stavrolia
4087d91563 Fix 2019-11-27 03:42:46 +03:00
Mikhail Filimonov
deec48a3e0 attempt to fix kafka parsing performance regression https://github.com/ClickHouse/ClickHouse/issues/7261 2019-11-27 00:46:19 +01:00
Azat Khuzhin
362505b129 DirectoryMonitor: mark batch as broken on UNKNOWN_CODEC/CANNOT_DECOMPRESS errors
There is no point in retrying batch after those errors (for the same
reasons as CHECKSUM_DOESNT_MATCH is there).
2019-11-26 20:21:05 +03:00
Nikita Mikhaylov
ad2af03f98 Merge branch 'master' of github.com:ClickHouse/ClickHouse 2019-11-26 20:05:15 +03:00
Nikita Mikhaylov
f6604fdf1a fix build 2019-11-26 20:04:46 +03:00
Nikolai Kochetov
4f79476511
Merge pull request #7929 from ClickHouse/fix-union-with-diff-columns
Fix union with diff columns
2019-11-26 19:40:45 +03:00
Nikita Mikhaylov
6f119d53f5 adding comments to strange functions used in parallel parsing 2019-11-26 19:33:43 +03:00
Denis Zhuravlev
b0757a55dd
Update misc.md
- If you specify `DEDUPLICATE`, then completely identical lines will collapse (values in all columns are compared), it makes sense only for the MergeTree engine.
2019-11-26 12:28:22 -04:00
Denis Zhuravlev
4cb8cadfb6
Update misc.md
OPTIMIZE DEDUPLICATE description
2019-11-26 12:25:45 -04:00
alexey-milovidov
ee1da402af
Merge pull request #7918 from SQkaer/master
update translation of developer_instruction in zh
2019-11-26 18:45:36 +03:00
Maksim Fedotov
b768b0de55 support clickhouse as mysql federated server. apply code review notes. fix typo 2019-11-26 18:42:50 +03:00
Maksim Fedotov
5e40311266 support clickhouse as mysql federated server. apply code review notes 2019-11-26 18:39:36 +03:00
Olga Khvostikova
4d6214d33e
Merge pull request #7908 from CurtizJ/enum_conversion
Fix enum conversion in native format for backward compatibility.
2019-11-26 17:53:47 +03:00
rainbowsysu
10de3fc8e9 fix some typing error 2019-11-26 22:02:53 +08:00
rainbowsysu
db92da9086 adjust the translation if there is any uncomfortable in reading 2019-11-26 21:34:17 +08:00
Sergei Shtykov
ad1e613bc3 CLICKHOUSEDOCS-129: Typo fix. 2019-11-26 16:11:44 +03:00
Vladimir Chebotarev
e3f299e3c4 Fixed background pool logger name. 2019-11-26 16:09:57 +03:00
Vladimir Chebotarev
37bc15779d Better logging of BackgroundMovePool. 2019-11-26 16:09:57 +03:00
Vladimir Chebotarev
37bebd1370 Improved BackgroundProcessingPool to use with background moves task. 2019-11-26 16:09:57 +03:00
Vladimir Chebotarev
e96c24786b Separated pool for background moves. 2019-11-26 16:08:59 +03:00
tavplubix
a357239f72
Update CHANGELOG.md 2019-11-26 16:08:54 +03:00
Sergei Shtykov
5e9f58d014 CLICKHOUSEDOCS-129: EN review. RU translastion. 2019-11-26 15:59:48 +03:00
Sergei Bocharov
f3f54acb12 Fixes 2019-11-26 15:47:06 +03:00
liu-bov
fb64ebb61e docs(arrayCompact): fix newly added description 2019-11-26 15:47:06 +03:00