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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
