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

    https://github.com/apache/spark/pull/21208#discussion_r187858935
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala ---
    @@ -843,6 +843,82 @@ class DataFrameFunctionsSuite extends QueryTest with 
SharedSQLContext {
         }
       }
     
    +  test("array_repeat function") {
    +    val dummyFilter = (c: Column) => c.isNull || c.isNotNull // to switch 
codeGen on
    +    val strDF = Seq(
    +    ("hi", 2),
    +    (null, 2)
    --- End diff --
    
    nit: indent


---

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

Reply via email to