mayuropensource opened a new pull request #11504: URL: https://github.com/apache/arrow/pull/11504
Reference JIRA: https://issues.apache.org/jira/browse/ARROW-14418 VectorAppender uses type-width to copy the data buffer from delta vector to target vector. But, BitVector's type-width is 0, hence, its data buffer does not get copied to the target vector. This fix uses concatBits() for BitVector instead of copyMemory() to append the delta data buffer to the target vector. -- 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]
