We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342071e commit 398a770Copy full SHA for 398a770
crates/iceberg/src/puffin/metadata.rs
@@ -44,7 +44,7 @@ pub(crate) struct BlobMetadata {
44
/// The offset in the file where the blob contents start
45
pub(crate) offset: u64,
46
/// The length of the blob stored in the file (after compression, if compressed)
47
- pub(crate) length: usize,
+ pub(crate) length: u64,
48
/// The compression codec used to compress the data
49
#[serde(skip_serializing_if = "CompressionCodec::is_none")]
50
#[serde(default)]
0 commit comments