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 |
|
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 |
|
avogar
|
4b322ee3c5
|
Reduce memory usage of inserts to JSON by using adaptive write buffer size
|
2024-09-04 17:12:17 +00:00 |
|
Sergei Trifonov
|
1f5082ee8a
|
Merge pull request #65182 from ClickHouse/s3-streams-scheduler
IO scheduling on HTTP session level
|
2024-09-02 14:17:58 +00:00 |
|
serxa
|
c6aa12feae
|
Merge branch 'master' into s3-streams-scheduler
|
2024-08-31 12:13:38 +00:00 |
|
Alejandro
|
644cfb27d6
|
Add RealTimeMicroseconds to HTTP Header X-ClickHouse-Summary
|
2024-08-28 15:34:34 +01:00 |
|
vdimir
|
bb22736bc3
|
Merge pull request #68867 from ucasfl/url-engine
Add virtual column _headers for url table engine
|
2024-08-27 13:27:19 +00:00 |
|
Kruglov Pavel
|
76493b31b6
|
Merge pull request #68653 from ClickHouse/Avogar-patch-6
Increase connectTimeoutMs IMDS connection timeout to 50ms to avoid failures in CI
|
2024-08-26 11:50:41 +00:00 |
|
flynn
|
590cf84a83
|
Fix conflict
|
2024-08-25 07:54:11 +00:00 |
|
flynn
|
e4aceed36a
|
Add virtual column _headers for url table engine
|
2024-08-25 07:49:30 +00:00 |
|
Yarik Briukhovetskyi
|
b8027e5566
|
Merge pull request #68105 from JackyWoo/fix_msan_caused_by_incorrect_datetime_str
Fix MSAN issue caused by incorrect date format.
|
2024-08-21 18:06:20 +00:00 |
|
Kruglov Pavel
|
6db7b99543
|
Increase connectTimeoutMs IMDS connection timeout to 50ms to avoid failures in CI
|
2024-08-21 15:42:46 +02:00 |
|
Kseniia Sumarokova
|
dddf7d3c86
|
Merge branch 'master' into fix-read-settings-in-index-loading
|
2024-08-19 20:40:50 +02:00 |
|
JackyWoo
|
38c196a834
|
Merge branch 'master' into fix_msan_caused_by_incorrect_datetime_str
|
2024-08-19 18:41:19 +08:00 |
|
Alexey Milovidov
|
4e91c663a6
|
Fix error
|
2024-08-18 08:28:16 +02:00 |
|
Alexey Milovidov
|
03ab872f5c
|
Fix error
|
2024-08-18 07:34:44 +02:00 |
|
Alexey Milovidov
|
487c6a097e
|
Merge branch 'master' into revert-65361-revert-65164-ecs
|
2024-08-18 06:19:27 +02:00 |
|
avogar
|
4975264c9d
|
More strict parsing
|
2024-08-16 14:08:07 +00:00 |
|
avogar
|
b1c18e2dd4
|
Fix check for allowed date symbols in date time best effort schema infernece
|
2024-08-16 13:29:25 +00:00 |
|
Kruglov Pavel
|
39bc050e5f
|
Merge pull request #66444 from Avogar/json-data-type
Implement new JSON data type.
|
2024-08-16 10:29:29 +00:00 |
|