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



##########
File path: go/arrow/ipc/reader.go
##########
@@ -75,7 +75,7 @@ func NewReaderFromMessageReader(r MessageReader, opts 
...Option) (*Reader, error
 
 // NewReader returns a reader that reads records from an input stream.
 func NewReader(r io.Reader, opts ...Option) (*Reader, error) {
-       return NewReaderFromMessageReader(NewMessageReader(r), opts...)
+       return NewReaderFromMessageReader(NewMessageReader(r, opts...), opts...)

Review comment:
       ugh, this feels horrible, but i can't think of a good way to improve 
this at the moment....




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