Commit Graph

125931 Commits

Author SHA1 Message Date
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
Anton Popov
39c6aa721e fix test 2023-09-28 17:48:23 +00: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
Anton Popov
5789db24a7 add fields 'substreams' and 'filenames' to system.parts_columns 2023-09-28 16:59:01 +00: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
Alexander Gololobov
d81d5dd75c Cleanup in case of exception in ctor 2023-09-28 16:28:35 +02:00
HarryLeeIBM
e82714e2bc No code change, just trigger another build 2023-09-28 06:56:02 -07:00
Kseniia Sumarokova
2a0ec41d85
Merge pull request #55003 from kssenii/add-a-test
Add a test
2023-09-28 15:43:24 +02:00
Igor Nikonov
6132382044
Merge pull request #54987 from ClickHouse/fix-test-parallel-replicas-over-distributed
Fix test parallel replicas over distributed
2023-09-28 14:20:57 +02:00
Nikita Taranov
0e506b618e
impl (#54934) 2023-09-28 14:12:19 +02:00
Sema Checherinda
75e5c80d58 fix typo 2023-09-28 13:37:51 +02:00
Peignon Melvyn
cbf0535468
Update s3queue.md 2023-09-28 13:34:09 +02:00
Vitaly Baranov
08a9112f38 Fix test 02117_show_create_table_system. 2023-09-28 13:00:42 +02:00
Vitaly Baranov
cd2063d154 Fix detecting DEFAULT for a column of a Distributed table created without AS. 2023-09-28 13:00:37 +02:00
Sema Checherinda
a1afab5308 add comment 2023-09-28 12:50:11 +02:00
Sema Checherinda
29f9673a5f
Update src/IO/S3/Client.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2023-09-28 12:41:16 +02:00
Mikhail f. Shiryaev
36478f66fd
Merge pull request #54922 from ClickHouse/unit-tests-json-report
Parse JSON reports of google test
2023-09-28 12:28:34 +02:00
kssenii
7472e53c5e Merge remote-tracking branch 'origin/fix-broken-test' into fix-broken-test 2023-09-28 12:27:07 +02:00
kssenii
f8e1de1850 Fxu 2023-09-28 12:26:09 +02:00
Alexey Milovidov
ee8b115234
Merge pull request #55081 from ClickHouse/backup_log_enable
I don't understand why backup log is not enabled by default
2023-09-28 13:24:49 +03:00
Nikolai Kochetov
cf1be73977
Update s3.md 2023-09-28 12:22:48 +02:00
yariks5s
ff455fd5d3 modified docs 2023-09-28 10:20:34 +00:00
yariks5s
1dd305107d added default values 2023-09-28 09:55:42 +00:00
Nikita Mikhaylov
1f78755da2
Update build.sh 2023-09-28 11:47:23 +02:00
vdimir
a134569bc3
fix MergeSortingPartialResultTransform::getRealProcessorSnapshot 2023-09-28 09:41:01 +00:00
vdimir
99945b7d27
Fix logical error in partial result with totals 2023-09-28 09:41:01 +00:00
vdimir
4e86eec7d1
fix Pipe::unitePipes with partial results 2023-09-28 09:41:00 +00:00
vdimir
fff77876f9
Add partial_result_update_duration_ms to stress tests 2023-09-28 09:41:00 +00:00
vdimir
01042f3aaa
Do not throw an error in client 2023-09-28 09:40:59 +00:00
vdimir
9b001e5092
Add setting allow_experimental_partial_result to doc 2023-09-28 09:40:59 +00:00
vdimir
3f3feea0b7
Add setting allow_experimental_partial_result 2023-09-28 09:40:56 +00:00