Alexey Milovidov
29df81ff12
Merge branch 'master' into retry-more-error-codes-from-s3
2024-10-28 06:35:15 +01:00
Alexey Milovidov
78d104c0f3
Lower log levels in S3
2024-10-27 02:37:19 +01:00
Alexey Milovidov
d124b8cdf2
Merge pull request #70859 from ortyomka/fix/70399
...
add user content-type overriding
2024-10-26 22:33:50 +00:00
Alexey Milovidov
c58afb753c
Retry more errors from S3
2024-10-27 00:29:36 +02:00
Alexey Milovidov
10ce7c54f8
Revert "Revert "Miscellaneous""
2024-10-26 20:59:45 +02:00
Alexey Milovidov
d6b38a9eae
Revert "Miscellaneous"
2024-10-26 20:59:26 +02:00
Alexey Milovidov
c99b77a1c7
Merge pull request #71070 from ClickHouse/sync-with-private
...
Miscellaneous
2024-10-26 20:58:51 +02:00
ortyomka
d70770d557
Merge remote-tracking branch 'upstream/master' into fix/70399
2024-10-25 21:10:03 +00:00
Alexey Milovidov
7d6beb5587
Add a lot of minor things from the private repository
2024-10-25 20:00:24 +02:00
Raúl Marín
7b9ee84cf7
Merge branch 'master' into settings6
2024-10-25 22:01:23 +08:00
Raúl Marín
104298925b
Add missing constructors and remove unmacro'd code
2024-10-25 12:59:32 +02:00
Vitaly Baranov
e85f1f348d
Fix showing error message in ReadBufferFromS3 when retrying.
2024-10-24 21:36:08 +02:00
Raúl Marín
119fc47aeb
Fix fast build and remove bad change
2024-10-24 21:08:16 +02:00
Raúl Marín
4da1ecdd00
Style
2024-10-24 15:39:35 +02:00
Raúl Marín
369c58c0f2
Reduce deps from SettingsEnums
2024-10-24 13:57:26 +02:00
Raúl Marín
350bd26196
Introduce S3RequestSetting as pImpl
2024-10-24 12:27:52 +02:00
Raúl Marín
83eeb26607
Introduce S3AuthSettings as pImpl
2024-10-24 12:27:52 +02:00
Vitaly Baranov
d1e8358bcb
Merge pull request #70786 from vitlibar/improve-checking-capability-for-batch-delete-from-s3
...
Improve checking capability for batch delete from S3
2024-10-22 12:57:29 +00:00
Vitaly Baranov
96ea89a0f7
Fix condition a bit.
2024-10-21 22:12:20 +02:00
Vitaly Baranov
1c138a7037
Minor changes
2024-10-21 15:39:57 +02:00
Vitaly Baranov
a5cbac555c
Corrections after review and some improvements.
2024-10-21 13:45:04 +02:00
ortyomka
d9b3a2732b
add user content-type overriding
2024-10-19 22:20:31 +02:00
Vitaly Baranov
727b70f032
Improve checking capability for batch delete from S3.
2024-10-18 13:36:04 +02:00
Alexey Milovidov
d8ae693772
Merge pull request #70601 from ClickHouse/less-log-messages
...
Limit too frequent log messages
2024-10-18 01:35:32 +08:00
Raúl Marín
76b081c718
Merge pull request #70739 from Algunenano/settings3
...
Move more setting structs to pImpl
2024-10-17 15:44:59 +00:00
Alexey Milovidov
bde677ff21
Merge branch 'master' into less-log-messages
2024-10-16 23:55:24 +02:00
Raúl Marín
99924ba2bc
Move ServerSettings to pImpl
2024-10-16 21:13:26 +02:00
Daniil Ivanik
877e27245e
Merge branch 'master' into master
2024-10-16 11:23:39 +02:00
Vladimir Cherkasov
5227fe0934
Merge pull request #70487 from ClickHouse/vdimir/safe_http_exception_log
...
Avoid spamming the logs with large HTTP response bodies
2024-10-16 08:34:48 +00:00
Alexey Milovidov
6e9f7dbd5b
Less log messages
2024-10-13 11:23:12 +02:00
lwz9103
31dd409d28
Improve compatibility of cast(timestamp as string) with spark
...
remove trailing zeros with the configuration date_time_64_output_format_cut_trailing_zeros_align_to_groups_of_thousands, which defaults to false to maintain consistency with previous behavior.
If config is true, output scale will be dynamic set in (0, 3, 6) according to tailing zeros. See changes in following examples.
- 2012-01-01 00:11:22.000000 -> 2012-01-01 00:11:22
- 2012-01-01 00:11:22.120000 -> 2012-01-01 00:11:22.120
- 2012-01-01 00:11:22.123400 -> 2012-01-01 00:11:22.123400
2024-10-11 14:11:16 +08:00
vdimir
38d8a9a956
Do not log HTTP body
2024-10-09 08:51:09 +00:00
vdimir
5b2f1bbf27
Revert "Truncate and escape HTTP body in logs"
...
This reverts commit 024851b0f0
.
2024-10-09 08:42:28 +00:00
vdimir
024851b0f0
Truncate and escape HTTP body in logs
2024-10-08 15:41:57 +00:00
Konstantin Bogdanov
67c1e89d90
Apply linter changes
2024-10-06 12:29:20 +02:00
Alexey Milovidov
164158af78
Sync with private
2024-10-03 16:34:25 +02:00
Kseniia Sumarokova
752a1ec466
Merge pull request #70141 from ClickHouse/refactor-object-storage-read
...
Refactor reading from object storage
2024-10-03 10:14:28 +00:00
Yakov Olkhovskiy
6eee7a1c83
increment profile event in WriteBufferFromPocoSocket::nextImpl()
2024-10-01 02:48:50 +00:00
kssenii
7da133aeeb
Refactor reading from object storage mess
2024-09-30 21:02:08 +02:00
Konstantin Bogdanov
aa5e76ae87
Merge pull request #69765 from ClickHouse/fix-tidy-maybe-unused
...
Make `clang-tidy` happy
2024-09-30 06:35:57 +00:00
Kseniia Sumarokova
ec8cf035c1
Merge branch 'master' into fix-read-settings-in-index-loading
2024-09-26 17:47:15 +01:00
Alexey Milovidov
23529b5945
Merge pull request #69743 from iskakaushik/s3-allows-dots
...
Add test parsing s3 URL with a bucket name including a dot
2024-09-25 22:58:15 +00:00
kssenii
a02f222326
Merge remote-tracking branch 'origin' into fix-read-settings-in-index-loading
2024-09-25 17:53:08 +02:00
Raúl Marín
a90790ce5b
Remove dbms dependency on clickhouse_functions
2024-09-24 19:48:23 +02:00
Raúl Marín
49ec96ff36
Merge remote-tracking branch 'blessed/master' into s3-allows-dots
2024-09-24 16:56:37 +02:00
Alexey Milovidov
71dcc7ef69
Revert "Merge pull request #69032 from alexon1234/include_real_time_execution_in_http_header"
...
This reverts commit b6ea3442b4
, reversing
changes made to 0076084f9a
.
2024-09-24 02:57:30 +02:00
Raúl Marín
f2e27a0aa8
Merge remote-tracking branch 'blessed/master' into s3-allows-dots
2024-09-23 14:55:07 +02:00
Raúl Marín
d7b4127d43
Revert "Support more oss endpoints"
2024-09-19 17:41:38 +02:00
Konstantin Bogdanov
c35c20a481
Make clang-tidy
happy
2024-09-19 12:51:42 +02:00
Kaushik Iska
55602057db
Demonstrate a regression in parsing S3 URLs
...
S3 bucket names are allowed to contain dots
https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html
2024-09-18 23:15:27 +00:00