pitrou commented on code in PR #15124:
URL: https://github.com/apache/arrow/pull/15124#discussion_r1060612434
##########
cpp/src/parquet/encoding_test.cc:
##########
@@ -1324,6 +1324,29 @@ class TestDeltaBitPackEncoding : public
TestEncodingBase<Type> {
CheckRoundtripSpaced(valid_bits, valid_bits_offset);
}
+ void ExecuteSteps(int nvalues, int repeats, int read_batch) {
Review Comment:
Well, it would actually be simpler without adding a separate test method...
and it would exercise the code more thoroughly as well.
--
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]