zeroshade commented on a change in pull request #11359: URL: https://github.com/apache/arrow/pull/11359#discussion_r748754862
########## File path: go/arrow/array/interval.go ########## @@ -95,6 +95,9 @@ func (a *MonthInterval) getOneForMarshal(i int) interface{} { return nil } +// MarshalJSON will create a json array out of a MonthInterval array, Review comment: I saw the comment, I wasn't feeling too strongly one way or the other but sure, I'll bump it to that format since it's easy enough to do. After everything passes I can commit this, if you're willing to set your review to approve the changes :) -- 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