zeroshade commented on code in PR #43066:
URL: https://github.com/apache/arrow/pull/43066#discussion_r1668796060
##########
go/parquet/internal/encoding/fixed_len_byte_array_decoder.go:
##########
@@ -64,3 +65,29 @@ func (pflba *PlainFixedLenByteArrayDecoder) DecodeSpaced(out
[]parquet.FixedLenB
return spacedExpand(out, nullCount, validBits, validBitsOffset), nil
}
+
+// ByteStreamSplitFixedLenByteArrayDecoder is a decoder for
BYTE_STREAM_SPLIT-encoded
+// bytes representing FixedLenByteArray values
+type ByteStreamSplitFixedLenByteArrayDecoder struct {
+ PlainFixedLenByteArrayDecoder
+ pageBuffer bytes.Buffer
+}
+
+// func decodePage
Review Comment:
excess comment to delete?
--
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]