Commit Graph

125650 Commits

Author SHA1 Message Date
Anton Popov
9b0e222cd2 allow to include virtual columns into DESCRIBE query 2023-09-29 11:08:46 +00:00
Robert Schulze
c1b95e8b3c
Suppress error statistics update for internal exceptions 2023-09-29 10:58:44 +00:00
Robert Schulze
fba19662f4
Bump croaring to 2.0.2 2023-09-29 10:43:40 +00:00
Mikhail f. Shiryaev
8488581ac8
Merge branch 'master' into patch-12 2023-09-29 12:09:33 +02:00
vdimir
7c471be846
Fix link in table in status comment 2023-09-29 12:00:07 +02:00
Mikhail f. Shiryaev
a5ecdf7436
Merge pull request #55063 from ClickHouse/auto/v23.8.3.48-lts
Update version_date.tsv and changelogs after v23.8.3.48-lts
2023-09-29 11:48:45 +02:00
Mikhail f. Shiryaev
d8085c8d28
Merge branch 'master' into auto/v23.8.3.48-lts 2023-09-29 11:34:57 +02:00
Robert Schulze
bb4d141132
Merge pull request #55069 from HarryLeeIBM/hlee-ftsearch
Add optimization for roaring bitmaps in full text search
2023-09-29 11:16:16 +02:00
Kseniia Sumarokova
0b71fd0050
Merge pull request #55002 from kssenii/fix-broken-test
Fix broken test
2023-09-29 11:13:31 +02:00
kssenii
6c10cb484c Ping CI 2023-09-29 11:11:51 +02:00
vdimir
37bd5dd7be
Add links to check reports in status comment 2023-09-29 08:46:23 +00:00
vdimir
3a9abde35d
Merge pull request #54514 from ClickHouse/vdimir/allow_experimental_partial_result
Add setting allow_experimental_partial_result
2023-09-29 10:32:57 +02:00
Alexey Milovidov
613f8db166
Merge pull request #55118 from ClickHouse/auto/v23.9.1.1854-stable
Update version_date.tsv and changelogs after v23.9.1.1854-stable
2023-09-29 11:17:17 +03:00
Alexey Milovidov
458cbb3b18 Fix function names in docs 2023-09-29 10:15:46 +02:00
Alexey Milovidov
1d436e6fa5
Merge pull request #55117 from ClickHouse/changelog-23.9-2
Extra features in the release
2023-09-29 10:07:37 +03:00
robot-clickhouse
485422328d Update version_date.tsv and changelogs after v23.9.1.1854-stable 2023-09-29 07:04:45 +00:00
Alexey Milovidov
e4ecdb9f3a Extra features in the release 2023-09-29 09:01:54 +02:00
Alexey Milovidov
ae47ce9960
Merge pull request #55115 from ClickHouse/23.10-prepare
Update version after release
2023-09-29 09:53:42 +03:00
Alexey Milovidov
95d573f70d Update autogenerated version to 23.10.1.1 and contributors 2023-09-29 08:52:43 +02:00
Alexey Milovidov
8f9a227de1
Merge pull request #54931 from yariks5s/s3_style_url
s3-style URL fix
2023-09-29 07:12:01 +03:00
Alexey Milovidov
2ce9251ed8
Merge pull request #55114 from ClickHouse/alexey-milovidov-patch-7
Update CHANGELOG.md
2023-09-29 06:39:30 +03:00
Alexey Milovidov
9f7da0f240
Update CHANGELOG.md 2023-09-29 06:39:09 +03:00
Alexey Milovidov
c35ccacda3
Merge pull request #55113 from ClickHouse/fix-build-6
Fix build
2023-09-29 06:35:52 +03:00
Alexey Milovidov
8ea30b9fed Fix build 2023-09-29 05:35:24 +02:00
Alexey Milovidov
332b3e644b
Merge pull request #55104 from qoega/packager-ccache-fix
Fix typo in packager when ccache is used
2023-09-29 06:31:42 +03:00
Alexey Milovidov
bc047a3426
Merge pull request #55111 from ClickHouse/thirty
Reduce flakiness of 01455_opentelemetry_distributed
2023-09-29 06:31:20 +03:00
Kruglov Pavel
e8d8c6dea5
Merge pull request #55095 from Avogar/print-pretty-type-names
Add setting to print pretty deep nested types like Tuple/Array/Map
2023-09-29 00:20:39 +02:00
Kruglov Pavel
785df775bb
Merge pull request #55099 from Avogar/dont-infer-numbers-from-strings-by-default
Don't try to infer numbers from strings in JSON formats by default to avoid parsing errors
2023-09-29 00:19:59 +02:00
avogar
3e28544017 Remove unneded file 2023-09-28 22:17:44 +00:00
avogar
0abf09d1b5 Fix example in docs 2023-09-28 22:17:44 +00:00
avogar
966aab4666 Fix indent for Array 2023-09-28 22:17:44 +00:00
avogar
e8ea41e2d4 Add setting to print pretty deep nested Tuples 2023-09-28 22:17:44 +00:00
avogar
e395bb820d Update tests 2023-09-28 22:15:26 +00:00
avogar
e2d7c543eb Don't try to infer numbers from strings in JSON formats by default to avoid parsing errors, add docs for setting input_format_json_try_infer_numbers_from_strings 2023-09-28 22:15:26 +00:00
Nikolay Degterinsky
6539d52b9e
Merge pull request #50372 from helifu/master3
Support dynamic adjustment of log level in Keeper
2023-09-28 23:47:49 +02:00
Michael Kolupaev
4b43bf0fd1 Reduce flakiness of 01455_opentelemetry_distributed 2023-09-28 19:46:57 +00:00
Alexey Milovidov
383f8c58b6
Merge pull request #55080 from ClickHouse/remove-jaccard
Remove String Jaccard Index
2023-09-28 21:56:53 +03:00
Yarik Briukhovetskyi
2b95d13b85
style check 2023-09-28 19:30:28 +02:00
yariks5s
61e7054f1f fixed map issue 2023-09-28 17:16:37 +00:00
yariks5s
e4e23d73ea fixed tests + added map as a parameter 2023-09-28 17:04:01 +00:00
Sema Checherinda
f73eef9ed8
Merge pull request #54697 from CheSema/s3_retry_cancelation_point
add cancelation point to s3 retries
2023-09-28 19:01:09 +02:00
vdimir
c9cd369a2d
Merge pull request #52240 from ClickHouse/vdimir/issue_52057_empty_subquery_nullable
Store NULL in scalar result map for empty subquery result
2023-09-28 18:24:50 +02:00
robot-clickhouse
87e434304c Automatic style fix 2023-09-28 15:47:24 +00:00
Nikolai Kochetov
1326d9935f Clean data dir and always start an old server version in aggregate functions compatibility test. 2023-09-28 15:28:26 +00:00
yariks5s
24fb96c91f changed docs 2023-09-28 15:20:09 +00:00
yariks5s
ad94e08b0b made using macroses 2023-09-28 15:17:15 +00:00
Nikolay Degterinsky
9ebecb5499
Merge pull request #54639 from evillique/timestamp-function
Add `timestamp` function for compatibility with MySQL
2023-09-28 16:44:16 +02:00
Yatsishin Ilya
a78311bd8c Fix typo in packager when ccache is used 2023-09-28 14:40:13 +00:00
kssenii
b62848bedd Fxi 2023-09-28 16:28:57 +02:00
HarryLeeIBM
e82714e2bc No code change, just trigger another build 2023-09-28 06:56:02 -07:00