Commit Graph

159023 Commits

Author SHA1 Message Date
Sema Checherinda
8a433a2222 add finalize calls in utils 2024-11-12 12:50:57 +01:00
Sema Checherinda
4d8bb01a77 add finalize calls 2024-11-12 12:46:25 +01:00
Kseniia Sumarokova
16a6638c4a
Merge branch 'master' into rename-setting 2024-11-12 12:37:18 +01:00
kevinyhzou
178bf89652 fix ci ast error 2024-11-12 19:30:51 +08: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
kevinyhzou
2507daa3b1 fix build error 2024-11-12 14:57:15 +08: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
kevinyhzou
701fb76edb fix ci test 2024-11-12 13:03:38 +08:00
kevinyhzou
9fb1cf20c7 fix ci test 2024-11-12 12:25:38 +08:00
kevinyhzou
eea644dc45 remove unused changes 2024-11-12 11:35:50 +08:00
Peter Nguyen
286bcb030e
Merge branch 'master' into enable_http_compression_default 2024-11-11 20:29:57 -07:00
kevinyhzou
373f00c127 fix review & ci 2024-11-12 11:25:14 +08:00
Peter Nguyen
a5fba9744e Add to SettingsChangesHistory.cpp 2024-11-11 19:22:05 -08: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
Anton Popov
c5817d528c add test for const adaptive granularity 2024-11-11 21:16:20 +00: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
avogar
237a81ff8c Slightly better JSON type parsing 2024-11-11 21:11:31 +00:00
Max Kainov
06debdc479 result with versioning 2024-11-11 20:53:27 +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
kssenii
5f9506cc7d Cleanup 2024-11-11 21:24:18 +01: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
Anton Popov
aa51f4cc88 Merge remote-tracking branch 'upstream/master' into const-adaptive-granularity 2024-11-11 19:23:11 +00:00
Peter Nguyen
621cb60446 Fix 'was was' typo in sql-reference/statements/alter/column.md 2024-11-11 11:12:01 -08:00
Nikita Taranov
92c94861a5
Merge branch 'master' into better_parallel_hash2 2024-11-11 20:07:50 +01:00
justindeguzman
c0e239a14a [Docs] Update links to use official Docker image 2024-11-11 10:58:45 -08:00
Alexey Milovidov
935694480b Merge branch 'master' into fp16 2024-11-11 19:54:43 +01:00
Anton Popov
c7ad0b897a allow to use constant adaptive granularity for part 2024-11-11 18:47:42 +00: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
Peter Nguyen
f60d35161f Update docs for ru/ and zh/ 2024-11-11 08:56:50 -08:00
Peter Nguyen
a5318f6084 Change enable_http_compression setting's default value to 1 2024-11-11 08:55:53 -08:00