You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/18 06:39:38 UTC

[GitHub] [arrow] emkornfield commented on a change in pull request #12658: ARROW-15963: [Go][Parquet] simplify ReaderAtSeeker interface

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



##########
File path: go/parquet/file/row_group_reader.go
##########
@@ -31,7 +30,7 @@ const (
 
 // RowGroupReader is the primary interface for reading a single row group
 type RowGroupReader struct {
-	r             ipc.ReadAtSeeker
+	r             parquet.ReaderAtSeeker

Review comment:
       This is more of a typo correction?




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org