lidavidm commented on code in PR #321:
URL: https://github.com/apache/arrow-go/pull/321#discussion_r2006646237


##########
parquet/file/record_reader.go:
##########
@@ -78,6 +79,8 @@ type RecordReader interface {
        // Release decrements the ref count by one, releasing the internal 
buffers when
        // the ref count is 0.
        Release()
+
+       SeekToRow(int64) error

Review Comment:
   Should we add docstrings for new methods?



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