zeroshade commented on code in PR #13792:
URL: https://github.com/apache/arrow/pull/13792#discussion_r937990762
##########
go/arrow/datatype_fixedwidth.go:
##########
@@ -529,6 +529,26 @@ func (Decimal128Type) Layout() DataTypeLayout {
return DataTypeLayout{Buffers: []BufferSpec{SpecBitmap(),
SpecFixedWidth(Decimal128SizeBytes)}}
}
+// Decimal128Type represents a fixed-size 128-bit decimal type.
Review Comment:
Gah! I missed one!
--
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]