joechenrh commented on code in PR #485:
URL: https://github.com/apache/arrow-go/pull/485#discussion_r2305919608


##########
parquet/file/page_reader.go:
##########
@@ -441,7 +457,6 @@ func (p *serializedPageReader) Reset(r 
parquet.BufferedReader, nrows int64, comp
        if p.err != nil {
                return
        }
-       p.decompressBuffer.Reset()

Review Comment:
   Because this PR change it to `memory.Buffer`, it's redundant to call `Reset`



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