Commit Graph

56038 Commits

Author SHA1 Message Date
jianmei zhang
99d6676857 update clickhouse-local docs to latest 2021-01-20 11:32:39 +08:00
sundyli
659303d871
Remove useless codes 2021-01-20 09:25:57 +08:00
alexey-milovidov
b77e3a485b
Update ansi.md 2021-01-20 03:18:40 +03:00
alexey-milovidov
f8049fca18
Update ansi.md 2021-01-20 03:17:20 +03:00
alexey-milovidov
c68b690f19
Merge pull request #19261 from RegulusZ/patch-2
Update ansi.md
2021-01-20 03:05:45 +03:00
Alexey Milovidov
ea0052aba5 Fix error in fuzzer 2021-01-20 03:02:58 +03:00
alexey-milovidov
af688d6529
Merge pull request #19285 from ucasFL/b1
move ctr from private to delete
2021-01-20 02:53:59 +03:00
Olga Revyakina
2a511b169b Fixes 2021-01-20 02:02:46 +03:00
Olga Revyakina
701b078866 First draft 2021-01-20 01:39:12 +03:00
alexey-milovidov
de0e106fd7
Update 2020.md 2021-01-20 01:22:00 +03:00
Azat Khuzhin
8a00816396 Do not mark file for distributed send as broken on EOF
- the sender will got ATTEMPT_TO_READ_AFTER_EOF (added in
  946c275dfb) when the client just go
  away, i.e. server had been restarted, and this is incorrect to mark the
  file as broken in this case.

- since #18853 the file will be checked on the sender locally, and
  in case the file was truncated CANNOT_READ_ALL_DATA will be thrown.
  But before #18853 the sender will not receive
  ATTEMPT_TO_READ_AFTER_EOF from the client in case of file was truncated
  on the sender, since the client will just wait for more data, IOW just hang.

- and I don't see how ATTEMPT_TO_READ_AFTER_EOF can be received while
  reading local file.
2021-01-20 01:10:17 +03:00
Azat Khuzhin
e4350e078c Add ability to distinguish remote exceptions from local 2021-01-20 01:10:17 +03:00
alexey-milovidov
a803ca2bc5
Update CHANGELOG.md 2021-01-19 21:59:01 +03:00
alexey-milovidov
160cf52d92
Merge pull request #19286 from ZoranPandovski/master
Add MindsDB to 3rd party interfaces
2021-01-19 21:55:56 +03:00
Alexander Kuzmenkov
20dd97b4b4
Update run-fuzzer.sh 2021-01-19 21:02:31 +03:00
Anna
29dab7cba1
Update show.md
Fix syntax
2021-01-19 20:45:56 +03:00
Dmitriy
9393e96e1b Update materialize-mysql.md
Внес правки в перевод.
2021-01-19 20:41:47 +03:00
Alexander Kuzmenkov
4d16dead0f Merge remote-tracking branch 'origin/master' into HEAD 2021-01-19 20:34:01 +03:00
Alexander Kuzmenkov
a2dafac450 Merge pull request #19254 from ClickHouse/aku/test-hint
Consolidate the test hint handling
2021-01-19 20:28:18 +03:00
Alexander Kuzmenkov
6fefc29f39 comment 2021-01-19 20:25:28 +03:00
Alexander Kuzmenkov
847a4e5d7c Merge remote-tracking branch 'origin/master' into HEAD 2021-01-19 20:22:03 +03:00
Alexander Kuzmenkov
f5931a2289
Merge pull request #19236 from ClickHouse/aku/echo-leading
Make `-- { echo }` hint preserve leading comments
2021-01-19 20:20:58 +03:00
Dmitriy
5b7af74f84 Fix multiword types.md
Внес небольшие поправки.
2021-01-19 20:10:23 +03:00
Nikolai Kochetov
a69d386492 Fix tests. 2021-01-19 20:09:40 +03:00
Zoran Pandovski
9d95b87615
Update integrations.md
Add MindsDB to new AutoML section in 3rd party integrations
2021-01-19 17:43:25 +01:00
Zoran Pandovski
c455cd41a2
Update gui.md
Move mindsdb to open source GUI
2021-01-19 17:42:11 +01:00
Zoran Pandovski
6ab17d5fd3
Update gui.md
Add MindsDB to the GUI tools
2021-01-19 17:40:21 +01:00
alesapin
374cee47e0 Fix typo 2021-01-19 19:22:40 +03:00
Ilya Yatsishin
f74ddd58c4
Merge pull request #19077 from qoega/add-sqlancer-test-docker
Run more tests in SQLancer
2021-01-19 19:15:12 +03:00
feng lv
4b1a494a91 move ctr from private to delete 2021-01-19 15:59:49 +00:00
alesapin
bc3b792912
Merge pull request #19250 from ClickHouse/trying_to_enable_tsan
Remove tsan supression
2021-01-19 18:58:25 +03:00
alesapin
56f19e4790 Remove unused headers 2021-01-19 18:52:28 +03:00
alesapin
8cdfbd996b Fix header 2021-01-19 18:51:52 +03:00
Nikolai Kochetov
df56590e21 Update test. 2021-01-19 18:35:32 +03:00
alesapin
7e71a5b1b0 Fix new lines 2021-01-19 18:25:08 +03:00
Dmitriy
b4addbf2c9 Fix translation
Поправил перевод.
2021-01-19 18:24:37 +03:00
alesapin
6c6bf60937 Rename function 2021-01-19 18:23:32 +03:00
alesapin
0ee5629527 Fix style 2021-01-19 18:10:49 +03:00
Nikolai Kochetov
f4a718aab9 Fix tests. 2021-01-19 17:53:51 +03:00
alesapin
ace6d906b0 Fix normal close scenario 2021-01-19 17:45:45 +03:00
Dmitriy
3668885f6f Fix translation of multiword types
Заменил выражение "типы с названием из нескольких слов" на "составные типы".
2021-01-19 17:42:34 +03:00
alexey-milovidov
cf69fbd1fc
Merge pull request #18984 from olgarev/revolg-DOCSUP-4645-optimize_aggregation_in_order_setting
DOCSUP-4645: Documented optimize_aggregation_in_order setting
2021-01-19 17:39:25 +03:00
Yatsishin Ilya
a565638129 stop server 2021-01-19 17:37:27 +03:00
alesapin
ac64a13392 Split storage and requests processing 2021-01-19 17:22:28 +03:00
Nikolai Kochetov
17edf238e3 Added test. 2021-01-19 16:35:26 +03:00
Nikolai Kochetov
35f48e60ad Fix description after step optimizations 2021-01-19 16:21:28 +03:00
Nikolai Kochetov
964af8e02c Fix description after step optimizations 2021-01-19 16:17:52 +03:00
alexey-milovidov
c0ce2d9b16
Update CHANGELOG.md 2021-01-19 16:15:13 +03:00
alexey-milovidov
72d2511e8e
Update CHANGELOG.md 2021-01-19 16:15:06 +03:00
Nikolai Kochetov
b1c7944f84 Fix description after step optimizations 2021-01-19 16:08:14 +03:00