Commit Graph

55813 Commits

Author SHA1 Message Date
alesapin
af4afff723
Merge pull request #19284 from ClickHouse/decompose_test_keeper_storage
Split TestKeeperStorage and processing thread
2021-01-21 00:19:05 +03:00
Dmitriy
a8756aed10 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4966-add_multiword_data_types 2021-01-20 22:07:02 +03:00
tavplubix
165fc1a260
Merge pull request #19091 from ClickHouse/update_cassandra
Update Cassandra driver library
2021-01-20 22:05:34 +03:00
Dmitriy
7d61f27abb Fix ansi.md
Разрешаю конфликт с мастером.
2021-01-20 20:51:14 +03:00
Alexander Kuzmenkov
8663d04b7f
Merge pull request #19298 from ClickHouse/aku/parallel-tests
Avoid mixing output from parallel test runs
2021-01-20 20:22:42 +03:00
Alexander Kuzmenkov
7b4d1fba6a
Update run-fuzzer.sh 2021-01-20 20:18:02 +03:00
romanzhukov
8da4aa5bf0 DOCSUP-5272: fix PR and ticket comments 2021-01-20 20:10:35 +03:00
Alexander Tokmakov
6560ec3ed5 fix segfault on aggregation when MV has unexpected structure 2021-01-20 19:36:18 +03:00
alesapin
79d64106ab
Merge pull request #19293 from sundy-li/patch-2
Remove useless codes
2021-01-20 19:22:06 +03:00
George
6458d21040 various fixes 2021-01-20 18:38:35 +03:00
Daniel Qin
25d8c047c5
Add a check to avoid exception when long alias equals to column (#18968)
* Add a check to avoid exception when long alias equas to column

* try fix with add an underlying table name, add function test

* format code

Co-authored-by: Ling Qin <lqin@freewheel.com>
2021-01-20 18:34:17 +03:00
Evgenia Sudarikova
166fcd80b5
DOCSUP-5600: Edit and translate to Russian (#19152) 2021-01-20 18:27:59 +03:00
Yatsishin Ilya
ac438f8ee7 add Sanitizer report issue template 2021-01-20 17:31:56 +03:00
Nikolai Kochetov
6cf4ed5c42 Refactor now64 2021-01-20 16:18:41 +03:00
Nikita Mikhailov
1d1e53f5d3 style 2021-01-20 15:37:53 +03:00
Nikita Mikhailov
cf88874088 done 2021-01-20 15:30:41 +03:00
alesapin
70679e4ee1 Fix test keeper handler 2021-01-20 15:11:26 +03:00
Anton Popov
0d6aba6e2e
Merge pull request #19208 from adevyatova/annadevyatova-DOCSUP-4439-clusters
DOCSUP-4439: Add SHOW CLUSTER(s) queries docs
2021-01-20 14:31:00 +03:00
Alexander Tokmakov
0507a38ec6 Merge branch 'master' into update_cassandra 2021-01-20 14:15:53 +03:00
Alexander Tokmakov
6847fdf772 fix 2021-01-20 14:12:33 +03:00
alesapin
ab325f5d0c Fix test 2021-01-20 13:31:47 +03:00
Nikolai Kochetov
1e4b32aa30
Merge pull request #19273 from CurtizJ/map-subcolumns
Support 'keys' and 'values' subcolumns in type Map
2021-01-20 13:13:01 +03:00
Alexander Kuzmenkov
33b941b216 not sure why it doesn't like my f-strings 2021-01-20 10:01:26 +03:00
Alexander Kuzmenkov
107d83b654 Avoid mixing output from parallel test runs.
Also mark some tests as sequential-only.
2021-01-20 08:31:41 +03:00
Alexander Kuzmenkov
636049f465
Merge pull request #19022 from ClickHouse/aku/window-prototype
[wip] WINDOW clause
2021-01-20 08:31:04 +03:00
Alexander Kuzmenkov
951b552727 rename 2021-01-20 08:29:27 +03:00
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
Zoran Pandovski
9d95b87615
Update integrations.md
Add MindsDB to new AutoML section in 3rd party integrations
2021-01-19 17:43:25 +01:00