dongjoon-hyun commented on a change in pull request #25942: 
[SPARK-29242][SQL][TEST] Check results of expression examples
URL: https://github.com/apache/spark/pull/25942#discussion_r328854863
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/arithmetic.scala
 ##########
 @@ -448,7 +448,7 @@ case class IntegralDivide(left: Expression, right: 
Expression) extends DivModLik
   usage = "expr1 _FUNC_ expr2 - Returns the remainder after `expr1`/`expr2`.",
   examples = """
     Examples:
-      > SELECT 2 _FUNC_ 1.8;
 
 Review comment:
   Ur, I know the intention, but this is a revert of `[SPARK-29237][SQL] 
Prevent real function names in expression example template`.

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