Partitioned write into s3 table function#23051
Conversation
3c6c6ae to
72e41be
Compare
8806330 to
7f1dfa4
Compare
|
Failed tests are unrelated. |
7f1dfa4 to
e82baf7
Compare
vdimir
left a comment
There was a problem hiding this comment.
Thank you for you changes!
I took a first look and left comments.
Also maybe I'll dig into details once again.
e82baf7 to
ba0abd7
Compare
f17b8dc to
0e6198e
Compare
vdimir
left a comment
There was a problem hiding this comment.
Ok, generally it's good, except non-validated keys and unclear error message around it.
|
I've added partition key validation. We can change it later if it'll be too strict, I suppose it's better than adding restriction and broke some behavior in future. |
|
For some reason GitHub does not show your commits separately https://github.com/ClickHouse/ClickHouse/pull/23051/files/82afef5..e91988b |
src/Storages/StorageS3.cpp
Outdated
There was a problem hiding this comment.
Also we have to check maximal length
74662b0 to
a7f683e
Compare
|
@vdimir Test is fixed but there is something wrong with RabbitMQ in integration tests. |
c16ffa9 to
04bb018
Compare
|
@vdimir Can you look through it again? I made some rework after breaking changes. |
RabbitMQ tests broken in master
Ok, I'm going to look at the changes |
a183136 to
6fe63a8
Compare
|
Internal documentation ticket: DOCSUP-13742 |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Partitioned write into s3 table function
Detailed description / Documentation draft:
...
Shall resolve #15171