Revert "feat(storage): Add full object checksum validation for appendable uploads (#16110)" - #16244
Conversation
…able uploads (googleapis#16110)" This reverts commit 6a3a627.
There was a problem hiding this comment.
Code Review
This pull request simplifies the appendable upload implementation by removing the tracking of persisted checksums (PersistedChecksums and persisted_data_checksums_) across AsyncWriterConnectionImpl and related classes, along with their associated tests. The review feedback points out an opportunity to clean up the lambda capture in connection_impl.cc by removing the unused persisted_size capture and passing the value directly from the RPC response.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16244 +/- ##
==========================================
- Coverage 92.27% 92.26% -0.01%
==========================================
Files 2214 2214
Lines 206394 206307 -87
==========================================
- Hits 190443 190350 -93
- Misses 15951 15957 +6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This reverts pull request #16110.