ariesdevil commented on code in PR #5502:
URL: https://github.com/apache/arrow-rs/pull/5502#discussion_r1561955440


##########
arrow-ipc/src/gen/Message.rs:
##########
@@ -720,6 +726,33 @@ impl<'a> RecordBatch<'a> {
                 )
         }
     }
+    /// Some types such as Utf8View are represented using a variable number of 
buffers.
+    /// For each such Field in the pre-ordered flattened logical schema, there 
will be
+    /// an entry in variadicBufferCounts to indicate the number of number of 
variadic

Review Comment:
   Should modify the fbs file 
https://github.com/apache/arrow-rs/blob/master/format/Message.fbs#L105
   



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to