ggreco commented on code in PR #5293:
URL: https://github.com/apache/arrow-rs/pull/5293#discussion_r1447217035


##########
parquet/src/encodings/decoding/byte_stream_split_decoder.rs:
##########
@@ -0,0 +1,104 @@
+use std::marker::PhantomData;

Review Comment:
   You need to add the apache license header to get it approved.



##########
parquet/src/encodings/encoding/byte_stream_split_encoder.rs:
##########
@@ -0,0 +1,76 @@
+use crate::basic::{Encoding, Type};

Review Comment:
   You need to add the apache license header to get it approved.



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