Commit Graph

111271 Commits

Author SHA1 Message Date
Robert Schulze
129245da2e
Docs: Fix links 2023-03-24 13:52:56 +00:00
Alexander Gololobov
afe3af230f Limit keeper request batching by size in bytes 2023-03-24 14:41:09 +01:00
Robert Schulze
48a99e5491
Fix flaky tests due to time zone randomization 2023-03-24 13:28:32 +00:00
Коренберг Марк
6df169dce3 Fix #36971: Watchdog: exit with non-zero code if child process exits 2023-03-24 16:04:09 +03:00
robot-clickhouse
3d21b67895 Automatic style fix 2023-03-24 13:02:41 +00:00
Robert Schulze
0712627c05
Query cache: Fix config naming ambiguity
Add 'max_' prefix to 'size' setting to make it more clear that the cache
consumes no space if not used.
2023-03-24 12:52:09 +00:00
Kruglov Pavel
97592cfdfd
Merge branch 'master' into Avogar-patch-2 2023-03-24 13:44:28 +01:00
MikhailBurdukov
cc92eacb3e Merged several tests into one and rm unnecessary func 2023-03-24 11:51:09 +00:00
Mikhail f. Shiryaev
290ee6bbf1
Merge pull request #47790 from CurtizJ/apply-black-to-all-files
Apply black formatter to all python scripts
2023-03-24 14:20:50 +03:00
Robert Schulze
3628d11405
Fix "Field value too long" in catboostEvaluate()
Fixes #47616
2023-03-24 11:02:55 +00:00
Mikhail f. Shiryaev
4f2c336cfc
Update black version, run it for the repository 2023-03-24 11:54:38 +01:00
Nikolai Kochetov
46e50b17e4 Fixing test 2023-03-24 10:35:47 +00:00
Nikolai Kochetov
8917e1ad57 Fixing test 2023-03-24 09:40:12 +00:00
Antonio Andelic
52541e5e23
Merge pull request #47885 from ClickHouse/more-s3-events
Add more S3 write profile events
2023-03-24 09:48:34 +01:00
MikhailBurdukov
abd9a5bef6 Fixed new lines in test 2023-03-24 08:25:48 +00:00
MikhailBurdukov
68118388e6 Rename opt key, added test and refactored code. 2023-03-24 08:23:22 +00:00
Robert Schulze
a1803cf58a
Merge pull request #47955 from ClickHouse/rs/bump-vectorscan
Bump vectorscan to 5.4.9
2023-03-24 09:15:11 +01:00
Mikhail f. Shiryaev
c4870ad7bc
Move PRs artifacts to the PRs prefix in S3 2023-03-24 08:54:06 +01:00
Rich Raposa
802cd805c8
Merge pull request #47957 from ClickHouse/rfraposa-patch-2
Update backup.md
2023-03-23 21:55:02 -06:00
Alexander Tokmakov
4c9b63ccc0
Merge pull request #47916 from ClickHouse/fix_logical_error_in_distributed
Fix logical error in DistributedSink
2023-03-24 04:43:45 +03:00
Alexander Tokmakov
c28175a71d
Merge pull request #47963 from ClickHouse/revert-47586-revert-47581-revert-47216-Backup_Restore_concurrency_check_node
Revert "Revert "Revert "Backup_Restore_concurrency_check_node"""
2023-03-24 04:37:42 +03:00
Alexander Tokmakov
cd7d1fb990
Revert "Revert "Revert "Backup_Restore_concurrency_check_node""" 2023-03-24 04:35:50 +03:00
Alexander Tokmakov
4dde73c3eb
Merge pull request #47917 from ClickHouse/fix_terminate_in_check_thread
Fix terminate in parts check thread
2023-03-24 04:22:00 +03:00
Alexander Tokmakov
ef57253518
Merge pull request #47950 from ClickHouse/fix_http_warning
Set content-length for empty POST requests
2023-03-24 04:19:04 +03:00
pufit
a9089da350 Remove debug comment 2023-03-23 20:36:33 -04:00
Mikhail f. Shiryaev
3b9213fb5a
Use variables in URLs, migrate to RPs prefix 2023-03-24 00:01:03 +01:00
pufit
fd1d8d5c55 Third attempt to fix crash. 2023-03-23 19:00:20 -04:00
Robert Schulze
7ecfd664d0
Merge pull request #47961 from ClickHouse/rs/docs-fix-47923
Docs: Update secondary index example
2023-03-23 23:43:15 +01:00
Rich Raposa
d1a0935a70
Merge branch 'master' into rfraposa-patch-2 2023-03-23 16:41:05 -06:00
Rich Raposa
76401dcd83
Merge pull request #47956 from ClickHouse/nav-fixes
Remove links from nav categories
2023-03-23 16:39:36 -06:00
Robert Schulze
8cf031ee2e
Docs: Update secondary index example
Fixes: #47923
2023-03-23 22:36:38 +00:00
Robert Schulze
f5a6d897ed
Merge pull request #47959 from ClickHouse/rs/doc-follow-up-to-46815
Update docs for parseDateTime() (follow-up to #46815)
2023-03-23 23:26:41 +01:00
rfraposa
128753f7ab Update index.md 2023-03-23 16:01:36 -06:00
Rich Raposa
851ce7c308
Merge branch 'master' into nav-fixes 2023-03-23 15:46:16 -06:00
rfraposa
4d281245fb Update index.md 2023-03-23 15:43:40 -06:00
Robert Schulze
bd02627869
Update docs for parseDateTime() (follow-up to #46815) 2023-03-23 21:28:03 +00:00
Robert Schulze
e84764f4e1
Merge pull request #46815 from bigo-sg/to_timestamp
Add new function parseDateTime/parseDateTimeInJodaSyntax
2023-03-23 22:20:18 +01:00
Robert Schulze
98b8300496
Merge pull request #47749 from ClickHouse/rs/randomized-qc-settings
Randomize query cache settings
2023-03-23 22:19:24 +01:00
Nikolai Kochetov
81bef1cb4b Fixing build. 2023-03-23 21:18:30 +00:00
Robert Schulze
916016a862
Merge branch 'master' into rs/bump-vectorscan 2023-03-23 22:15:06 +01:00
rfraposa
9571130b26 Update materialize-mysql.md 2023-03-23 15:08:31 -06:00
rfraposa
e27d47581e Link fixes 2023-03-23 14:56:18 -06:00
Nikolai Kochetov
a4771812cb Fixing build. 2023-03-23 20:46:42 +00:00
Arthur Passos
d13aa3c029 missing change 2023-03-23 17:42:55 -03:00
rfraposa
747eaf3f72 Fix broken links 2023-03-23 14:40:45 -06:00
Arthur Passos
2491128b08 Add unit test to assert arrow lib does not abort on fatal logs 2023-03-23 17:40:04 -03:00
Rich Raposa
c8e7ca7c8c
Update backup.md 2023-03-23 14:34:29 -06:00
Nikolai Kochetov
73e98de46d Merge branch 'master' into aggregate-projections-analysis-query-plan 2023-03-23 21:28:36 +01:00
Rich Raposa
7f2076c56e
Merge branch 'master' into nav-fixes 2023-03-23 14:22:48 -06:00
rfraposa
42725964d4 Remove links from nav categories 2023-03-23 14:20:26 -06:00