zeroshade commented on code in PR #38839:
URL: https://github.com/apache/arrow/pull/38839#discussion_r1408105623


##########
go/arrow/array/data.go:
##########
@@ -190,9 +190,33 @@ func (d *Data) SetDictionary(dict arrow.ArrayData) {
        }
 }
 
+// SizeInBytes returns the size of the Data and any children and/or dictionary 
in bytes by recursively examining the nested structures of children and/or 
dictionary.
+// The value returned is an upper-bound since offset is not taken` into 
account.`

Review Comment:
   Just to keep consistency in trying width of the comments for easier reading:
   
   ```suggestion
   // SizeInBytes returns the size of the Data and any children and/or 
dictionary in bytes by 
   // recursively examining the nested structures of children and/or dictionary.
   // The value returned is an upper-bound since offset is not taken into 
account.
   ```
   



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