You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/05/09 10:47:18 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #4183: Parquet: Implement support for Encoding::BYTE_STREAM_SPLIT

tustvold commented on code in PR #4183:
URL: https://github.com/apache/arrow-rs/pull/4183#discussion_r1188464399


##########
parquet/src/encodings/decoding.rs:
##########
@@ -1882,6 +1935,7 @@ mod tests {
             encoder.put(&v[..]).expect("ok to encode");
         }
         let bytes = encoder.flush_buffer().expect("ok to flush buffer");
+        println!("{:x?}", bytes.data());

Review Comment:
   ?



-- 
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: github-unsubscribe@arrow.apache.org

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