Commit Graph

157275 Commits

Author SHA1 Message Date
Julia Kartseva
ea5492d6f8 typo 2024-10-29 15:50:13 +00:00
yariks5s
69a8219176 Put DateTime64 implementation into another function. 2024-10-29 15:45:18 +00:00
Zoe Steinkamp
a1dd3ea0ac
Update README.md
Updating the events into the recent category and adding the new york event
2024-10-29 09:27:00 -06:00
Pablo Marcos
7a60543670 Take into account that some profile events such as NetworkReceiveBytes are inaccurate 2024-10-29 15:22:15 +00:00
Antonio Andelic
1a259af626
Merge pull request #71174 from ClickHouse/disable-gwp-asan
Maybe not GWPAsan by default
2024-10-29 15:21:51 +00:00
Raúl Marín
308763ce67 Improve error and log messages around memory usage 2024-10-29 16:15:41 +01:00
Nikita Taranov
9ec1f67d53
Merge pull request #70749 from ClickHouse/check_args_num
Check number of arguments for function with Dynamic argument
2024-10-29 15:10:35 +00:00
Alexey Milovidov
8246672945
Merge pull request #71170 from ClickHouse/pufit/add-note-wildcard-docs
Add a note that wildcard grants feature will be available only after 24.10
2024-10-29 15:10:12 +00:00
Anton Popov
858162ce2c add a perf test 2024-10-29 15:06:03 +00:00
Smita Kulkarni
6bccdb055c Merge branch 'master' into Add_check_after_write_AzureBlobStorage 2024-10-29 15:37:55 +01:00
Max Kainov
52a3343808 add arm+asan functional tests 2024-10-29 15:37:41 +01:00
avogar
414d04690e Remove unneeded include 2024-10-29 14:25:27 +00:00
avogar
6fa8153d1a Fix ignoring format settings in Native format via HTTP and Async Inserts 2024-10-29 14:24:37 +00:00
Roman Antonov
16d392b7db
Merge branch 'ClickHouse:master' into master 2024-10-29 17:10:48 +03:00
Arthur Passos
573204c303 getbatch 2024-10-29 09:30:44 -03:00
Anton Popov
a6e395e161
Merge pull request #71144 from ClickHouse/CurtizJ-patch-8
Randomize setting `enable_vertical_final`
2024-10-29 12:22:37 +00:00
Anton Popov
0b0043ae1c
Merge pull request #68965 from CurtizJ/column-checkpoints
Better rollbacks of columns
2024-10-29 12:18:45 +00:00
Antonio Andelic
e18f2cf364 Don't delete blob when a node is using it 2024-10-29 12:49:00 +01:00
Robert Schulze
80bc5aee44
Merge pull request #71133 from rschu1ze/hnsw-compat-val
Update compatibility setting for `hnsw_candidate_list_size_for_search`
2024-10-29 11:43:17 +00:00
Raúl Marín
e2459c663d Fix tidy report 2024-10-29 12:38:59 +01:00
Pablo Marcos
6c0fbabcf7 Merge branch 'master' into hotfix_query_metric_log 2024-10-29 11:33:29 +00:00
Pablo Marcos
cf0694fd64 Revert "Add trace to help debugging the issue on the CI"
This reverts commit d063fc0a12.
2024-10-29 11:32:48 +00:00
Pablo Marcos
d5029c4af7 Add timestamp of QueryInfoStatus to debug trace to ease debugging 2024-10-29 11:30:02 +00:00
Anton Popov
ca2fcfd230
Merge pull request #71053 from CurtizJ/prewarm-mark-cache
Allow to prewarm mark cache for data parts
2024-10-29 11:22:39 +00:00
divanik
9a9aadc33f Added info 2024-10-29 11:21:24 +00:00
Nikita Taranov
1c81d0fab9 fix 2024-10-29 12:17:42 +01:00
kssenii
67609e31ad Review fixes 2024-10-29 12:15:34 +01:00
Nikita Taranov
50e9c7c701 Merge branch 'master' into check_args_num 2024-10-29 12:12:04 +01:00
Nikita Taranov
4dda7377d2
Merge pull request #71010 from k-morozov/bug/order_attach_part_replacing_merge_tree
test for reproducing that ReplacingMergeTree depends on the order of part attachment
2024-10-29 11:08:39 +00:00
avogar
0d22cbe47f Fix bad_weak_ptr exception with Dynamic in functions comparison 2024-10-29 11:08:27 +00:00
avogar
646a48e36b Escape special symbols in files for JSON subcolumns 2024-10-29 10:53:03 +00:00
Roman Antonov
ac546572e6
Merge branch 'ClickHouse:master' into master 2024-10-29 13:51:41 +03:00
xmy
4839c1d9ce Support write hdfs files with space 2024-10-29 18:42:35 +08:00
Pablo Marcos
d063fc0a12 Add trace to help debugging the issue on the CI 2024-10-29 10:29:33 +00:00
Pablo Marcos
50f6e60eb2 Remove the query from the list as soon as we can
There's no need to take again the lock. This comes from
a prior version where the logic needed to be different.
2024-10-29 10:29:08 +00:00
serxa
78c8b43479 Merge branch 'master' into sql-for-workload-management 2024-10-29 09:09:05 +00:00
Konstantin Morozov
d2762d903e apply comments 2024-10-29 09:04:38 +00:00
Smita Kulkarni
5739696805 Merge branch 'master' into Add_check_after_write_AzureBlobStorage 2024-10-29 09:42:49 +01:00
Antonio Andelic
cb4eedec06 Disable GWPAsan by default 2024-10-29 09:30:41 +01:00
Julia Kartseva
96f992acca fix documentation column width 2024-10-29 07:41:40 +00:00
Julia Kartseva
e431628409 make interactive metrics toggling not sticky 2024-10-29 07:41:36 +00:00
Julia Kartseva
b98057da19 fix cursor display 2024-10-29 06:58:05 +00:00
pufit
934bd37160 Add a note that wildcard grants feature will be available only after 24.10 2024-10-29 00:48:31 -04:00
Alexey Milovidov
0fecf98042
Merge pull request #71086 from ClickHouse/no-detached-parts-readonly
Do not list detached parts from readonly and write-once disks
2024-10-29 03:57:43 +00:00
Alexey Milovidov
5ce12e35a4
Merge pull request #71087 from ClickHouse/no-detached-parts-async-metrics
Do not calculate heavy asynchronous metrics by default
2024-10-29 04:57:08 +01:00
Amos Bird
30621285a2
Improve plan step desc of optimized trivial count 2024-10-29 11:43:12 +08:00
Roman Antonov
b9dff1fee6
Merge branch 'ClickHouse:master' into master 2024-10-29 06:14:08 +03:00
Alexey Milovidov
40eab21cdd
Merge pull request #70988 from ClickHouse/strict-license-check
Forbid unexpected licenses
2024-10-29 02:47:14 +00:00
Alexey Milovidov
a44d0501f4
Merge pull request #71150 from ClickHouse/session-log-is-alright
`system.session_log` is quite okay
2024-10-29 01:53:45 +00:00
Alexey Milovidov
ac014c0848 Merge branch 'master' into uniq-symbols-in-coverage-log 2024-10-29 02:53:14 +01:00