pitrou commented on code in PR #15124:
URL: https://github.com/apache/arrow/pull/15124#discussion_r1060502284
##########
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:
Why not test different batch sizes as part of `CheckRoundtrip` instead?
--
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]