grundprinzip commented on code in PR #49529:
URL: https://github.com/apache/spark/pull/49529#discussion_r1919110982
##########
sql/connect/common/src/main/protobuf/spark/connect/expressions.proto:
##########
@@ -228,6 +230,16 @@ message Expression {
DataType struct_type = 1;
repeated Literal elements = 2;
}
+
+ message SpecializedArray {
+ DataType element_type = 1;
Review Comment:
Which I would personally prefer because it makes clear that there can only
be one kind of type in the 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: [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]