Shekharrajak commented on code in PR #2414:
URL: https://github.com/apache/iceberg-rust/pull/2414#discussion_r3213747975


##########
crates/iceberg/src/delete_vector.rs:
##########
@@ -68,6 +80,88 @@ impl DeleteVector {
     pub fn len(&self) -> u64 {
         self.inner.len()
     }
+
+    #[allow(dead_code)]
+    pub fn deserialize_blob(blob_bytes: &[u8], expected_cardinality: 
Option<u64>) -> Result<Self> {

Review Comment:
   Read path deserialize_blob parses a binary blob (length + magic + roaring 
bitmap + CRC32) into a DeleteVector.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to