You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by jaceklaskowski <gi...@git.apache.org> on 2018/09/05 06:13:09 UTC

[GitHub] spark pull request #22332: [SPARK-25333][SQL] Ability add new columns in Dat...

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

    https://github.com/apache/spark/pull/22332#discussion_r215144932
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala ---
    @@ -2226,16 +2226,18 @@ class Dataset[T] private[sql](
         * `column`'s expression must only refer to attributes supplied by this Dataset. It is an
         * error to add a column that refers to some other Dataset.
         *
    -    * You can choose to add new columns either at the end (default behavior) or at the beginning.
    +    * The position of the new column start from 0, and a negative position means at the end (default behavior).
    --- End diff --
    
    "starts at `0`. Any negative position means to add the column at the end"?


---

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