zeroshade commented on code in PR #838:
URL: https://github.com/apache/arrow-go/pull/838#discussion_r3364548512
##########
parquet/pqarrow/column_readers.go:
##########
@@ -488,6 +488,18 @@ func (lr *listReader) BuildArray(lenBound int64)
(*arrow.Chunked, error) {
buffers[0] = validityBuffer
}
+ if lr.field.Type.ID() == arrow.LARGE_LIST {
Review Comment:
Could we modify DefRepLevelsToListInfo to be generic and take []int64
directly to avoid having to first allocate and create the []int32 and then
allocate again and copy everything over?
--
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]