zeroshade commented on a change in pull request #10106:
URL: https://github.com/apache/arrow/pull/10106#discussion_r619891102



##########
File path: go/arrow/internal/arrjson/arrjson.go
##########
@@ -52,15 +52,16 @@ type Field struct {
 }
 
 type dataType struct {
-       Name      string `json:"name"`
-       Signed    bool   `json:"isSigned,omitempty"`
-       BitWidth  int    `json:"bitWidth,omitempty"`
-       Precision string `json:"precision,omitempty"`
-       ByteWidth int    `json:"byteWidth,omitempty"`
-       ListSize  int32  `json:"listSize,omitempty"`
-       Unit      string `json:"unit,omitempty"`
-       TimeZone  string `json:"timezone,omitempty"`
-       Scale     int    `json:"scale,omitempty"` // for Decimal128
+       Name       string `json:"name"`

Review comment:
       `KeysSorted` was added to the struct which is why the whitespace got 
adjusted




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to