Commit Graph

140846 Commits

Author SHA1 Message Date
alesapin
178f4c6f60 Azure always green 2024-04-29 15:09:22 +02:00
Raúl Marín
97774571f1 Merge remote-tracking branch 'blessed/master' into 03132_rewrite_aggregate_function_with_if_implicit_cast 2024-04-29 14:54:23 +02:00
Raúl Marín
30d10bf242 Style 2024-04-29 14:46:42 +02:00
Raúl Marín
97c781e365 Sanity check: Clamp values instead of throwing 2024-04-29 14:34:47 +02:00
Konstantin Bogdanov
305136e31b
Merge pull request #63099 from HowePa/docs_settings_link
[Docs] Fixed some settings links
2024-04-29 12:18:05 +00:00
Konstantin Bogdanov
1f4ebefa78
Merge pull request #63090 from Blargian/document_timeslotXYZ
[Docs] update `timeXYZ` functions
2024-04-29 12:16:57 +00:00
Konstantin Bogdanov
2887f442e8
Merge pull request #63088 from Blargian/document_sumXYZ
[Docs] document `sumXYZ` functions
2024-04-29 12:16:24 +00:00
Konstantin Bogdanov
9f7708d41e
Merge pull request #63072 from Blargian/document_svg
[Docs] update `Svg` documentation
2024-04-29 12:15:14 +00:00
Igor Nikonov
f22c27c76b
Merge pull request #62610 from ClickHouse/fix-msan-uuid-string-to-num
Fix: msan in UUIDStringToNum
2024-04-29 11:56:10 +00:00
Mikhail f. Shiryaev
8b7268d13b
Merge pull request #63108 from ClickHouse/bump-debug-action
Update the debug-action
2024-04-29 11:49:48 +00:00
Robert Schulze
422dc8a2e5
Fix race in X509 store in OpenSSL (#63049) 2024-04-29 11:32:57 +00:00
Duc Canh Le
9ca030fa11 update documents
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-29 11:03:18 +00:00
Raúl Marín
3b0c4dc671
Update SettingsChangesHistory.h 2024-04-29 12:56:50 +02:00
Duc Canh Le
98d606298b better way to deduplicate keys while creating sst files
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-29 10:53:50 +00:00
Duc Canh Le
084f917bf8 fix clang-tidy and better test
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-29 10:37:45 +00:00
Mikhail f. Shiryaev
fd6f17b3f3
Update the debug-action 2024-04-29 12:27:40 +02:00
Slach
fff871ac63 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix_mysql81 2024-04-29 13:54:51 +04:00
Raúl Marín
379fea9a30
Merge pull request #62972 from ClickHouse/tavplubix-patch-10
Fix race in `executeJob` when updating exception message
2024-04-29 09:53:40 +00:00
Raúl Marín
8df67eb7ed
Merge branch 'master' into optimize_rewrite_sum_if_to_count_if 2024-04-29 11:51:09 +02:00
Azat Khuzhin
119e000873 Fix subsequent use of external tables in client
Before this patch it fails on the second and all other invocations:

    $ chc --external --file=/tmp/test-no-lf.tsv --name=t --structure='x String'
    azat.local$ select * from t limit 1
       ┌─x───┐
    1. │ foo │
       └─────┘

    azat.local$ select * from t limit 1
    Exception on client:
    Code: 27. DB::Exception: Cannot parse input: expected '\t' at end of stream.: (at row 1)
    : Buffer has gone, cannot extract information about what has been parsed.: (in file/uri /tmp/test-no-lf.tsv): While executing TabSeparatedRowInputFormat. (CANNOT_PARSE_INPUT_ASSERTION_FAILED)

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-29 11:43:29 +02:00
Azat Khuzhin
437621cbe5 Remove superfluous condition from ClientBase::sendExternalTables()
send_external_tables already checked by the callers.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-29 11:43:29 +02:00
Eduard Karacharov
979efcad49 allow YAML sources in include_from 2024-04-29 12:42:56 +03:00
Shaun Struwig
37144fdc63
Update aspell-dict.txt 2024-04-29 11:33:08 +02:00
Shaun Struwig
93b537592a
Update aspell-dict.txt 2024-04-29 11:30:53 +02:00
Shaun Struwig
2d9ca05f2e
Fix typo 2024-04-29 11:28:18 +02:00
Shaun Struwig
67a78dc111
Fix typo 2024-04-29 11:27:44 +02:00
alesapin
4701429db4
Merge pull request #62773 from hileef/fix/update/nested-columns-size-check
fix: update: nested materialized columns: size check fixes
2024-04-29 09:27:39 +00:00
Shaun Struwig
3129dfc283
Fix typo 2024-04-29 11:26:45 +02:00
Duc Canh Le
046ab54d0b try fix test to avoid timezone dependency
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-29 07:36:25 +00:00
peter279k
5946ff0633
Improve PR#62592 2024-04-29 15:34:04 +08:00
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
kssenii
3e4d9bf73a Better result condition 2024-04-28 14:08:20 +02:00