vdimir
|
6fe63a80bc
|
Fix validateKey/Bucket for S3
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
6ba6577978
|
Do not allow slashes in bucket formatted from PARTITION BY
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
c4c42b61c4
|
Validate uft8 in partition key from PARTITION BY for s3
|
2021-08-23 09:22:15 +03:00 |
|
Vladimir Chebotarev
|
f6cb82aba5
|
Minor fix.
|
2021-08-23 09:22:15 +03:00 |
|
Vladimir Chebotarev
|
e203c330c2
|
Validation.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
6e10d28c78
|
Fix.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
ea67849fd9
|
Typo.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
119172543b
|
Better fix.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
0b75c66378
|
Revert "Update src/Storages/StorageS3.cpp
"
This reverts commit bbbfe1891bfdc868878cfc8d52c254babd4ca181.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir C
|
067cc763cc
|
Update src/Storages/StorageS3.cpp
StringRef in fmt::format throws `fmt::v7::format_error: cannot switch from manual to automatic argument indexing`
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
d8bc601dbf
|
Minor.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
4b1cc38056
|
Fixes.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
cebe1e7123
|
Style fix.
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
b34f60ad46
|
Fixed find .
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
be343766a6
|
Update src/Storages/StorageS3.cpp
Co-authored-by: Vladimir C <vdimir@yandex-team.ru>
|
2021-08-23 09:22:14 +03:00 |
|
Vladimir Chebotarev
|
24fcf152ed
|
Minor fix.
|
2021-08-23 09:22:13 +03:00 |
|
Vladimir Chebotarev
|
5ce9e266b4
|
Less strict validation.
|
2021-08-23 09:22:13 +03:00 |
|
vdimir
|
4c9fb7ff58
|
Fix error code in StorageS3.cpp
|
2021-08-23 09:22:13 +03:00 |
|
vdimir
|
eb31b194b9
|
Add validation to insert partition by key to s3
|
2021-08-23 09:22:13 +03:00 |
|
Vladimir Chebotarev
|
d1efe3afa7
|
Review fixes.
|
2021-08-23 09:22:13 +03:00 |
|
Vladimir Chebotarev
|
e99433e094
|
Better functionality.
|
2021-08-23 09:22:13 +03:00 |
|
Vladimir Chebotarev
|
328213f5d9
|
Fixes.
|
2021-08-23 09:22:13 +03:00 |
|
Vladimir Chebotarev
|
1146efacff
|
Partitioned writes for S3.
|
2021-08-23 09:22:13 +03:00 |
|
Vladimir Chebotarev
|
c2410920d3
|
Safer ReadBufferFromS3 for merges and backports.
|
2021-08-04 09:14:20 +03:00 |
|
Nikolai Kochetov
|
9b5a816b43
|
Merge branch 'master' into output-streams-to-processors
|
2021-07-26 18:03:11 +03:00 |
|
Nikolai Kochetov
|
9c92f43359
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
|
Nikolai Kochetov
|
f38de35b14
|
Rename some constants.
|
2021-07-21 19:13:17 +03:00 |
|
Nikolai Kochetov
|
179ec05a72
|
Remove some streams.
|
2021-07-20 21:18:43 +03:00 |
|
Kseniia Sumarokova
|
55ce7de248
|
Remove trailing spaces -- style check fix
|
2021-07-02 22:39:21 +03:00 |
|
Kseniia Sumarokova
|
ed687f45a1
|
Merge branch 'master' into truncate
|
2021-06-30 20:08:42 +03:00 |
|
Raúl Marín
|
bfc122df64
|
Fix some typos in Storage classes
|
2021-06-28 19:03:56 +02:00 |
|
kssenii
|
ac0f86cdbf
|
Truncate for s3
|
2021-06-21 15:44:36 +00:00 |
|
Nikita Mikhaylov
|
0055a924f6
|
better
|
2021-06-01 14:23:46 +00:00 |
|
Nikita Mikhaylov
|
3f18bde246
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into merging-s3-backoff
|
2021-06-01 13:39:09 +00:00 |
|
Nikita Mikhaylov
|
f33b70c54a
|
better
|
2021-05-20 00:42:25 +03:00 |
|
kssenii
|
9b8df78fdd
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-17 17:42:05 +03:00 |
|
Vladimir Chebotarev
|
bdf03387ab
|
Better S3 read retries. Renamed s3_max_single_read_retries -> s3_single_read_retry_attempts , added sleeps before next attempts.
|
2021-05-17 10:38:32 +03:00 |
|
feng lv
|
9035e3a643
|
fix test and conflict
|
2021-05-11 16:22:24 +00:00 |
|
kssenii
|
393b026f2e
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-11 16:49:23 +03:00 |
|
Vladimir
|
d02d14fa00
|
Merge pull request #23846 from excitoon-favorites/s3regions
|
2021-05-10 12:14:08 +03:00 |
|
kssenii
|
266567e04c
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-08 17:49:05 +03:00 |
|
kssenii
|
02288359c5
|
Less manual concatenation of paths
|
2021-05-08 13:59:55 +03:00 |
|
Azat Khuzhin
|
e398635cb3
|
Make StorageS3.cpp self compilable (missing AbstractConfiguration.h)
|
2021-05-07 10:07:44 +03:00 |
|
feng lv
|
39f68bf5ff
|
fix conflict
|
2021-05-02 16:33:45 +00:00 |
|
Vladimir Chebotarev
|
a6ab040b07
|
Added region parameter for S3 storage and disk.
|
2021-05-01 20:45:35 +03:00 |
|
Azat Khuzhin
|
a4036a8199
|
Correctly stop ParallelFormattingOutputFormat from StorageS3BlockOutputStream
|
2021-04-25 12:49:57 +03:00 |
|
feng lv
|
0f5c05854c
|
fix conflict
|
2021-04-23 12:22:51 +00:00 |
|
feng lv
|
4ffe199d39
|
Implement table comments
|
2021-04-23 12:18:23 +00:00 |
|
Nikita Mikhaylov
|
f55eacee7d
|
Merge pull request #22988 from excitoon-favorites/s3connectionresetretries
Retries on HTTP connection drops during reads from S3
|
2021-04-20 14:59:21 +03:00 |
|
Vladimir Chebotarev
|
9d4295f261
|
Removed infinite retries.
|
2021-04-19 11:02:36 +03:00 |
|