Commit Graph

140777 Commits

Author SHA1 Message Date
Blargian
e0c5886982 Undo changes to date-time functions which should be on another branch 2024-04-29 08:20:39 +02:00
Blargian
d4fad3975a cherry pick and fix merge issue 2024-04-29 08:11:31 +02:00
Blargian
b87f35ea15 Add stddevSampStable and small updates to others 2024-04-29 08:05:12 +02:00
Duc Canh Le
5cb55ca1b6 drop table in test
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-29 05:43:30 +00:00
Blargian
aa4f05512e Add stddevPopStable 2024-04-29 07:25:38 +02:00
Blargian
e080534d49 Update stddevPop function documentation 2024-04-29 07:09:20 +02:00
Slach
76293754db log_bin_use_v1_row_events was removed in MySQL 8.3, fix https://github.com/ClickHouse/ClickHouse/issues/60479, duplicate https://github.com/ClickHouse/ClickHouse/pull/62793 to make PR properly 2024-04-29 08:15:33 +04:00
HowePa
26b46816d4 fix settings link 2024-04-29 11:36:45 +08:00
Slach
c51a1b8e87 Merge branch 'master' of github.com:ClickHouse/ClickHouse 2024-04-29 04:02:03 +01:00
Duc Canh Le
4b7abbce68 fix abs monotonicity
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-29 01:33:48 +00:00
Alexey Milovidov
dffcc51b83
Merge pull request #62074 from kitaisreal/analyzer-support-recursive-cte
Analyzer support recursive CTEs
2024-04-29 00:32:15 +00:00
Alexey Milovidov
c570316c87
Merge branch 'master' into analyzer-support-recursive-cte 2024-04-29 02:26:59 +02:00
Alexey Milovidov
eaf3b91ab6
Merge pull request #62907 from kitaisreal/query-plan-convert-outer-join-to-inner-join-optimization
QueryPlan convert OUTER JOIN to INNER JOIN optimization
2024-04-28 23:07:44 +00:00
Alexey Milovidov
2d7c8948de Also highlight tables in string literals 2024-04-29 00:26:46 +02:00
Alexey Milovidov
f891da8db8 Merge remote-tracking branch 'origin/master' into better-highlighting-of-keywords 2024-04-29 00:26:34 +02:00
Alexey Milovidov
98263388cb
Merge pull request #62987 from azat/fetches-exceptions-on-http
Fix possible CHECKSUM_DOESNT_MATCH (and others) during replicated fetches
2024-04-28 20:46:21 +00:00
Blargian
a4478e8db0 Update timeSlots function 2024-04-28 22:01:31 +02:00
Blargian
2218347180 Update timeslot function 2024-04-28 21:39:11 +02:00
Blargian
81412c8f6d Add sumMapFiltered and sumMapFilteredWithOverflow 2024-04-28 19:30:00 +02:00
Maksim Kita
56037ffaca Fixed build 2024-04-28 12:52:17 +03:00
Maksim Kita
f5cfe597f2 Fixed tests 2024-04-28 12:52:17 +03:00
Maksim Kita
bd1189de70 Fixed tests 2024-04-28 12:52:17 +03:00
Maksim Kita
0111f30ed2 Fixed clang-tidy 2024-04-28 12:52:17 +03:00
Maksim Kita
f91b8580db Fixed tests 2024-04-28 12:52:17 +03:00
Maksim Kita
85dc0cf20a Fixed tests 2024-04-28 12:52:17 +03:00
Maksim Kita
126f3692cb Added tests 2024-04-28 12:52:17 +03:00
Maksim Kita
06d2c18f26 Analyzer support recursive CTEs 2024-04-28 12:52:17 +03:00
Maksim Kita
b080adb586 Fixed build 2024-04-28 12:52:05 +03:00
Maksim Kita
8ed6f4c27a Fixed code review issues 2024-04-28 12:52:05 +03:00
Maksim Kita
ab0842347d Fixed code review issues 2024-04-28 12:52:04 +03:00
Maksim Kita
16887ce802 Fixed tests 2024-04-28 12:52:04 +03:00
Maksim Kita
e42d00e4b8 Added performance tests 2024-04-28 12:52:04 +03:00
Maksim Kita
8900a6a035 Added tests 2024-04-28 12:52:04 +03:00
Maksim Kita
bc6db79737 QueryPlan convert OUTER JOIN to INNER JOIN optimization 2024-04-28 12:52:04 +03:00
Robert Schulze
fcc77379ae
Cosmetics, pt. IV 2024-04-28 09:50:42 +00:00
Azat Khuzhin
cf1451ecde Fix possible CHECKSUM_DOESNT_MATCH during replicated fetches
Previously HTTP server does not tries to send exception if something had
been written to the client already, but after rewriting to "zero-copy"
HTTP implementation (back in #19516) this got broken, and you can get
pretty "dangerous" at least at first glance errors, like:
- Malformed chunked encoding
- or most likely to CHECKSUM_DOESNT_MATCH error

This is not crucial because it will never pass checksum checks, but
still icky. So let's fix it.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-28 07:34:08 +02:00
Azat Khuzhin
478ba92ddd Improve error message on checksum mismatch during fetches
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-28 07:34:07 +02:00
Azat Khuzhin
43dcc012f4 Add a test for fetches failures
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-28 07:34:07 +02:00
Azat Khuzhin
d278866d52 Add copy_data_failpoint failpoint
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-28 07:34:07 +02:00
lgbo-ustc
0070d6fc71 fixed: converting filter column type 2024-04-28 09:27:16 +08:00
lgbo-ustc
352d7a443b fixed: filter column is a const column 2024-04-28 09:27:16 +08:00
lgbo-ustc
5431e272c9 update 2024-04-28 09:27:16 +08:00
lgbo-ustc
6fa6c0261b apply 27a2b19 2024-04-28 09:27:16 +08:00
lgbo-ustc
7ee720ffb0 update settting 2024-04-28 09:27:15 +08:00
lgbo-ustc
6c30774ce5 disable when join_use_nulls=1
update setting

update
2024-04-28 09:26:11 +08:00
lgbo-ustc
c51e9163a5 reduce hash join code size
add check

debug

fixed

fixed

fixed

fixed

fixed

debug

debug

update

rename full_expression

rollback ExecutionContext

experiment: support join_use_nulls
2024-04-28 09:26:11 +08:00
lgbo-ustc
cd9c87811f fixed bugs for all right join
add test cases

fixed typos

add document

fixed stype error and rename some variables

fixed test error

add test cases

try to recude hash join code size

debug

fixed

fixed coredump

fixed. condition result type is not bool

enable when allow_experimental_analyzer=0

fixed tests

fixed

update tests

update tests

roll backup when use the old analyzer

fixed typos

fixed

test

large obj check

test

test
2024-04-28 09:26:11 +08:00
lgbo-ustc
f7dd4deca0 Optimization for cutting left blocks into processed and not_processed parts. 2024-04-28 09:26:11 +08:00
lgbo-ustc
4a2ad7beb5 fixed bugs 2024-04-28 09:26:11 +08:00
lgbo-ustc
2692784585 support inequal join for left/right/inner all 2024-04-28 09:26:11 +08:00