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



##########
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:
       this is just whitespace adjustment?




-- 
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:
us...@infra.apache.org


Reply via email to