Commit Graph

157432 Commits

Author SHA1 Message Date
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
Pavel Kruglov
c1f1b2eada
Merge pull request #70563 from ClickHouse/backport/24.9/69831
Backport #69831 to 24.9: fix `getSubcolumn` with `LowCardinality` columns
2024-10-29 11:23:19 +01: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
Alexey Milovidov
f2b67b7861
Merge pull request #71126 from ClickHouse/Avogar-patch-8
Slightly update JSON docs for better search
2024-10-29 01:48:29 +00:00
Alexey Milovidov
b8cf1cba90
Merge pull request #71160 from ClickHouse/refr
Fix 02932_refreshable_materialized_views_1 flakiness
2024-10-29 01:44:24 +00:00
Alexey Milovidov
7aeb199499
Merge pull request #71091 from ClickHouse/no-system-table-generate-series
Remove system tables `generate_series` and `generateSeries`
2024-10-29 02:54:34 +01:00
Alexey Milovidov
dd9e2b12f7
Merge pull request #71109 from op/op/auxv-128
Increase auxv vector to support higher values
2024-10-29 02:51:53 +01:00
Alexey Milovidov
621b722f52
Merge pull request #71147 from ClickHouse/fix-bad-test-3
Fix bad test `02561_sorting_constants_and_distinct_crash`
2024-10-29 01:09:53 +00:00
Shichao Jin
350cda4083
Merge pull request #71159 from alsugiliazova/backticks
Docs: add example to valid until docs with other timezone that requires non-obvious backticks around timezone
2024-10-29 00:10:21 +00:00
Roman Antonov
1c10c0da49
Merge branch 'ClickHouse:master' into master 2024-10-29 02:42:46 +03:00
Romeo58rus
a26a34d456 Downgrade a test to stable old method 2024-10-29 01:52:33 +03:00
Anton Popov
7912024f90 Merge remote-tracking branch 'upstream/master' into HEAD 2024-10-28 22:50:59 +00:00
Michael Kolupaev
2ccfad77e5 Fix 02932_refreshable_materialized_views_1 flakiness 2024-10-28 22:33:20 +00:00
Sergei Trifonov
a97fc2678b
Merge pull request #69847 from ClickHouse/async_load_system_database
Add `async_load_system_database` setting
2024-10-28 22:30:42 +00:00
alsu
7a5a298cfd add example with other timezone that requires
non-obvious backticks
2024-10-28 23:26:25 +01:00
serxa
0c2ca9f0fb fix test dtor 2024-10-28 22:26:16 +00:00
serxa
c1f1fe464d enable old tests, leak is fixed 2024-10-28 22:23:47 +00:00
serxa
812fdf30f8 fix tidy build 2024-10-28 22:22:14 +00:00
robot-clickhouse-ci-2
84feccf1a8
Backport #70820 to 24.9: Fix a crash and a leak in AggregateFunctionGroupArraySorted (#71120)
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2024-10-28 14:09:27 -07:00
Arthur Passos
5f140ea0a8 progress 2024-10-28 18:06:16 -03:00
robot-ch-test-poll1
4e21f69e54
Merge pull request #71155 from ClickHouse/backport/24.9/71089
Backport #71089 to 24.9: Proj LWD Rebuild Respects Deleted Rows
2024-10-29 01:06:07 +04:00
Anton Popov
6cf3da7982 better vertical final in Replacing 2024-10-28 20:53:39 +00:00
Romeo58rus
dda0c2d151 The testing method has been changed 2024-10-28 23:37:27 +03:00
Roman Antonov
f5359065cb
Merge branch 'ClickHouse:master' into master 2024-10-28 23:32:40 +03:00
Pablo Marcos
634f429aa7 Merge branch 'master' into hotfix_query_metric_log 2024-10-28 19:20:46 +00:00
Alexey Milovidov
fadf93a622
Merge pull request #71143 from ClickHouse/kssenii-patch-13
Try fix rabbitmq
2024-10-28 19:17:28 +00:00
robot-clickhouse
357a479a2f Backport #71089 to 24.9: Proj LWD Rebuild Respects Deleted Rows 2024-10-28 19:06:40 +00:00
Roman Antonov
2e46348d05
Merge branch 'ClickHouse:master' into master 2024-10-28 21:40:35 +03:00
Kseniia Sumarokova
116db8d6b7
Fix 2024-10-28 19:06:03 +01:00
Alexey Milovidov
bef86391fa system.session_log is quite okay 2024-10-28 18:58:14 +01:00
Shichao Jin
cca5d54657
Merge pull request #71089 from jsc0218/ProjRebuildRespectsRowExists
Proj LWD Rebuild Respects Deleted Rows
2024-10-28 17:49:44 +00:00
János Benjamin Antal
1e59e2932b Add test to verify #62308 works 2024-10-28 17:36:32 +00:00
Alexey Milovidov
8fb38750d5 Fix bad test 02561_sorting_constants_and_distinct_crash 2024-10-28 18:24:00 +01:00
Raúl Marín
49655e71f5 Update docs 2024-10-28 18:20:43 +01:00