Commit Graph

137652 Commits

Author SHA1 Message Date
Antonio Andelic
a40401f83a
Merge pull request #61359 from ClickHouse/revert-61234-Avogar-patch-2
Revert "Fix usage of session_token in S3 engine"
2024-03-14 12:03:50 +01:00
Antonio Andelic
c6f0b2a5a4
Revert "Fix usage of session_token in S3 engine" 2024-03-14 11:57:03 +01:00
Kseniia Sumarokova
659463acd4
Merge pull request #61152 from ClickHouse/revive-cache-contention-fix
Revive "Less contention in the cache, part 2"
2024-03-14 11:45:51 +01:00
Robert Schulze
3486b4a6e3
Merge remote-tracking branch 'rschu1ze/master' into clang-tidy-list 2024-03-14 10:44:20 +00:00
Kseniia Sumarokova
a84f2ea078
Merge pull request #61319 from ClickHouse/fix-false-positive-assertion-in-cache
Fix false positive assertion in cache
2024-03-14 11:40:26 +01:00
Sergei Trifonov
8bc7dc4dab
Merge pull request #61202 from ClickHouse/docs/adds-var-xyz-stable
Improves `varPop` and `varSamp` docs. Adds `...Stable` alternative function docs.
2024-03-14 11:02:11 +01:00
serxa
ff97652038 fix spell check 2024-03-14 09:53:18 +00:00
Azat Khuzhin
0e9c64899a tests: do not rely on GROUP BY const behaviour in 01056_predicate_optimizer_bugs
The behaviour of GROUP BY const in analyzer is slightly different, it
still preserves the const property from the subqueries, and that's why
it simply do not execute filters after GROUP BY, but simply one time for
the const.

The initial bug was about predicate pushdown not about GROUP BY const,
so I will update the test.

I've also tested the initial bug with fiddle and the new test is
idential:
- 19.17 (without the fix) - https://fiddle.clickhouse.com/312a48f4-6a5b-411d-a4bb-4b1a757effaf
- 20.2 (with the fix) - https://fiddle.clickhouse.com/4e1ad2e5-1c03-4ce7-9ac3-e878ccfae83a

Refs: https://github.com/ClickHouse/ClickHouse/pull/8503
Refs: https://github.com/ClickHouse/ClickHouse/issues/5682

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-14 10:35:28 +01:00
peter279k
0b522f5fb3
Fix issue #61351 2024-03-14 14:46:22 +08:00
lgbo-ustc
6b26d05346 fixed 2024-03-14 08:55:59 +08:00
Alexey Milovidov
e57b4eaf0a
Merge branch 'master' into revert-59711-revert-59316-merge-tree-as-a-default-table-engine 2024-03-14 03:54:37 +03:00
lgbo-ustc
99059b65c5 Merge remote-tracking branch 'origin/master' into split_aggregator 2024-03-14 08:54:12 +08:00
Alexey Milovidov
be9a77b6ca
Update SettingsChangesHistory.h 2024-03-14 03:54:07 +03:00
robot-ch-test-poll1
c3806edca8
Merge pull request #61318 from Algunenano/doc_nulls
Add more details about how NULLs are processed in aggregations
2024-03-14 03:53:49 +04:00
Ilya Yatsishin
fdd249fcba
Merge pull request #61259 from qoega/flaky-01603 2024-03-14 02:46:47 +04:00
Robert Schulze
bd6bed161c
Try to fix flaky test_undrop_query 2024-03-13 20:56:42 +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
alesapin
31ebee41d0 Fxi 2024-03-13 20:06:15 +01:00
Raúl Marín
89de338676 Better 2024-03-13 20:06:05 +01:00
alesapin
2cb1fa79d9 Bump CI 2024-03-13 20:01:54 +01:00
kssenii
6e6a67a2fb Fix unit test 2024-03-13 19:13:39 +01:00
Raúl Marín
f63368d83d Separate stdout and stderr in fuzzer report 2024-03-13 19:12:43 +01:00
Raúl Marín
2982f3b369 Fix stress test sanitizer report 2024-03-13 19:12:43 +01:00
Nikolai Kochetov
4cde5fdd63
Merge pull request #61301 from ClickHouse/fix-01952_optimize_distributed_group_by_sharding_key
Fix 01952_optimize_distributed_group_by_sharding_key with analyzer.
2024-03-13 19:06:59 +01:00
Nikolai Kochetov
42a1cc47e6 Fix 01761_cast_to_enum_nullable with analyzer. 2024-03-13 18:05:08 +00:00
kssenii
208a91a2f7 Add retries exists check in loadOutdatedDataParts 2024-03-13 19:03:29 +01: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
Yarik Briukhovetskyi
a915dace27 reload CI 2024-03-13 18:47:13 +01:00
Jake Bamrah
5e66cd7154 fix settings seg-fault and expand test case coverage 2024-03-13 18:47:13 +01:00
Yarik Briukhovetskyi
a9e054e1c8 Reload CI 2024-03-13 18:47:13 +01:00
Jake Bamrah
e53d052dcc update docs to include circular buffer behaviour 2024-03-13 18:47:13 +01:00
Yarik Briukhovetskyi
4aab1170ef fix style 2024-03-13 18:47:13 +01:00
Yarik Briukhovetskyi
77223d682d reload tests 2024-03-13 18:47:13 +01:00
Jake Bamrah
000719aa2a update memory table docs with size cap changes 2024-03-13 18:47:13 +01:00
Jake Bamrah
c73e299820 add size cap to memory tables 2024-03-13 18:47:13 +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
avogar
4670f05564 Fix test test_input_format_parallel_parsing_memory_tracking 2024-03-13 17:18:13 +00:00
Robert Schulze
4e12b5dc91
Some fixups 2024-03-13 16:54:20 +00:00
vdimir
b2e067b3da
Fix logical error in RabbitMQ storage with MATERIALIZED columns 2024-03-13 16:41:35 +00: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
Kruglov Pavel
be51c9d727
Merge pull request #61199 from Avogar/variant-tests-fuster
Make variant tests a bit faster
2024-03-13 17:16:34 +01:00
kssenii
5b15ec6ae1 Move test from stateless to integration 2024-03-13 17:10:55 +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
Raúl Marín
aecc135f5d Add more details about how NULLs are processed in aggregations 2024-03-13 17:03:18 +01:00
Raúl Marín
617138cf48 Teach the fuzzer to use other numeric types 2024-03-13 16:54:28 +01:00