zeroshade commented on code in PR #35769:
URL: https://github.com/apache/arrow/pull/35769#discussion_r1376461078
##########
go/arrow/internal/arrjson/arrjson.go:
##########
@@ -818,6 +826,7 @@ type Array struct {
Offset interface{} `json:"OFFSET,omitempty"`
Size interface{} `json:"SIZE,omitempty"`
Children []Array `json:"children,omitempty"`
+ Variadic []string `json:"VARIADIC_BUFFERS,omitempty"`
Review Comment:
The integration testing JSON format has a defined format which uses caps for
the array data values themselves and lower case for structural data like
children, metadata, and data types.
--
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]