zeroshade commented on code in PR #34986: URL: https://github.com/apache/arrow/pull/34986#discussion_r1164306382
########## go/arrow/array/dictionary.go: ########## @@ -737,6 +741,10 @@ func (b *dictionaryBuilder) Unmarshal(dec *json.Decoder) error { return b.AppendArray(arr) } +func (b *dictionaryBuilder) AppendValueFromString(s string) error { + return errors.New("AppendValueFromString to dictionary not yet implemented") Review Comment: add "%w" and `arrow.ErrNotImplemented` please using `fmt.Errorf` -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org