dongjoon-hyun commented on a change in pull request #23867: [SPARK-26965][SQL] 
Makes ElementAt nullability more precise
URL: https://github.com/apache/spark/pull/23867#discussion_r261058292
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala
 ##########
 @@ -1929,7 +1929,8 @@ case class ArrayPosition(left: Expression, right: 
Expression)
        b
   """,
   since = "2.4.0")
-case class ElementAt(left: Expression, right: Expression) extends 
GetMapValueUtil {
+case class ElementAt(left: Expression, right: Expression)
+    extends GetMapValueUtil with GetArrayItemUtil {
 
 Review comment:
   indentation?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to