zeroshade commented on code in PR #485: URL: https://github.com/apache/arrow-go/pull/485#discussion_r2304418163
########## parquet/file/page_reader.go: ########## @@ -53,6 +53,8 @@ type PageReader interface { // Get the dictionary page for this column chunk GetDictionaryPage() (*DictionaryPage, error) SeekToPageWithRow(rowIdx int64) error + // Close releases the resources held by the reader. + Close() Review Comment: same comment as above -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org