yevgenypats commented on code in PR #34986:
URL: https://github.com/apache/arrow/pull/34986#discussion_r1163255779
##########
go/arrow/array/binary.go:
##########
@@ -105,7 +114,7 @@ func (a *Binary) String() string {
case a.IsNull(i):
o.WriteString("(null)")
default:
- fmt.Fprintf(o, "%q", a.ValueString(i))
+ fmt.Fprintf(o, "%q", a.ValueStr(i))
Review Comment:
I just kept it the same. as it was. also returned it to be `ValueString` as
it doesn't need any change
--
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]