Commit Graph

60516 Commits

Author SHA1 Message Date
kssenii
88df6afc84 More tests 2021-03-31 23:48:54 +00:00
kssenii
7dfcef9846 Add forgotten files 2021-03-31 21:46:07 +00:00
kssenii
18dd8dd79b Typo 2021-03-31 17:05:41 +00:00
kssenii
03ce320926 Add a separate docker-compose with multiple servers for postgres and mysql 2021-03-31 17:04:57 +00:00
kssenii
4e849f3b77 Less logging 2021-03-31 14:06:24 +00:00
kssenii
ba5ddd5c32 Do not parse replicas in PoolWithFailover 2021-03-31 14:03:52 +00:00
kssenii
ce05087b1b Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into replicas-shards-for-mysql-and-postgres 2021-03-30 17:27:10 +00:00
Anton Popov
c992cde9b6
Merge pull request #22174 from gyuton/gyuton-DOCSUP-6212-document-the-log_comment_setting
DOCSUP-6212: Document the log_comment setting
2021-03-30 20:24:56 +03:00
Amos Bird
69204e1d21
Add prefer_column_name_to_alias settings (#22044) 2021-03-30 16:51:45 +03:00
Vladimir
1f5052a7c5
Merge pull request #21901 from jinghancc/jinghan/fix-doc-description-for-window-funnel 2021-03-30 16:23:21 +03:00
Anton Popov
9fb8781b86
Update settings.md 2021-03-30 16:11:14 +03:00
Anton Popov
9e2e41f713
Update settings.md 2021-03-30 16:07:54 +03:00
alexey-milovidov
2d1704b026
Merge pull request #22338 from ClickHouse/maybe-fix-false-msan-report-grpc
Maybe fix false MSan report in GRPC
2021-03-30 15:25:25 +03:00
Alexey Milovidov
64bfdb69d0 Adjust perf test 2021-03-30 15:24:22 +03:00
alexey-milovidov
68cfb8a2b9
Merge pull request #19496 from ClickHouse/alexey-milovidov-patch-4
Remove outdated suppressions, part 2
2021-03-30 15:18:27 +03:00
Nikita Mikhaylov
18dc213cee
Merge pull request #21912 from songenjie/clickhouse-copier-create-destination-once
[ClickHouse][Copier] Improve copier work
2021-03-30 14:42:00 +03:00
Alexander Kuzmenkov
0696ed390d
Merge pull request #22181 from ClickHouse/aku/flaky-stateless
less flaky functional tests
2021-03-30 14:40:07 +03:00
Kseniia Sumarokova
39ba3e4024
Merge pull request #20382 from stigsb/materializemysql-version-index
MaterializeMySQL: add skipping index for _version column
2021-03-30 14:30:50 +03:00
Alexander Kuzmenkov
bd5ddf0524 fixes 2021-03-30 13:49:43 +03:00
alexey-milovidov
6acb9bc827
Merge pull request #22320 from ClickHouse/fix-timeout-unit-test
More coarse test for DateLUT
2021-03-30 13:26:56 +03:00
Vladimir
5ae9f2c5bb
Merge pull request #21329 from depressed-pho/isIPAddressContainedIn 2021-03-30 13:26:49 +03:00
alesapin
2f891521db
Merge pull request #22291 from ClickHouse/no_logical_error_on_mutation
Relax covering part check on mutation
2021-03-30 13:25:27 +03:00
alexey-milovidov
971167c68f
Merge pull request #22328 from CurtizJ/remove-code
Remove useless code
2021-03-30 13:14:00 +03:00
George
2b501ff258 fixed a typo 2021-03-30 12:08:30 +03:00
George
ffe9cb7fe2 Merge branch 'gyuton-DOCSUP-6212-document-the-log_comment_setting' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-6212-document-the-log_comment_setting 2021-03-30 11:58:37 +03:00
George
21f89567c4 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-6212-document-the-log_comment_setting 2021-03-30 11:58:16 +03:00
Vladimir
b7c191c60e
Merge branch 'master' into jinghan/fix-doc-description-for-window-funnel 2021-03-30 11:00:31 +03:00
alesapin
5e3ebb3e0e
Merge pull request #22274 from ClickHouse/rename_keeper
Rename NuKeeper and TestKeeper to Keeper in all places
2021-03-30 10:39:22 +03:00
alesapin
c8b1004ecb Fix jepsen test 2021-03-30 10:38:15 +03:00
alesapin
828e76adb9 Fix keeper util 2021-03-30 10:36:50 +03:00
Kruglov Pavel
a60d981b11
Merge pull request #21430 from AnaUvarova/ana-uvarova-DOCSUP-5932-Updt-descrptn-pstn-fnctn
DOCSUP-5932: Update the description of the position function normal
2021-03-30 10:35:42 +03:00
Nikolai Kochetov
78e27dc1b6
Merge pull request #22270 from liuneng1994/fix-query-failed
fix constant condition conflict with column name and add stateless test
2021-03-30 09:37:43 +03:00
ana-uvarova
b853144e45 developer`s comments done 2021-03-30 09:15:52 +03:00
yingjinghan
2f55ce8b56 docs/aggregate-functions: fix window description for windowFunnel
This commit fixes doc description of window for ClickHouse aggregate
function windowFunnel.
Previously, window was described as time interval between adjacent
conditions, but actually it is the time interval between first condition
and last condition.
Now, we change the description to reflect the fact.
2021-03-30 10:12:29 +08:00
Alexey Milovidov
e9e4e0e490 Maybe fix false MSan report in GRPC 2021-03-30 04:08:52 +03:00
alexey-milovidov
b136625307 Remove outdated suppressions, part 2 2021-03-30 03:50:09 +03:00
alexey-milovidov
a6959584d5
Merge pull request #22235 from ClickHouse/quantile-deterministic-msan
Fix MSan report in `quantileDeterministic`
2021-03-30 03:48:58 +03:00
alexey-milovidov
b7b55ce61d
Merge pull request #20088 from nvartolomei/nv/replicated-fetches-timeouts
Replicated fetches timeouts
2021-03-30 03:46:09 +03:00
Alexander Kuzmenkov
6bd483f9d4 individual tmp dir matching the database for each test run 2021-03-30 03:39:33 +03:00
Anton Popov
43d9972f18 remove useless code 2021-03-30 01:34:02 +03:00
Anton Popov
5ada14082f
Merge pull request #22025 from vdimir/window-funncel-strict-increase
Add option strict_increase to windowFunnel
2021-03-30 01:20:17 +03:00
Alexey Milovidov
7aad2b2843 Silent GitHub 2021-03-30 00:40:51 +03:00
Alexey Milovidov
de3b452d7a Remove useless code from setTerminalEcho #20334 2021-03-30 00:39:38 +03:00
Alexey Milovidov
b005081103 Update libdivide to the latest master (2) 2021-03-30 00:37:27 +03:00
alexey-milovidov
25f02f13b0
Merge pull request #22238 from ClickHouse/remove-harmful-code
Remove harmful default parameters
2021-03-29 23:46:18 +03:00
kssenii
49fc550d10 Merge branch 'master' of github.com:ClickHouse/ClickHouse into stigsb-materializemysql-version-index 2021-03-29 23:31:47 +03:00
flynn
858d1fe593
Fix table function clusterAllReplicas return wrong _shard_num (#21498)
* Fix deadlock in delete mutations when predicate contains table itself

* Fix table function clusterAllReplicas return wrong _shard_num

fix build on gcc-10

better

update test

fix

fix

fix

fix

fix

fix cluster config

Co-authored-by: alesapin <alesapin@gmail.com>
2021-03-29 23:21:08 +03:00
alesapin
88113ccb99
Merge pull request #21832 from MaxWk/fix-no-attribute-decode-with-python3
Fix no attribute decode with python3
2021-03-29 22:50:21 +03:00
tavplubix
3c0f5a57ec
Merge pull request #21535 from ClickHouse/distributed_ddl_improvements
Distributed DDL improvements
2021-03-29 22:40:11 +03:00
gyuton
ffee863d9e
Merge branch 'master' into gyuton-DOCSUP-6212-document-the-log_comment_setting 2021-03-29 22:17:48 +03:00