tustvold commented on a change in pull request #1418:
URL: https://github.com/apache/arrow-rs/pull/1418#discussion_r823964046
##########
File path: parquet/src/encodings/encoding.rs
##########
@@ -610,11 +617,7 @@ impl<T: DataType> DeltaBitPackEncoder<T> {
self.values_in_block -= n;
}
- assert!(
Review comment:
Aah - I was under the impression assert_eq! logged the textual
representation of the arguments, but it does not - will fix
--
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]