Commit Graph

158267 Commits

Author SHA1 Message Date
Sema Checherinda
36dba0cae4 relax memory limit 2024-11-12 15:29:09 +01:00
Alexander Tokmakov
dbb20fc864
Merge pull request #65636 from kirillgarbar/attaching_parts
Fix "attaching_" prefix for deduplicated parts
2024-11-12 14:29:09 +00:00
Alexey Milovidov
e72d04c749 Merge branch 'remove-code-bloat' of github.com:ClickHouse/ClickHouse into remove-code-bloat 2024-11-12 15:24:22 +01:00
Alexey Milovidov
4bb39a8c08 Fix tidy 2024-11-12 15:20:27 +01:00
kssenii
410e09b248 Add missing fields in system.s3_queue_settings 2024-11-12 15:00:12 +01:00
Alexander Gololobov
dde5633c6d
Fix darwin build 2024-11-12 14:56:37 +01:00
Christoph Wurm
1615cd1297 Merge remote-tracking branch 'origin/master' into reject_invalid_mutation_queries 2024-11-12 13:53:01 +00:00
Max Vostrikov
d38bd0df0a
Merge pull request #71469 from ClickHouse/tests_to_utc_timestamp_arrayunion_quntiles
Added tests for corner cases for 24.10
2024-11-12 13:37:22 +00:00
Nikita Taranov
46cbe3660c
Merge pull request #71787 from ClickHouse/fix_processor_profiles_for_subqueries
Fix processors profile is not collected for subqueries in some cases
2024-11-12 13:14:29 +00:00
Raúl Marín
7dc84515f3
Merge pull request #71432 from Algunenano/i71382
Fix crash with optimize_rewrite_array_exists_to_has
2024-11-12 12:17:25 +00:00
Vitaly Baranov
1501dc033f
Merge pull request #71772 from vitlibar/fix-flaky-test_prometheus_protocols
Fix flaky test test_prometheus_protocols
2024-11-12 12:07:16 +00:00
Kseniia Sumarokova
16a6638c4a
Merge branch 'master' into rename-setting 2024-11-12 12:37:18 +01:00
Nikita Taranov
021301430b
Merge pull request #71500 from bigo-sg/fix_uninitialized_orc_data
Fix date32 out of range caused by uninitialized orc `DataBuffer`
2024-11-12 11:26:58 +00:00
Pablo Marcos
5c8d89bf13 Remove unnecessary extern 2024-11-12 11:05:29 +00:00
Pablo Marcos
a56d2c371a Merge branch 'master' into improve-system-query-metric-log 2024-11-12 11:03:43 +00:00
Pablo Marcos
d4e288a8c1 Refactor to avoid too much TSA_GUARD clutter
Remove LOGICAL_ERROR check that should never happen.
It didn't happen on the CI so far, and seems unnecessary.
2024-11-12 11:02:49 +00:00
Kseniia Sumarokova
e331d42842
Merge branch 'master' into rename-setting 2024-11-12 12:00:19 +01:00
Kseniia Sumarokova
dbaf167449
Merge pull request #71640 from ClickHouse/cache-allow-to-disable-memory-buffer-increase-in-fs-cache
Allow to disable memory buffer increase for filesystem cache
2024-11-12 10:58:33 +00:00
maxvostrikov
05be65315a squash! Missing tests in several tests in 24.10 Added corner cases for tests for: to_utc_timestamp and from_utc_timestamp (more timezones, spetial timezones, epoch corners does not look right, raising a bug over that) arrayUnion (empty and big arrays) quantilesExactWeightedInterpolated (more data types) 2024-11-12 11:54:12 +01:00
Nikolai Kochetov
4e0e0f0d88 Cleanup. 2024-11-12 09:50:12 +00:00
Nikolai Kochetov
0223e6c971 Cleanup. 2024-11-12 09:47:07 +00:00
Mikhail f. Shiryaev
51308e692d
Merge pull request #71782 from ClickHouse/fix-db-and-reports
Fix db and reports
2024-11-12 09:45:22 +00:00
Nikolai Kochetov
0e2cd397d2 Cleanup. 2024-11-12 09:40:51 +00:00
Alexander Gololobov
cba6267431 Allow reading previous vaules of async metrics during update 2024-11-12 10:31:28 +01:00
Mikhail f. Shiryaev
e85a9852e7
Fix issues with garbage DB events from orphane branches 2024-11-12 07:59:01 +01:00
Konstantin Bogdanov
dc92242c39
Merge pull request #71795 from ClickHouse/lint-some-stuff
Lint some stuff
2024-11-12 06:51:57 +00:00
Konstantin Bogdanov
0825b42d5f
Lint 2024-11-12 07:12:02 +01:00
Alexey Milovidov
2c5e35a8e7
Update AggregateFunctionDeltaSumTimestamp.cpp 2024-11-12 02:20:44 +01:00
Alexey Milovidov
fab8acaae7 Merge branch 'master' into fp16 2024-11-12 01:23:35 +01:00
Alexey Milovidov
ec27bd2e51 Remove ridiculous code bloat 2024-11-12 01:23:25 +01:00
Alexey Milovidov
7310376413 Remove ridiculous code bloat 2024-11-12 01:23:01 +01:00
Nikita Taranov
bd71442ea2 add test 2024-11-11 22:49:45 +01:00
Nikita Taranov
b05d3ed6df impl 2024-11-11 22:43:03 +01:00
Pavel Kruglov
ce8ca7c9f5
Merge pull request #71742 from Avogar/fix-lc-to-dynamic-cast
Fix CAST from LowCardinality(Nullable) to Dynamic
2024-11-11 21:13:45 +00:00
Shichao Jin
9eb0ac21ae
Merge pull request #71779 from petern48/fix_typo_column_docs
Fix typo in sql-reference/statements/alter/column.md
2024-11-11 20:32:12 +00:00
Kseniia Sumarokova
da7cd5b141
Merge branch 'master' into cache-allow-to-disable-memory-buffer-increase-in-fs-cache 2024-11-11 21:18:55 +01:00
Peter Nguyen
621cb60446 Fix 'was was' typo in sql-reference/statements/alter/column.md 2024-11-11 11:12:01 -08:00
Alexey Milovidov
935694480b Merge branch 'master' into fp16 2024-11-11 19:54:43 +01:00
Miсhael Stetsyuk
a2d37aba4d
Merge pull request #71385 from ClickHouse/rm-metadata_version-creation-from-restarting-thread
remove `metadata_version` ZooKeeper node creation from RMT restarting thread
2024-11-11 18:13:27 +00:00
Nikolai Kochetov
92114f3c74 Fixing typos. 2024-11-11 18:01:24 +00:00
Nikolai Kochetov
a0cc03b175 Cleanup. 2024-11-11 17:50:11 +00:00
Nikolai Kochetov
6f00b49067 Fixing more tests. 2024-11-11 16:41:23 +00:00
Sema Checherinda
40c4183ae7 fix tidy build 2024-11-11 17:26:28 +01:00
Mikhail f. Shiryaev
eeb25267e5
Merge pull request #71698 from ClickHouse/cherry-pick-branch-naming
Let's name cherry-pick branches the same way as backports
2024-11-11 15:58:09 +00:00
Mikhail f. Shiryaev
0bdf4402fe
Post critical errors from cherry_pick.py 2024-11-11 16:12:01 +01:00
Vitaly Baranov
b7d8072819 Add waiting for prometheus instances to start before running test "test_prometheus_protocols". 2024-11-11 16:06:17 +01:00
Nikolai Kochetov
5c5016218b Fixing style. 2024-11-11 15:05:53 +00:00
Mikhail f. Shiryaev
bcab2d51aa
Use get_parameter_from_ssm in ci_buddy 2024-11-11 15:58:06 +01:00
Nikolai Kochetov
9b01b6aa2b
Merge pull request #62125 from jsc0218/LessReadInOrder
Read-in-order Optimization With Virtual Row
2024-11-11 14:52:07 +00:00
Nikolai Kochetov
8c2e541392 Avoid using manes in multistage prewhere optimization. 2024-11-11 14:27:48 +00:00