Commit Graph

147636 Commits

Author SHA1 Message Date
Igor Nikonov
4e69cd0d52 Avoid getting callbacks from context for local plan 2024-07-20 20:53:18 +00:00
Igor Nikonov
daabf2275e Remove wrong comment 2024-07-19 21:46:14 +00:00
Igor Nikonov
75f7816c46 Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-19 08:24:54 +00:00
Igor Nikonov
6db09e884b Simplify code 2024-07-19 08:24:29 +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
Max K.
2e1f00dd97
Merge pull request #66726 from ClickHouse/ci_mergeable_check_fixes
CI: Fix issue with a skipped Build report
2024-07-18 20:37:35 +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
Max K.
10fb524e73
Merge pull request #66533 from ClickHouse/ci_report_job_start_and_finish_to_db
CI: Report job start and finish to CI DB
2024-07-18 18:20:47 +00:00
Max K
4249d869a9 fix tests 2024-07-18 19:48:13 +02:00
Max K
9eba5975d8 CI: Fix issue with a skipped Build report 2024-07-18 19:08:46 +02: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
Igor Nikonov
7ad07657a3 Fix 2024-07-18 14:16:44 +00:00
Han Fei
4859a74469 Merge branch 'master' into hanfei/debug-split-block 2024-07-18 16:04:13 +02:00
Han Fei
bf99d2bbe3
Merge pull request #66706 from hanfei1991/hanfei/fix-tidy
fix clang tidy
2024-07-18 13:39:35 +00:00
Sema Checherinda
617840c727 add test 2024-07-18 15:24:45 +02:00
Igor Nikonov
7523dafc06 Fix after incorrect merge conflict resolution 2024-07-18 13:09:07 +00:00
Igor Nikonov
e47fe15968 Simplify condition 2024-07-18 12:22:03 +00: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
Igor Nikonov
e438f58f21 Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-18 11:34:04 +00:00
Raúl Marín
5c1db5fc66 Fix column injection in merges after drop column 2024-07-18 13:30:22 +02:00
Han Fei
e3be4a95bd fix clang tidy 2024-07-18 13:29:02 +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
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
Nikita Mikhaylov
7e523de20a
Merge pull request #66508 from ClickHouse/fix-apache-arrow
Fix bad test `apache_arrow_abort`
2024-07-18 09:49:06 +00: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
Justin de Guzman
4b0ef8edce
Merge pull request #63920 from ClickHouse/docs-add-back-protobuflist
Add back missing ProtobufList docs
2024-07-18 07:28:18 +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
60a1ed1a29
Merge pull request #66657 from ClickHouse/fix_02044_url_glob_parallel_connection_refused
Fix wrong queries hung error because of 02044_url_glob_parallel_connection_refused
2024-07-18 03:03:08 +00:00
Alexey Milovidov
c3eb82357b Merge branch 'master' into fix-apache-arrow 2024-07-18 04:21:09 +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
Nikita Mikhaylov
33268f8144
Merge pull request #66640 from ClickHouse/Avogar-patch-5
Don't run test 03198_dynamic_read_subcolumns in azure
2024-07-17 22:09:22 +00: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
Nikita Mikhaylov
5111300b45
Merge pull request #66558 from ClickHouse/fix-fasttest-expect
Fix something in Fast Test
2024-07-17 21:29:19 +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
29d3f9598d Fix test 2024-07-17 20:53:05 +02:00