candiduslynx commented on code in PR #35970:
URL: https://github.com/apache/arrow/pull/35970#discussion_r1221859608
##########
go/parquet/pqarrow/column_readers.go:
##########
@@ -117,12 +111,25 @@ func (lr *leafReader) LoadBatch(nrecords int64) (err
error) {
}
}
}
- lr.out, err = transferColumnData(lr.recordRdr, lr.field.Type, lr.descr,
lr.rctx.mem)
+ lr.out, err = transferColumnData(lr.recordRdr, lr.field.Type, lr.descr)
Review Comment:
mem param was unused
--
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]