Commit Graph

4049 Commits

Author SHA1 Message Date
Raúl Marín
104298925b Add missing constructors and remove unmacro'd code 2024-10-25 12:59:32 +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
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
Raúl Marín
a500a7ff50 Link issues and clang tidy 2024-09-18 20:35:52 +02:00
Raúl Marín
f3df7bd171 Hide Settings implementation 2024-09-18 15:48:02 +02:00
kssenii
8a14e99643 Fix style check 2024-09-17 15:34:45 +02:00
kssenii
1d0aed0d43 Move settings init back to context 2024-09-17 15:22:57 +02:00
Kseniia Sumarokova
50e923caec
Merge branch 'master' into fix-read-settings-in-index-loading 2024-09-12 14:15:51 +02:00
Nikita Taranov
8534aa07fc
Merge pull request #69400 from ClickHouse/support_more_oss_endpoints
Support more oss endpoints
2024-09-10 17:01:02 +00:00
Kruglov Pavel
d226b13fd4
Merge pull request #69272 from Avogar/json-memory-usage
Reduce memory usage of inserts to JSON by using adaptive write buffer size
2024-09-10 15:23:18 +00:00
Pablo Marcos
a34a544f4a
Merge pull request #67938 from mwoenker/incomplete-utf8-sequence
Handle incomplete sequences at end of input
2024-09-10 14:04:58 +00:00
Nikita Taranov
47589d4898 impl 2024-09-09 19:53:58 +01:00
avogar
72dbc8205b Fix unit tests 2024-09-09 15:12:17 +00:00
avogar
b4ef10ad1c Make better 2024-09-05 08:52:22 +00:00
avogar
0dad8b088a Fix typo 2024-09-04 18:35:10 +00:00