yangxk1 commented on issue #707: URL: https://github.com/apache/incubator-graphar/issues/707#issuecomment-3044759151
You're right. The current implementation in Java cannot handle `List<float>` The C++ implementation is similar to your first proposal. https://github.com/apache/incubator-graphar/blob/712b204df2aa625d233302a27bc83bd8affd2229/cpp/src/graphar/types.cc#L119 we can use it If we don’t need to support nested types (e.g., `List<List<float>>`). -- 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]
