beliefer commented on code in PR #37226:
URL: https://github.com/apache/spark/pull/37226#discussion_r925127179


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/AnyValue.scala:
##########
@@ -32,7 +32,8 @@ import org.apache.spark.sql.types._
 @ExpressionDescription(
   usage = """
     _FUNC_(expr[, isIgnoreNull]) - Returns some value of `expr` for a group of 
rows.
-      If `isIgnoreNull` is true, returns only non-null values.""",
+      If `isIgnoreNull` is true, returns only non-null values.
+  """,

Review Comment:
   Yeah. It is difficult that if we use `"` instead of `"""`, the output of 
desc function will changed.



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