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

    https://github.com/apache/spark/pull/22514#discussion_r228776103
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala ---
    @@ -2648,7 +2648,7 @@ class DataFrameFunctionsSuite extends QueryTest with 
SharedSQLContext {
               "transform_values(" +
                 "z,(k, v) -> map_from_arrays(ARRAY(1, 2, 3), " +
                 "ARRAY('one', 'two', 'three'))[k] || '_' || CAST(v AS 
String))"),
    -        Seq(Row(Map(1 -> "one_1.0", 2 -> "two_1.4", 3 ->"three_1.7"))))
    +        Seq(Row(Map(1 -> "one_1.0", 2 -> "two_1.4", 3 -> "three_1.7"))))
    --- End diff --
    
    Ok. I will put those change into a minor PR instead.


---

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

Reply via email to