hvanhovell commented on code in PR #49057:
URL: https://github.com/apache/spark/pull/49057#discussion_r1876814038
##########
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)) =>
+ assert(vectors.exists(_.getName == "value"))
+ assert(
Review Comment:
You could try do this validation as part of fetching the vector.
--
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]