serramatutu commented on code in PR #1060:
URL: https://github.com/apache/arrow-go/pull/1060#discussion_r3683121951


##########
parquet/pqarrow/file_reader.go:
##########
@@ -135,6 +135,13 @@ func (er *extensionReader) BuildArray(boundedLen int64) 
(*arrow.Chunked, error)
        extType := er.fieldWithExt.Type.(arrow.ExtensionType)
 
        newChunks := make([]arrow.Array, len(chkd.Chunks()))
+       defer func() {

Review Comment:
   Can we add a unit test to repro this using the checked allocator?



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