Github user wzhfy commented on the issue: https://github.com/apache/spark/pull/15090 When encoding, I convert the InternalRow(UnsafeRow) into a byte array and use Base64 to encode as a string; when decoding, use Base64 to decode from a string and convert the byte array to an UnsafeRow. Is this ok? @hvanhovell
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org