Commit Graph

119202 Commits

Author SHA1 Message Date
Dmitry Kardymon
cce06edfa7 Merge remote-tracking branch 'clickhouse/master' into ADQM-868 2023-07-04 19:18:55 +03:00
Dmitry Kardymon
01c89564bc Merge remote-tracking branch 'clickhouse/master' into Fix-formatDateTime-with-fractional-negative-datetime64 2023-07-04 19:18:05 +03:00
Dmitry Kardymon
825a244aea Merge remote-tracking branch 'clickhouse/master' into ADQM-870 2023-07-04 19:16:50 +03:00
Robert Schulze
aa89dcc29a
Merge pull request #51791 from rschu1ze/docs-non-unique
Docs: Fix description of output field NON_UNIQUE for statement SHOW INDEXES
2023-07-04 18:00:31 +02:00
Robert Schulze
3cb459bd04
Docs: Fix description of output field NON_UNIQUE for statement SHOW INDEXES 2023-07-04 15:50:56 +00:00
Igor Nikonov
3155f58941 Merge remote-tracking branch 'origin/master' into fix_logical_error_grace_hash_join 2023-07-04 15:47:04 +00:00
Igor Nikonov
1c2233b693 Fix style check 2023-07-04 15:46:40 +00:00
Robert Schulze
770bf8f4f3
Merge branch 'master' into re2-absl 2023-07-04 17:42:52 +02:00
Han Fei
ca6930eb11
Revert "Revert "Merge pull request #50951 from ZhiguoZh/20230607-toyear-fix"" 2023-07-04 17:38:53 +02:00
Kruglov Pavel
bab423acc2
Merge branch 'master' into disable-hedged-requests-under-tsan 2023-07-04 17:37:14 +02:00
Rory Crispin
9a05a1d22d
Merge branch 'master' into docs-remove-async-ml-event-time 2023-07-04 15:51:04 +01:00
kssenii
c979113ea5 Fix 2023-07-04 16:13:33 +02:00
Antonio Andelic
796e56a74f
Merge branch 'master' into fix-flaky-keeper-map-test 2023-07-04 15:47:41 +02:00
Antonio Andelic
ff2a773fc7
Merge branch 'master' into less-flay-02481_async_insert_race_long 2023-07-04 15:47:37 +02:00
Alexey Milovidov
aa2b8aa893
Merge pull request #51769 from ClickHouse/mypy-1.4.0
Version mypy=1.4.1 falsly reports unused ignore comment
2023-07-04 16:45:57 +03:00
Yatsishin Ilya
5230503651 remove unused type: ignore 2023-07-04 12:59:25 +00:00
Antonio Andelic
fd6115f0e3 Fix flaky tests with timeout 2023-07-04 12:29:24 +00:00
Robert Schulze
1ffc9245d7
Merge pull request #51559 from rschu1ze/orc_load
00900_orc_load: lift kill timeout
2023-07-04 13:26:13 +02:00
Alexey Milovidov
b6a1bcb522
Merge pull request #51773 from ClickHouse/revert-51679-docs-packaging
Revert "Add documentation for building in docker"
2023-07-04 14:08:58 +03:00
Alexey Milovidov
463c2ba5ce
Revert "Add documentation for building in docker" 2023-07-04 14:07:10 +03:00
Rory Crispin
c9a26d43c5 (docs) Remove async_metric_log event_time_microseconds
event_time_microseconds was removed from the
system.asynchronous_metric_log in
https://github.com/ClickHouse/ClickHouse/pull/36360
2023-07-04 12:06:15 +01:00
Mikhail f. Shiryaev
35c1321952
Version mypy=1.4.1 falsly reports unused ignore comment 2023-07-04 13:05:41 +02:00
Nikita Mikhaylov
3d5acdc1d9
Merge pull request #51721 from Algunenano/fix_rust
Run cargo update to fix build with nightly
2023-07-04 12:59:29 +02:00
Nikita Mikhaylov
cdc0fd1a09
Merge branch 'master' into fix_rust 2023-07-04 12:57:32 +02:00
kssenii
6bca452924 Fix tests 2023-07-04 12:42:27 +02:00
Vitaly Baranov
f0e531970a
Merge pull request #51704 from vitlibar/fix-race-in-context-access
Fix race in ContextAccess
2023-07-04 12:42:17 +02:00
Vitaly Baranov
c092b9974c
Merge branch 'master' into fix-race-in-context-access 2023-07-04 12:37:41 +02:00
Alexander Tokmakov
e99e0ebddb
Update 01320_create_sync_race_condition_zookeeper.sh (#51742) 2023-07-04 13:26:55 +03:00
Kseniia Sumarokova
d73fd4921b
Merge pull request #51000 from kssenii/min-file-segment-size
fs cache: allow to have strict lower boundary for file segment size and download remaining data in the background
2023-07-04 12:25:04 +02:00
Kseniia Sumarokova
24bb6ed566
Merge branch 'master' into min-file-segment-size 2023-07-04 12:21:41 +02:00
alesapin
f1aaea129d
Merge pull request #51732 from ClickHouse/remove_poco_memory_pool
Remove MemoryPool from Poco because it's useless
2023-07-04 12:02:58 +02:00
alesapin
23c1210a8f
Merge branch 'master' into remove_poco_memory_pool 2023-07-04 12:01:39 +02:00
Antonio Andelic
57ada39ccf Add retries and iptables rules dump 2023-07-04 09:31:15 +00:00
Igor Nikonov
30be0ab4a8 Fix: unexpected number of buckets
Number of buckets could become inconsistent
if exception was thrown during new buckets creation
2023-07-04 09:00:53 +00:00
Antonio Andelic
1b71bbf1b1 Add test for ZK disconnect 2023-07-04 08:27:48 +00:00
Igor Nikonov
f86c5edfc4 Remove debug tracing 2023-07-04 07:55:13 +00:00
Dmitry Kardymon
ab4142eb8f Merge remote-tracking branch 'clickhouse/master' into ADQM-870 2023-07-04 08:23:31 +03:00
Dmitry Kardymon
2d904c9cc4 Merge remote-tracking branch 'clickhouse/master' into Fix-formatDateTime-with-fractional-negative-datetime64 2023-07-04 08:21:48 +03:00
Dmitry Kardymon
ed16828b70 Merge remote-tracking branch 'clickhouse/master' into ADQM-868 2023-07-04 08:18:57 +03:00
alekar
3b379ba7e4
Merge branch 'master' into fix-to-outfile 2023-07-03 22:14:52 -07:00
Alexey Gerasimchuck
50d555a398 style correction 2023-07-04 02:45:15 +00:00
Alexey Gerasimchuck
49907818e1 Added waiting before crash log store finish 2023-07-04 02:32:08 +00:00
Alexey Gerasimchuck
3218624461
Merge branch 'master' into ADQM-956 2023-07-04 11:47:24 +10:00
Alexey Milovidov
c25da7cbf4 Fix (benign) data rance in transform 2023-07-04 01:03:49 +02:00
Alexey Milovidov
c65ee49a37 Revert "Merge pull request #51750 from ClickHouse/revert-51296-object_column_invalid_num_of_rows"
This reverts commit 73d956249e, reversing
changes made to 4d76b538c7.
2023-07-04 00:49:39 +02:00
Alexey Milovidov
ea790630b4 Merge branch 'master' into fix-test-object-type 2023-07-04 00:48:50 +02:00
Alexey Milovidov
be1353fe33 Revert "Merge pull request #51750 from ClickHouse/revert-51296-object_column_invalid_num_of_rows"
This reverts commit 73d956249e, reversing
changes made to 4d76b538c7.
2023-07-04 00:47:31 +02:00
Alexey Milovidov
87a2c44778 Fix test 02789_object_type_invalid_num_of_rows 2023-07-04 00:43:25 +02:00
Alexey Milovidov
03b8c28826
Merge branch 'master' into sunny19930321-fix-attach-table-function-name-normalizer 2023-07-04 01:28:05 +03:00
robot-clickhouse-ci-2
25d06ca710
Merge pull request #51752 from rschu1ze/docs-homebrew
Docs: Mention homebrew as an alternative and non-production install method
2023-07-04 00:15:09 +02:00