zeroshade commented on code in PR #38367:
URL: https://github.com/apache/arrow/pull/38367#discussion_r1372319129
##########
go/parquet/internal/encoding/encoding_test.go:
##########
@@ -363,6 +363,16 @@ func (b *BaseEncodingTestSuite) TestBasicRoundTrip() {
b.checkRoundTrip(parquet.Encodings.Plain)
}
+func (b *BaseEncodingTestSuite) TestRleBooleanEncodingRoundTrip() {
+ switch b.typ {
+ case reflect.TypeOf(true):
+ b.initData(2000, 200)
Review Comment:
Added to the `TestSpacedRoundTrip` case which will test with different
probabilities of null values
--
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]