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

    https://github.com/apache/spark/pull/23079#discussion_r234534798
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/ReplaceNullWithFalseInPredicateSuite.scala
 ---
    @@ -298,6 +299,45 @@ class ReplaceNullWithFalseSuite extends PlanTest {
         testProjection(originalExpr = column, expectedExpr = column)
       }
     
    +  test("replace nulls in lambda function of ArrayFilter") {
    +    val cond = GreaterThan(UnresolvedAttribute("e"), Literal(0))
    --- End diff --
    
    Updated.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to