You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/15 13:51:50 UTC

[GitHub] [arrow] paddyhoran commented on a change in pull request #8174: ARROW-9848: [Rust] Implement 0.15 IPC alignment

paddyhoran commented on a change in pull request #8174:
URL: https://github.com/apache/arrow/pull/8174#discussion_r488682274



##########
File path: rust/arrow/src/ipc/mod.rs
##########
@@ -36,3 +36,4 @@ pub use self::gen::SparseTensor::*;
 pub use self::gen::Tensor::*;
 
 static ARROW_MAGIC: [u8; 6] = [b'A', b'R', b'R', b'O', b'W', b'1'];

Review comment:
       Yea, I think this can be `const`.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org