XiangpengHao commented on code in PR #6961:
URL: https://github.com/apache/arrow-rs/pull/6961#discussion_r1917587501


##########
object_store/src/lib.rs:
##########
@@ -1060,7 +1060,7 @@ impl GetResult {
                             path: path.clone(),
                         })?;
 
-                    let mut buffer = Vec::with_capacity(len);
+                    let mut buffer = Vec::with_capacity(len as usize);

Review Comment:
   actually wasm32 is not the only 32 bit platform, let's check anyway



-- 
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]

Reply via email to