vibhatha commented on code in PR #41967:
URL: https://github.com/apache/arrow/pull/41967#discussion_r1644252391
##########
java/c/src/main/java/org/apache/arrow/c/StructVectorUnloader.java:
##########
@@ -108,7 +108,7 @@ private void appendNodes(
int expectedBufferCount =
(int) (TypeLayout.getTypeBufferCount(vector.getField().getType()) +
variadicBufferCount);
// only update variadicBufferCounts for vectors that have variadic buffers
- if (variadicBufferCount > 0) {
Review Comment:
For all in-line view data, we should note that the variadic buffer count is
0.
--
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]