Commit Graph

60278 Commits

Author SHA1 Message Date
Alexander Tokmakov
1befa8ea98 Merge branch 'master' into reject_poco 2024-07-16 13:14:03 +02:00
vdimir
5e18d381a5
Merge pull request #66107 from ClickHouse/vdimir/debug_02956_rocksdb_bulk_sink
Remove flaky case from 02956_rocksdb_bulk_sink
2024-07-16 10:15:42 +00:00
vdimir
724bdb1046
Merge pull request #66402 from ClickHouse/vdimir/fix_external_database_join_pushdown
Fix pushdown for join with external table
2024-07-16 10:15:27 +00:00
Robert Schulze
7ab57b8d53
Merge pull request #66237 from filimonov/cgroup_fix
Fix detection of number of CPUs in containers
2024-07-16 09:03:32 +00:00
Alexey Milovidov
5bc0e1e7f1
Merge pull request #66145 from ClickHouse/fix-async-loader-dtor-race
Proper destruction order of AsyncLoader::Pool fields
2024-07-16 04:02:11 +00:00
Alexey Milovidov
8c23564af3
Merge pull request #66552 from ClickHouse/chesema-fix-tidy-build
fix tidy build
2024-07-16 02:00:30 +00:00
Alexander Tokmakov
09dc79ad3a Merge branch 'master' into reject_poco 2024-07-15 20:17:28 +02:00
Kruglov Pavel
f4c97e5b73
Merge pull request #66004 from Avogar/fix-dynamic-subcolumns-in-analyzer
Fix resolving dynamic subcolumns in analyzer
2024-07-15 17:43:47 +00:00
Nikolai Kochetov
e0f011ebec
Merge pull request #66433 from ClickHouse/analyzer_constant_gb_keys_again
Fixing constants in GROUP BY keys with analyzer (again)
2024-07-15 17:42:47 +00:00
Sema Checherinda
874b4d1af0 fix tidy build 2024-07-15 19:15:45 +02:00
Robert Schulze
99adfbc9ac
Merge remote-tracking branch 'ClickHouse/master' into cgroup_fix 2024-07-15 14:54:11 +00:00
vdimir
480c546359
Merge branch 'master' into vdimir/fix_external_database_join_pushdown 2024-07-15 10:59:40 +02:00
Raúl Marín
e4f348acc7
Merge pull request #66404 from Algunenano/mergetree_private
Untangle setting headers
2024-07-15 08:49:05 +00:00
Robert Schulze
2af0edd9e9
Some minor fixups 2024-07-15 08:47:08 +00:00
Robert Schulze
7276ad2888
Merge pull request #66163 from Blargian/docs_partitionID
Add alias `partitionID` for function `partitionId` and add documentation
2024-07-15 06:58:24 +00:00
Robert Schulze
cd719bf8fc
Make the alias case-sensitive 2024-07-15 08:57:11 +02:00
Yakov Olkhovskiy
77396d00d9
Merge pull request #65267 from wudidapaopao/fix_unexpected_cte_projection_name
Fix unexpected projection name when query with CTE
2024-07-15 02:14:42 +00:00
Alexey Milovidov
e3f58a8b98 Merge branch 'master' into vdimir/debug_02956_rocksdb_bulk_sink 2024-07-14 21:19:53 +02:00
alesapin
6a322b5357
Merge pull request #66249 from nauu/rename-to-avoid-ambiguity
Rename FilesystemCacheFailToReserveSpaceBecauseOfLockContention to FilesystemCacheFailToReserveSpaceBecauseOfCacheResize
2024-07-14 14:04:17 +00:00
Robert Schulze
3c39c4f514
Merge remote-tracking branch 'ClickHouse/master' into docs_partitionID 2024-07-14 12:40:05 +00:00
Robert Schulze
0b7ff4c3ee
Merge pull request #63186 from cucumber95/change_date
Add `changeDate*` functions
2024-07-14 10:46:56 +00:00
Shaun Struwig
5daac46d8c
Merge branch 'ClickHouse:master' into docs_partitionID 2024-07-14 05:34:01 +02:00
Shaun Struwig
a90e10c438 add alias partitionI, update tests, and docs 2024-07-13 22:38:28 +00:00
Robert Schulze
dfb831f861
Try to fix an msan issue 2024-07-13 22:07:46 +00:00
Alexey Milovidov
e71f0fe385
Merge pull request #66375 from azat/dist-fix-log
Fix "Sending a batch of X files to Y (0.00 rows, 0.00 B bytes)." in case of batch restoring
2024-07-13 21:32:21 +00:00
Alexey Milovidov
f037e01620
Merge pull request #66461 from yariks5s/fix_logical_error_npy
Fix logical error in npy data format
2024-07-13 20:49:26 +00:00
Alexey Milovidov
11647c2382
Merge pull request #65973 from ClickHouse/named-collections-in-clickhouse-local
Named collections in clickhouse-local
2024-07-13 20:22:27 +00:00
Robert Schulze
eb9a629868
Revert "remove partitionID function, update tests and remove from documentation"
This reverts commit c3b72386a2.
2024-07-13 20:06:37 +00:00
vdimir
b357cd6b5b
Merge branch 'master' into vdimir/debug_02956_rocksdb_bulk_sink 2024-07-13 20:02:57 +02:00
Robert Schulze
b1fd7868e5
Merge remote-tracking branch 'ClickHouse/master' into change_date 2024-07-13 15:12:32 +00:00
Yakov Olkhovskiy
d9ce8d73e8
Merge pull request #61268 from Enmk/patch-5
Minor: replaced expression with LEGACY_MAX_LEVEL
2024-07-13 03:17:00 +00:00
Alexey Milovidov
c458a504bf Merge branch 'master' into named-collections-in-clickhouse-local 2024-07-12 23:18:27 +02:00
Yarik Briukhovetskyi
0bb3d07e8e
fix 2024-07-12 20:12:39 +02:00
Nikolai Kochetov
00fa457a5d Fixing test. 2024-07-12 17:06:07 +00:00
Nikolai Kochetov
64d2b01d4a Fixing style 2024-07-12 15:51:16 +00:00
Raúl Marín
6e67edfeaa Conflicts 2024-07-12 16:45:42 +02:00
Raúl Marín
4d4bf0e3db Merge remote-tracking branch 'blessed/master' into mergetree_private 2024-07-12 16:35:07 +02:00
Raúl Marín
3c00119467 Merge remote-tracking branch 'blessed/master' into mergetree_private 2024-07-12 16:34:52 +02:00
Alexander Tokmakov
3ffadf04c1
Merge pull request #66140 from ClickHouse/tavplubix-patch-10
Finalize session on hardware error from ZooKeeper
2024-07-12 13:59:53 +00:00
Vitaly Baranov
c65e86fbe6
Merge pull request #66295 from vitlibar/fix-error-reporting-while-copying_to_s3
Fix error reporting while copying to S3 or AzureBlobStorage
2024-07-12 13:24:07 +00:00
Alexander Tokmakov
5557dce188 Merge branch 'master' into reject_poco 2024-07-12 14:30:03 +02:00
Nikita Taranov
3e64271989
Merge pull request #66336 from ClickHouse/nickitat-patch-25
Enable checks in assert_cast under sanitizers
2024-07-12 12:25:50 +00:00
Kruglov Pavel
1e9f47707f
Fix optimizing array size to subcolumns in dynamic subcolumn 2024-07-12 13:05:40 +02:00
Nikolai Kochetov
8c2e4900e3 Introduce isServerConstant() flag to functions. 2024-07-12 10:48:34 +00:00
Kruglov Pavel
1d2156eaed
Merge pull request #66046 from Avogar/refactor-json-extract
Refactor JSONExtract functions and support more types to reuse its code in new JSON type
2024-07-12 10:18:11 +00:00
János Benjamin Antal
f85b6c8969
Merge pull request #66184 from zhongyuankai/refactor_if_constant_condition_visitor
Refactor `OptimizeIfWithConstantConditionVisitor` using `InDepthNodeVisitor`
2024-07-12 10:03:03 +00:00
János Benjamin Antal
659eb92a7c
Merge pull request #65920 from azat/mysql-pool-cleanup
Remove mysqlxx::Pool::Entry assignment operator
2024-07-12 09:56:43 +00:00
vdimir
7781067ba1
Fix pushdown for join with external table
Fix possible incorrect result for queries joining and filtering table external engine (like
PostgreSQL), due to too agressive filter pushdown. Since now, conditions
from where section won't be send to external database in case of outer
join with external table.
2024-07-12 09:54:30 +00:00
alesapin
b4959b25df
Update src/Common/ProfileEvents.cpp 2024-07-12 11:44:44 +02:00
alesapin
713546e510
Update src/Common/ProfileEvents.cpp 2024-07-12 11:44:34 +02:00