Fix icebergS3Cluster reading with position deletes rows#88919
Fix icebergS3Cluster reading with position deletes rows#88919divanik merged 30 commits intoClickHouse:masterfrom
Conversation
|
related issue #88287 |
|
@kssenii could you plz look at this pr or maybe ping someone related this ❤️ |
|
Another question is how to generate related test data like below. |
|
|
Workflow [PR], commit [5d01e48] Summary: ❌
|
|
@kssenii @alexey-milovidov Is there anything i can do to make this pr in progress? |
|
Yes, that's a good fix, I wanted to do the same for last several weeks but was busy by other tasks |
|
@Ted-Jiang, please, add an integration test. Do you know how to do it? |
|
I did the last change (changed warning to info) because we trigger on warnings in our integration tests (I think this is a wrong behavior, but I don't want to deal with it now) |
d81ac0f
|
@Ted-Jiang, thank you for your contribution! The ClickHouse community really appreciates it |
@divanik Thanks for your helping, make this happen! 👍 |
Cherry pick #88919 to 25.10: Fix icebergS3Cluster reading with position deletes rows
Backport #88919 to 25.10: Fix icebergS3Cluster reading with position deletes rows
Cherry pick #88919 to 25.8: Fix icebergS3Cluster reading with position deletes rows
Cherry pick #88919 to 25.9: Fix icebergS3Cluster reading with position deletes rows
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix icebergS3Cluster protocol. Started supporting schema evolution, positional and equality deletes in iceberg cluster function. Resolves #88287
Documentation entry for user-facing changes
Details
Related issue: #88287
Closes: #88287