Baunsgaard commented on code in PR #2032: URL: https://github.com/apache/systemds/pull/2032#discussion_r1700324853
########## src/main/java/org/apache/sysds/runtime/util/Py4jConverterUtils.java: ########## @@ -114,6 +120,82 @@ public static MatrixBlock convertPy4JArrayToMB(byte[] data, int rlen, int clen, return mb; } + public static Array<?> convert(byte[] data, int numElements, Types.ValueType valueType) { Review Comment: I don't think we have any. You will have to make some from scratch. It should be fairly simple to allocate byte[] and then call the methods. Please put the new tests in src/test/java/org/apache/sysds/test/component/frame/array -- 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: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org