cloud-fan commented on code in PR #37226:
URL: https://github.com/apache/spark/pull/37226#discussion_r929640891
##########
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:
are you saying the scala multiline syntax won't produce trailing `\n`?
```
"""
str
"""
```
--
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]