panbingkun commented on code in PR #48179: URL: https://github.com/apache/spark/pull/48179#discussion_r1768408772
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Between.scala: ########## @@ -21,7 +21,7 @@ import org.apache.spark.sql.internal.SQLConf // scalastyle:off line.size.limit @ExpressionDescription( - usage = "Usage: input [NOT] BETWEEN lower AND upper - evaluate if `input` is [not] in between `lower` and `upper`", Review Comment: If written this way, the value of `expr_usage` in `sql/gen-sql-functions-docs.py` will be ```python expr_usage = ['Usage: input [NOT] BETWEEN lower AND upper - evaluate if `input` is [not] in between `lower` and `upper`'] ``` -- 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]
