alamb commented on code in PR #6961:
URL: https://github.com/apache/arrow-rs/pull/6961#discussion_r1915069628
##########
object_store/src/azure/client.rs:
##########
@@ -1058,7 +1058,7 @@ impl TryFrom<Blob> for ObjectMeta {
Ok(Self {
location: Path::parse(value.name)?,
last_modified: value.properties.last_modified,
- size: value.properties.content_length as usize,
+ size: value.properties.content_length,
Review Comment:
Specifically, it shows we are aligned with the azure API on using u64 for
length
--
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]