Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21826#discussion_r205713034
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/PredicateSuite.scala
 ---
    @@ -455,4 +456,10 @@ class PredicateSuite extends SparkFunSuite with 
ExpressionEvalHelper {
         interpreted.initialize(0)
         assert(interpreted.eval(new UnsafeRow()))
       }
    +
    +  test("[SPARK-24872] Replace the symbol '||' of Or operator with 'or'") {
    --- End diff --
    
    tiny nit: `[SPARK-24872] ` -> `SPARK-24872: `


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to