You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "danepitkin (via GitHub)" <gi...@apache.org> on 2023/11/29 02:47:02 UTC

Re: [PR] GH-34610: [Java] Fix valueCount when loading NullVector [arrow]

danepitkin commented on PR #34611:
URL: https://github.com/apache/arrow/pull/34611#issuecomment-1831126994

   I've followed this PR up here: https://github.com/apache/arrow/pull/38973
   
   The issue was in NullVector.getTransferPair(). It was not passing the name when transferring, which resulted in this check failing when comparing field names: https://github.com/apache/arrow/blob/61a4a803779db17a6c7bd57210e0dc92a067f2a0/java/vector/src/main/java/org/apache/arrow/vector/compare/TypeEqualsVisitor.java#L134
   
   I created a new PR since I didn't have permissions to push to your branch. I hope you don't mind!


-- 
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-unsubscribe@arrow.apache.org

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