hvanhovell commented on code in PR #49057:
URL: https://github.com/apache/spark/pull/49057#discussion_r1876805770
##########
sql/connect/common/src/main/scala/org/apache/spark/sql/connect/client/arrow/ArrowDeserializer.scala:
##########
@@ -336,6 +337,34 @@ object ArrowDeserializers {
}
}
+ case (VariantEncoder, StructVectors(struct, vectors)) =>
Review Comment:
In the future I would like to move to a situation where a client actually
gets an object they can interact with. So instead of two arrays, actually
produce a Row with schema (or a Map).
--
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]