Commit Graph

60512 Commits

Author SHA1 Message Date
Nikolai Kochetov
52b03eb776
Merge pull request #66654 from ClickHouse/fix-is-null-constant-folding-old-analyzer
Disable getConstantResultForNonConstArguments for IS NULL with old analyzer
2024-07-19 11:35:02 +00:00
Nikolai Kochetov
5a26e60672
Merge pull request #66655 from ClickHouse/fix-in-scalar-first-arg
Allow scalar subquery in the first argument of IN with new analyzer.
2024-07-19 10:55:07 +00:00
Kruglov Pavel
0d00e84c5c
Merge pull request #66659 from ClickHouse/Avogar-patch-6
Fix possible PARAMETER_OUT_OF_BOUND error during reading variant subcolumn
2024-07-19 10:32:45 +00:00
Alexey Milovidov
b1b5123a6a
Merge pull request #66630 from ClickHouse/remove-system-functions-is-deterministic
Remove `is_deterministic` from system.functions
2024-07-19 01:52:45 +00:00
Alexey Milovidov
5e88411c7f
Merge pull request #66641 from amosbird/named-tuple-null
Avoid generating named tuple for special keywords (null, true, false)
2024-07-19 01:52:10 +00:00
Alexey Milovidov
78dbbc3049
Merge pull request #66707 from Algunenano/fix_vertical_merge
Fix rare case of stuck merge after drop column
2024-07-19 01:49:11 +00:00
Alexey Milovidov
c4c8e999c2
Merge pull request #66722 from ClickHouse/chesema-fix-isUniqTypes
fixing assert `isUniqTypes`
2024-07-19 01:48:00 +00:00
Han Fei
05569aad4b
Merge pull request #66658 from hanfei1991/hanfei/debug-split-block
add log for splitBlockIntoParts
2024-07-18 20:18:05 +00:00
vdimir
07900b6e11
Merge pull request #66595 from MikhailBurdukov/verify_primary_key_dictionary
Add option for validating the Primary key type in Dictionaries.
2024-07-18 15:11:23 +00:00
Sema Checherinda
e128d88ff1 fix CollectionOfDerivedItems::append to appendIfUniq 2024-07-18 16:42:47 +02:00
Han Fei
4859a74469 Merge branch 'master' into hanfei/debug-split-block 2024-07-18 16:04:13 +02:00
János Benjamin Antal
9597516425
Merge pull request #66599 from ClickHouse/fix-named-collection-remove
Fix dropping named collection in local storage
2024-07-18 12:04:55 +00:00
Nikita Mikhaylov
a56e08ef8a
Merge pull request #61109 from ClickHouse/signal_handlers_in_client
Add signal handlers in client and local
2024-07-18 11:54:59 +00:00
Raúl Marín
5c1db5fc66 Fix column injection in merges after drop column 2024-07-18 13:30:22 +02:00
Yarik Briukhovetskyi
fba71903e5
Merge pull request #66103 from yariks5s/group_array_intersect_merge_fix
Fix for `groupArrayIntersect`
2024-07-18 10:36:22 +00:00
avogar
bd29313a15 Merge branch 'master' of github.com:ClickHouse/ClickHouse into Avogar-patch-6 2024-07-18 10:32:02 +00:00
Antonio Andelic
233fce695b
Merge pull request #66644 from k-morozov/fix-data-race-client-s3
Fix data race in S3::ClientCache
2024-07-18 10:28:41 +00:00
Nikolai Kochetov
9966347599 Merge branch 'master' into fix-in-scalar-first-arg 2024-07-18 12:17:42 +02:00
Nikita Mikhaylov
03e6085ef4
Merge pull request #66694 from ClickHouse/fix-something
Fix something around clang-tidy
2024-07-18 09:46:38 +00:00
Robert Schulze
3c2c5b3ed5
Merge pull request #61131 from rschu1ze/revert-revert-show-index-sorting
Revert revert of "Fix wacky primary key sorting in `SHOW INDEX`"
2024-07-18 09:05:56 +00:00
Robert Schulze
ddaff38a8f
Merge pull request #66673 from rschu1ze/case-enum
Minor: Make `CaseSensitiveness` an enum class
2024-07-18 06:56:35 +00:00
Antonio Andelic
3d6f91039e
Merge pull request #66548 from ClickHouse/correctly-handle-realloc
Correctly track memory for `Allocator::realloc`
2024-07-18 06:08:17 +00:00
Alexey Milovidov
6e6b3500df
Merge branch 'master' into signal_handlers_in_client 2024-07-18 05:06:07 +02:00
Alexey Milovidov
a2b383a83f
Merge pull request #65871 from ClickHouse/uninteresting-changes
Uninteresting changes
2024-07-18 01:40:25 +00:00
Alexey Milovidov
c0328dacfd Merge branch 'fix-something' into remove-system-functions-is-deterministic 2024-07-18 03:36:07 +02:00
Alexey Milovidov
dde2f10c37 Merge branch 'master' into remove-system-functions-is-deterministic 2024-07-18 03:36:03 +02:00
Alexey Milovidov
4217d029c0 Fix something 2024-07-18 03:33:36 +02:00
Alexey Milovidov
4ac48f08c3
Merge pull request #66505 from ClickHouse/fix-double-whitespace-in-explain-ast
Fix double whitespace in EXPLAIN AST CREATE
2024-07-18 01:25:37 +00:00
Nikolay Degterinsky
4afd5f60fe
Merge pull request #66409 from evillique/fix-valid-until
Fix VALID UNTIL clause resetting after restart
2024-07-18 00:05:57 +00:00
Han Fei
29d164c3c5 Merge branch 'master' into hanfei/debug-split-block 2024-07-18 01:32:59 +02:00
Igor Nikonov
9810a658e3
Merge pull request #66380 from ClickHouse/pr-cleanup
PR cleanup: remove redundant code
2024-07-17 21:45:10 +00:00
Han Fei
2b7ad9c54c
Merge pull request #66531 from hanfei1991/hanfei/fix_keeper_tcp_log
fix log in keeper tcp handler
2024-07-17 21:04:24 +00:00
Robert Schulze
79402aa71b
Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
Alexey Milovidov
247f584ae7 Merge branch 'master' into remove-system-functions-is-deterministic 2024-07-17 20:35:11 +02:00
Alexey Milovidov
496b4c9a5c
Merge pull request #66393 from ClickHouse/vdimir/client-noninteractive-mem-usage
Add --memory-usage option to client in non interactive mode
2024-07-17 18:25:40 +00:00
Kruglov Pavel
b4a3cba519
Fix possible PARAMETER_OUT_OF_BOUND error during reading variant subcolumn 2024-07-17 20:09:14 +02:00
Amos Bird
eb129232ff
Avoid generating named tuple for special keywords 2024-07-18 02:00:45 +08:00
Han Fei
c7fa082eac add log for splitBlockIntoParts 2024-07-17 19:32:54 +02:00
Nikolai Kochetov
8bc537b490 Allo scalar subquery in fisrt argiment of IN with new analyzer. 2024-07-17 17:26:51 +00:00
Alexey Milovidov
37dd775643
Update Squashing.cpp 2024-07-17 18:31:27 +02:00
Alexey Milovidov
d5345c5aae
Update Squashing.cpp 2024-07-17 18:31:10 +02:00
Alexey Milovidov
f7ca8513d0
Merge branch 'master' into uninteresting-changes 2024-07-17 18:30:19 +02:00
Nikolai Kochetov
8e013a1c59 Disable getConstantResultForNonConstArguments for IS NULL with old analyzer. 2024-07-17 16:23:36 +00:00
Alexey Milovidov
c4972920c8
Merge pull request #66562 from ClickHouse/fix-hash-empty-tuple
Fix hashing of empty tuples
2024-07-17 15:53:45 +00:00
János Benjamin Antal
e25fbb6d47 Fix style 2024-07-17 15:28:08 +00:00
János Benjamin Antal
7092f42a29
Merge pull request #66231 from ClickHouse/fix-system-number-limit-offset
Fix bug in `numbers` when both limit and offset is used but the index cannot be used
2024-07-17 15:26:39 +00:00
Nikolay Degterinsky
383ce4bb8c Merge remote-tracking branch 'upstream/master' into fix-valid-until 2024-07-17 14:58:09 +00:00
Konstantin Bogdanov
5ce0675de8
Merge pull request #66334 from aalexfvk/watchdog_keeps_unlinked_logs
Watchdog keeps descriptors of unlinked log files
2024-07-17 14:52:47 +00:00
Nikolai Kochetov
74b4bc78ad
Merge pull request #65400 from k-morozov/add_system_detach_tables
system detached_tables
2024-07-17 14:05:31 +00:00
Konstantin Morozov
fd443a1721 add mutable 2024-07-17 13:43:36 +00:00