edponce commented on issue #13424: URL: https://github.com/apache/arrow/issues/13424#issuecomment-1196239989
Hi @g302ge, although I am not an arrow::plasma user, I have several observations: * The [`VerifyField` function](https://github.com/apache/arrow/blob/8e43f23dcc6a9e630516228f110c48b64d13cec6/cpp/thirdparty/flatbuffers/include/flatbuffers/flatbuffers.h#L2490) expects only 2 arguments and your error message is showing that it being invoked with 3 arguments. * Browsing the Arrow codebase, there is no invocation passing 3 arguments to this function, so I assume that your `plasma_generated.h` is not supported. * Also, `arrow::plasma` updates are mostly +2 years old, so it may be the case that this component is not fully stable. -- 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]
