You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "candiduslynx (via GitHub)" <gi...@apache.org> on 2023/05/08 16:37:29 UTC

[GitHub] [arrow] candiduslynx commented on a diff in pull request #35481: GH-35482: [Go] Append nulls to values in `array.FixedSizeListBuilder.AppendNull`

candiduslynx commented on code in PR #35481:
URL: https://github.com/apache/arrow/pull/35481#discussion_r1187651232


##########
go/arrow/array/fixed_size_list.go:
##########
@@ -207,6 +207,9 @@ func (b *FixedSizeListBuilder) Append(v bool) {
 func (b *FixedSizeListBuilder) AppendNull() {

Review Comment:
   Done in 1af980e



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org