Commit Graph

54576 Commits

Author SHA1 Message Date
jsc0218
b3b46ea708 Merge remote-tracking branch 'origin/master' into TableEngineGrant_version2 2024-03-14 00:36:29 +00:00
Ilya Yatsishin
af1814ffa8
Merge pull request #61248 from yariks5s/fix_fuzzer_max_streams_to_max_threads_ratio 2024-03-14 00:19:49 +04:00
jsc0218
836e1963c4
Merge pull request #61145 from bigo-sg/fix_filter_opt
Fix an error in previous opt: https://github.com/ClickHouse/ClickHouse/pull/59698
2024-03-13 15:45:04 -04:00
Kruglov Pavel
f06307ae2c
Merge pull request #60516 from Avogar/fix-deadlock-in-parallel-parsing
Fix deadlock in parallel parsing when lots of rows are skipped due to errors
2024-03-13 19:03:13 +01:00
Kruglov Pavel
4b3f33c5fd
Merge pull request #60451 from Avogar/fix-map-array-func-lc
Try to fix logical error 'Cannot capture column because it has incompatible type' in mapContainsKeyLike
2024-03-13 19:02:24 +01:00
Kruglov Pavel
843e2dc968
Merge pull request #60586 from Avogar/fix-filter-virtual-columns
Fix reading from MergeTree with non-deterministic functions in filter
2024-03-13 18:22:12 +01:00
Raúl Marín
5b27b82da5
Merge pull request #60740 from bigo-sg/rm_wrong_quantilegk_check
Remove wrong sanitize checking in aggregate function quantileGK
2024-03-13 17:25:41 +01:00
Kruglov Pavel
2f6981c613
Merge pull request #60596 from Avogar/fix-bad-compatibility-setting-value
Fix logical error on bad compatibility setting value type
2024-03-13 17:25:09 +01:00
Kruglov Pavel
d89e26cff5
Merge pull request #61196 from ClickHouse/Avogar-patch-1
Fix lazy execution of default argument in dictGetOrDefault for RangeHashedDictionary
2024-03-13 17:23:22 +01:00
Sema Checherinda
025ad9791c
Merge pull request #58879 from azat/small-block-lock-contention
Improve query performance in case of very small blocks
2024-03-13 17:08:37 +01:00
Kruglov Pavel
dd0caaf9b4
Merge pull request #61234 from ClickHouse/Avogar-patch-2
Fix usage of session_token in S3 engine
2024-03-13 17:05:39 +01:00
Robert Schulze
7a5ac383e5
Merge pull request #61308 from rschu1ze/docs-sleep
Docs: Follow up to #61258
2024-03-13 15:42:47 +01:00
Yarik Briukhovetskyi
e07a778acd
Merge branch 'ClickHouse:master' into fix_fuzzer_max_streams_to_max_threads_ratio 2024-03-13 15:09:52 +01:00
Kseniia Sumarokova
893ea7e4fe
Merge pull request #60396 from ClickHouse/fix-usage-of-plain-metadata
Fix usage of plain metadata type with new disks configuration option
2024-03-13 14:18:36 +01:00
Robert Schulze
d8c5008280
Follow up to #61258 2024-03-13 13:07:14 +00:00
János Benjamin Antal
cccf054420
Merge pull request #60881 from ClickHouse/add-docs-to-simplejson-and-sin
Add docs to simplejson and sin
2024-03-13 14:00:51 +01:00
Yarik Briukhovetskyi
24d6dcb96b
Merge pull request #61249 from mkmkme/mkmkme/fix-has-function
Fix `has()` function with `Nullable` column
2024-03-13 13:16:40 +01:00
Raúl Marín
799fcbf4c3
Merge pull request #61203 from Algunenano/groupArrayCrash
Fix multiple bugs in groupArraySorted
2024-03-13 13:08:30 +01:00
Yarik Briukhovetskyi
63f6f10fb1
Merge branch 'ClickHouse:master' into fix_fuzzer_max_streams_to_max_threads_ratio 2024-03-13 12:58:34 +01:00
Antonio Andelic
0f7041429f
Merge pull request #61233 from ClickHouse/fix-keeper-reconfig
Fix Keeper reconfig for standalone binary
2024-03-13 12:20:12 +01:00
Nikita Mikhaylov
765873a371
Merge pull request #61263 from ClickHouse/modern-assert
Modern `chassert` which can accept comment as a second parameter
2024-03-13 11:41:45 +01:00
Kseniia Sumarokova
992465f6ed
Merge pull request #61266 from ClickHouse/fix-disk-web-exists
Fix `01417_freeze_partition_verbose`
2024-03-13 10:44:20 +01:00
Alexey Milovidov
c8f71c024f
Merge pull request #61206 from ClickHouse/fix-strange-message-2
Fix strange log message
2024-03-13 11:22:03 +03:00
Alexey Milovidov
c2506b0344
Merge pull request #61171 from Algunenano/compilation
Remove a few templates from Aggregator.cpp
2024-03-13 10:24:06 +03:00
Raúl Marín
15484bedad Fix clone for ASTQueryWithTableAndOutputImpl derived classes 2024-03-12 21:03:26 +01:00
Raúl Marín
ec80cc475e Fix formatting of overlay database 2024-03-12 19:58:23 +01:00
kssenii
296f7a1da2 Fix 2024-03-12 19:02:58 +01:00
Nikita Mikhaylov
3149111589
Merge branch 'master' into modern-assert 2024-03-12 18:30:44 +01:00
Nikita Mikhaylov
f3f1f611a4 Better 2024-03-12 17:26:42 +00:00
Yarik Briukhovetskyi
858ad2d688
beautify and change max_value 2024-03-12 16:39:10 +01:00
yariks5s
01d0fba085 init 2024-03-12 14:48:59 +00:00
Mikhail Koviazin
94f15dd5e0
Fix has() function with Nullable column
Previous implementation didn't check for `null_map` when the given
argument was not `Null`. This commit adds the missing check.

