zeroshade commented on a change in pull request #11359:
URL: https://github.com/apache/arrow/pull/11359#discussion_r748755401
##########
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:
latest commit changes the format to `{"months": #}` and I updated the
comments to reflect that in the documentation.
--
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]