zeroshade commented on code in PR #13120:
URL: https://github.com/apache/arrow/pull/13120#discussion_r871929742


##########
go/parquet/pqarrow/column_readers.go:
##########
@@ -216,12 +217,34 @@ func (sr *structReader) GetRepLevels() ([]int16, error) {
 }
 
 func (sr *structReader) LoadBatch(nrecords int64) error {
-       for _, rdr := range sr.children {
-               if err := rdr.LoadBatch(nrecords); err != nil {
-                       return err
+       var (
+               // REP -- Load batches in parallel

Review Comment:
   That's what I figured. Given this codebase, I'd leave the initials out 
please. But the comment is otherwise good. 😄 



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