zhengruifeng commented on code in PR #51473:
URL: https://github.com/apache/spark/pull/51473#discussion_r2212979463


##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/ml/Serializer.scala:
##########
@@ -165,18 +167,19 @@ private[ml] object Serializer {
           case proto.Expression.Literal.LiteralTypeCase.BOOLEAN =>
             (literal.getBoolean.asInstanceOf[Object], classOf[Boolean])
           case proto.Expression.Literal.LiteralTypeCase.ARRAY =>
-            val array = literal.getArray

Review Comment:
   cc @WeichenXu123 for the ml side



-- 
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]

Reply via email to