Fixes #60214
2024-03-12 16:48:43 +02:00
avogar
0b588480f5 Fix lazy execution in dictGetOrDefault for RangeHashedDictionary 2024-03-12 14:34:15 +00:00
Nikita Mikhaylov
19b1a675a1
Merge pull request #61173 from Avogar/avoid-logical-error-in-json
Avoid some logical errors in experimantal Object type
2024-03-12 15:14:32 +01:00
Raúl Marín
c011901d01 Fix coverage 2024-03-12 14:28:28 +01:00
Kruglov Pavel
2e803f29f8
Fix KeeperSnapshotManagerS3 2024-03-12 12:45:02 +01:00
Kruglov Pavel
d431276045
Fix usage of session_token in S3 2024-03-12 12:43:48 +01:00
Antonio Andelic
c1cefe1874 Fix keeper reconfig for standalone binary 2024-03-12 11:41:36 +00:00
Raúl Marín
faed53d0c7 Merge remote-tracking branch 'blessed/master' into groupArrayCrash 2024-03-12 12:02:34 +01:00
Kseniia Sumarokova
61543edc8b
Merge branch 'master' into fix-usage-of-plain-metadata 2024-03-12 11:53:00 +01:00
Raúl Marín
c9c73378eb Fix problem detected by ubsan 2024-03-12 11:52:17 +01:00
Kseniia Sumarokova
49fb94d34b
Merge branch 'master' into kssenii-patch-9 2024-03-12 11:49:02 +01:00
alesapin
40a992e1db
Merge pull request #61132 from ClickHouse/more_memory_checks
Throw memory limit exceptions to avoid OOM in some places
2024-03-12 11:48:15 +01:00
vdimir
439fe42f88
Merge pull request #61013 from ClickHouse/vdimir/fix_astrename_clone
Fix ASTRenameQuery::clone
2024-03-12 11:13:28 +01:00
Alexey Milovidov
bdc884dfa5
Merge pull request #60255 from ClickHouse/dont-load-useless-index-parts-in-memory
Do not load useless columns from the index in memory
2024-03-12 08:30:53 +03:00
Alexey Milovidov
bd4f948f12
Merge pull request #61058 from ClickHouse/rip-copier
Delete `clickhouse-copier`
2024-03-12 07:15:48 +03:00
Alexey Milovidov
c3a839d595 Merge pull request #61127 from ClickHouse/remove-in-memory-data-parts-2
Remove in-memory data parts, part 3.
2024-03-12 07:07:07 +03:00
Alexey Milovidov
1b04cc0b4d Fix strange log message 2024-03-12 03:56:10 +01:00
Raúl Marín
3cc07603ff Merge remote-tracking branch 'blessed/master' into compilation 2024-03-11 22:53:55 +01:00
Raúl Marín
563df9bdcb Fix multiple bugs in groupArraySorted 2024-03-11 22:49:18 +01:00