Commit Graph

31518 Commits

Author SHA1 Message Date
alesapin
a4ca30b5fd Fix bug in check table for tables without primary key 2019-12-02 13:30:04 +03:00
alexey-milovidov
d56183dbec
Merge pull request #7976 from sundy-li/doc/fixup-monitor
doc: fixup replicas monitor url path
2019-12-01 20:37:02 +03:00
sundy-li
e50a5ad3a4 fixup replicas monitor url path 2019-12-01 22:36:30 +08:00
Ivan Blinkov
afd8bced48
Add link to upcoming Moscow meetup 2019-11-29 20:03:12 +03:00
alexey-milovidov
c5fd00ac08
Update extended_roadmap.md 2019-11-29 17:08:24 +03:00
topvisor
aa09cca5be Update system.md (#7965) 2019-11-29 13:00:43 +03:00
Nikolai Kochetov
7a32ca057d
Merge pull request #7670 from excitoon-favorites/move_pool
Separated pool for background moves
2019-11-29 11:08:51 +03:00
alexey-milovidov
2537c04568
Merge pull request #7951 from sundy-li/zh/dev-1
zh/docs for development parts..
2019-11-29 09:21:10 +03:00
alexey-milovidov
2e34f02a36
Merge pull request #7936 from ClickHouse/branch-for-slightly-improvement-of-usability-of-exception-messages
The rest of PR #7897 about improvement of exception message
2019-11-28 22:07:29 +03:00
alexey-milovidov
68eb7bafce
Merge pull request #7959 from ubombi/patch-1
Typo in docs
2019-11-28 22:01:22 +03:00
alexey-milovidov
bf13cd6234
Update extended_roadmap.md 2019-11-28 20:52:26 +03:00
alexey-milovidov
46a3fef161
Update extended_roadmap.md 2019-11-28 20:51:47 +03:00
Vitaliy Kozlovskiy
7cd3bd2082
Typo
tuble > tuple
2019-11-28 19:28:23 +02:00
stavrolia
295633b7ef Another try 2019-11-28 17:31:35 +03: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
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
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
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
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