hvanhovell commented on PR #54014: URL: https://github.com/apache/spark/pull/54014#issuecomment-3856003628
@han-nah-dev it is possible. However it is a bit of work because of the following reasons: 1. You need to use a schema that looks like this `struct<id: Long, value: struct<...>>`. This can get a bit tricky with single column datasets. 2. You create a custom encoding that allows for a flattened schema. -- 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]
