felipecrv commented on code in PR #14223:
URL: https://github.com/apache/arrow/pull/14223#discussion_r1091070596


##########
go/arrow/internal/arrjson/arrjson.go:
##########
@@ -475,6 +477,39 @@ func typeFromJSON(typ json.RawMessage, children 
[]FieldWrapper) (arrowType arrow
                case "DENSE":
                        arrowType = 
arrow.DenseUnionOf(fieldsFromJSON(children), t.TypeIDs)
                }
+       case "runendencoded":
+               if len(children) != 2 {
+                       err = fmt.Errorf("%w: REE array must have exactly 2 
fields, but got %d",

Review Comment:
   Antoine has commented on my PR suggesting that I change REE to "run-end 
encoded". I think that gives people something better to Google when they get 
these error messages without any extra context.



-- 
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]

Reply via email to