candiduslynx commented on code in PR #35769:
URL: https://github.com/apache/arrow/pull/35769#discussion_r1239824231


##########
go/arrow/ipc/file_reader.go:
##########
@@ -430,13 +430,18 @@ func (src *ipcSource) fieldMetadata(i int) 
*flatbuf.FieldNode {
        return &node
 }
 
+func (src *ipcSource) variadicCount(i int) int64 {
+       return src.meta.VariadicCounts(i)
+}
+
 type arrayLoaderContext struct {
-       src     ipcSource
-       ifield  int
-       ibuffer int
-       max     int
-       memo    *dictutils.Memo
-       version MetadataVersion
+       src       ipcSource
+       ifield    int
+       ibuffer   int
+       ivariadic int

Review Comment:
   a nit, so probably none



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