divanik
|
5ff54b0308
|
Fix ifdefs issue
|
2024-12-09 13:38:06 +00:00 |
|
divanik
|
d4bab00fcc
|
Add data files cache
|
2024-12-09 13:07:15 +00:00 |
|
divanik
|
0a1065ffec
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/iceberg_metadata_big_refactoring
|
2024-12-09 12:38:08 +00:00 |
|
divanik
|
bfb1197991
|
Fix style check
|
2024-12-09 12:37:00 +00:00 |
|
divanik
|
adaf1b3098
|
Correct style
|
2024-12-09 12:23:21 +00:00 |
|
divanik
|
01ddf27e0f
|
Fix style check
|
2024-12-09 12:13:46 +00:00 |
|
divanik
|
bc93760c5a
|
Deal with includes
|
2024-12-09 12:04:31 +00:00 |
|
divanik
|
c28ae71b3f
|
Add fast update
|
2024-12-09 11:00:29 +00:00 |
|
Raúl Marín
|
419544067f
|
Merge pull request #72716 from Algunenano/slow_compilation
Improve build of AggregateFunctionAvgWeighted.cpp
|
2024-12-09 10:54:09 +00:00 |
|
Kseniia Sumarokova
|
a5138c709f
|
Merge pull request #72884 from ClickHouse/follow-up-72858
Follow up to #72858
|
2024-12-09 10:49:36 +00:00 |
|
Dmitry Novik
|
2ff7bf0036
|
Merge pull request #72741 from Avogar/not-empty-json
Support JSON in notEmpty function
|
2024-12-09 08:40:28 +00:00 |
|
Vladimir Cherkasov
|
7003db7efd
|
Merge pull request #72686 from bigo-sg/enum-excep
Allow unknown values in set that are not present in Enum
|
2024-12-09 08:29:17 +00:00 |
|
Robert Schulze
|
71117fbbf3
|
Merge pull request #72894 from rschu1ze/docs-links
Docs: Fix data type links
|
2024-12-09 07:45:28 +00:00 |
|
zhanglistar
|
69959d1525
|
Merge branch 'ClickHouse:master' into enum-excep
|
2024-12-09 10:24:11 +08:00 |
|
Raúl Marín
|
e77b12325e
|
Merge branch 'master' into slow_compilation
|
2024-12-08 20:05:58 +01:00 |
|
Anton Popov
|
d13deb0923
|
Merge pull request #72891 from CurtizJ/fix-error-handling-sparse-columns
Fix parsing of incorrect data into sparse columns
|
2024-12-07 13:24:09 +00:00 |
|
Shichao Jin
|
f36eb17bf6
|
Merge pull request #72690 from nauu/add_totalbytes_of_inactive_parts
Add total_bytes_with_inactive to system.tables
|
2024-12-07 01:12:27 +00:00 |
|
pufit
|
1e6a0ab074
|
Merge pull request #72050 from ClickHouse/add-syntax-alter-user-modify-settings
Add syntax ALTER USER MODIFY SETTINGS
|
2024-12-06 22:32:05 +00:00 |
|
Vladimir Cherkasov
|
df476c2169
|
Merge pull request #72842 from ClickHouse/vdimir/join_choose_build_no_idx
Do not swap tables in join in case filter without index applied
|
2024-12-06 19:37:44 +00:00 |
|
Yarik Briukhovetskyi
|
d522f3f165
|
Merge pull request #72759 from zvonand/hotfix-72756
Fix #72756 (exception in RemoteQueryExecutor when user does not exist locally)
|
2024-12-06 18:40:37 +00:00 |
|
Antonio Andelic
|
bfe3908d49
|
Merge pull request #72885 from ClickHouse/cancel-sends-distributed-insert-queue
Properly cancel inserts in DistributedAsyncInsertDirectoryQueue
|
2024-12-06 18:37:00 +00:00 |
|
avogar
|
f1025ebbda
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into not-empty-json
|
2024-12-06 18:32:38 +00:00 |
|
Yarik Briukhovetskyi
|
592c72cb3a
|
Merge pull request #72073 from emmanuelsdias/array-pr-auc
Create arrayPrAUC function to compute PR AUC
|
2024-12-06 17:15:16 +00:00 |
|
Sema Checherinda
|
ec70b7839d
|
Merge pull request #72882 from ClickHouse/revert-72654-revert-72642-revert-72395-chesema-dtor-Finalizer
Revert "Revert "Revert "make d-tor Finalizer more obvious"""
|
2024-12-06 16:08:22 +00:00 |
|
divanik
|
09f68c1c69
|
Working state
|
2024-12-06 15:22:56 +00:00 |
|
Robert Schulze
|
0745342f6e
|
Docs: Fix data type links
|
2024-12-06 15:20:20 +00:00 |
|
Yarik Briukhovetskyi
|
4721890f63
|
Merge pull request #69880 from yariks5s/task_cancellation
Adding a proper query cancels
|
2024-12-06 14:22:05 +00:00 |
|
Anton Popov
|
94709d7a5a
|
Merge pull request #72854 from CurtizJ/fix-block-number-update-all
Fix update of all columns in presence of `_block_number` column
|
2024-12-06 13:50:28 +00:00 |
|
Yarik Briukhovetskyi
|
d0954e751d
|
Merge pull request #72540 from yariks5s/group_concat_overload
Add `groupConcat` second argument overload
|
2024-12-06 13:43:02 +00:00 |
|
Anton Popov
|
05871aa2e8
|
fix parsing of incorrect data into sparse columns
|
2024-12-06 13:34:07 +00:00 |
|
Antonio Andelic
|
6c6e1118c5
|
Better
|
2024-12-06 13:43:30 +01:00 |
|
Andrey Zvonov
|
9b0f33b897
|
Merge branch 'ClickHouse:master' into hotfix-72756
|
2024-12-06 13:43:26 +01:00 |
|
Antonio Andelic
|
d1a35d5b28
|
Properly cancel inserts in DistributedAsyncInsertDirectoryQueue
|
2024-12-06 13:17:58 +01:00 |
|
kssenii
|
044fdba251
|
Better
|
2024-12-06 12:58:49 +01:00 |
|
Sema Checherinda
|
3034a97631
|
Revert "Revert "Revert "make d-tor Finalizer more obvious"""
|
2024-12-06 12:52:03 +01:00 |
|
Anton Popov
|
aa2a74a565
|
Merge pull request #72818 from CurtizJ/aggregate-functions-deserialize-performance
Improve performance of deserialization of aggregate functions states and format `RowBinary`
|
2024-12-06 11:33:10 +00:00 |
|
kssenii
|
8e6dfcff74
|
Merge remote-tracking branch 'origin/fix-backup-resotre-of-empty-file-with-plain-rewr' into follow-up-72858
|
2024-12-06 11:55:58 +01:00 |
|
Kseniia Sumarokova
|
02f27e53f7
|
Merge pull request #72858 from ClickHouse/fix-backup-resotre-of-empty-file-with-plain-rewr
Fix backup/restore with plain rewritable disk in case there are empty files in backup
|
2024-12-06 10:53:16 +00:00 |
|
Vladimir Cherkasov
|
68e77f6f33
|
Merge pull request #72517 from erickurbanov/bsearchfunction
Add indexOfAssumeSorted Function. request #17795
|
2024-12-06 08:55:40 +00:00 |
|
pufit
|
bbbc87d354
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
# Conflicts:
# src/Parsers/Access/ASTCreateRoleQuery.cpp
# src/Parsers/Access/ASTCreateSettingsProfileQuery.cpp
# src/Parsers/Access/ASTCreateUserQuery.cpp
# src/Parsers/Access/ASTSettingsProfileElement.cpp
# src/Parsers/Access/ASTSettingsProfileElement.h
|
2024-12-05 23:24:22 -05:00 |
|
Alexander Gololobov
|
95a36b9312
|
Merge pull request #72814 from ClickHouse/cancel_marks_load
Cancel async marks load task if it hasn't started
|
2024-12-05 18:47:10 +00:00 |
|
Vladimir Cherkasov
|
4b406e6dd7
|
Merge branch 'master' into bsearchfunction
|
2024-12-05 19:31:03 +01:00 |
|
vdimir
|
d20af6ca9a
|
fix stylecheck
|
2024-12-05 18:29:00 +00:00 |
|
Pavel Kruglov
|
03bc631cf2
|
Merge pull request #72454 from Avogar/fix-empty-variant
Don't allow creating empty Variant
|
2024-12-05 18:21:56 +00:00 |
|
avogar
|
10775ef3ec
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into not-empty-json
|
2024-12-05 18:21:18 +00:00 |
|
Pavel Kruglov
|
ad66d84136
|
Merge pull request #72772 from Avogar/dynamic-ifnull-coalesce
Support Dynamic type in functions ifNull and coalesce
|
2024-12-05 18:18:56 +00:00 |
|
kssenii
|
13dbd31608
|
Fix backup/restore of empty file
|
2024-12-05 19:08:38 +01:00 |
|
Raúl Marín
|
f75cd514ab
|
Another missing include
|
2024-12-05 18:53:33 +01:00 |
|
Mikhail Artemenko
|
55d6a7f603
|
Merge pull request #72593 from azat/config-zk-sync
Ensure that ClickHouse will see ZooKeeper changes on config reloads
|
2024-12-05 17:44:51 +00:00 |
|
Sema Checherinda
|
e26fb09d00
|
Merge pull request #72654 from ClickHouse/revert-72642-revert-72395-chesema-dtor-Finalizer
Revert "Revert "make d-tor Finalizer more obvious""
|
2024-12-05 16:40:14 +00:00 |
|