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 2022/03/10 16:06:53 UTC

[GitHub] [arrow-rs] alamb commented on a change in pull request #1418: Fix DeltaBitPack MiniBlock Bit Width Padding

alamb commented on a change in pull request #1418:
URL: https://github.com/apache/arrow-rs/pull/1418#discussion_r823884443



##########
File path: parquet/src/encodings/encoding.rs
##########
@@ -610,11 +617,7 @@ impl<T: DataType> DeltaBitPackEncoder<T> {
             self.values_in_block -= n;
         }
 
-        assert!(

Review comment:
       I don't understand this change -- the older assert seemed to be more specific, right?




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