wForget commented on issue #11130: URL: https://github.com/apache/incubator-gluten/issues/11130#issuecomment-3556479908
The number of NullType buffers is expected to be `0` in arrow-java, but in velox it is provided as 2. arrow: https://github.com/apache/arrow-java/blob/266dfc12151a49dd49153890eb16e97937c5667c/c/src/main/java/org/apache/arrow/c/BufferImportTypeVisitor.java#L143-L150 velox: https://github.com/facebookincubator/velox/blob/d757c522dbb1d5e1d738a3b59a46180a04f962d0/velox/vector/arrow/Bridge.cpp#L2258-L2263 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
