SreeramaYeshwanthGowd commented on code in PR #57497:
URL: https://github.com/apache/spark/pull/57497#discussion_r3653797870


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/variant/variantExpressions.scala:
##########
@@ -185,6 +185,151 @@ case class ToVariantObject(child: Expression)
   }
 }
 
+// scalastyle:off line.size.limit
+@ExpressionDescription(
+  usage = "_FUNC_(keys, values) - Creates a variant object from the given 
arrays of keys and values. The keys must be non-null strings and the two arrays 
must have the same length.",
+  examples = """

Review Comment:
   @HyukjinKwon, added arguments docs for both functions. Thank you!



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