You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by mn-mikke <gi...@git.apache.org> on 2018/08/08 22:10:24 UTC

[GitHub] spark pull request #22045: [SPARK-23940][SQL] Add transform_values SQL funct...

Github user mn-mikke commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22045#discussion_r208746631
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/higherOrderFunctions.scala ---
    @@ -442,3 +442,61 @@ case class ArrayAggregate(
     
       override def prettyName: String = "aggregate"
     }
    +
    +/**
    + * Transform Values for every entry of the map by applying transform_values function.
    + * Returns map wth transformed values
    --- End diff --
    
    typos: Transforms values; with 
    Maybe can you think of a better comment?


---

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