Cheng Lian created SPARK-13560:
----------------------------------

             Summary: Migrate GroupedDataset pivoting methods
                 Key: SPARK-13560
                 URL: https://issues.apache.org/jira/browse/SPARK-13560
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 2.0.0
            Reporter: Cheng Lian
            Assignee: Cheng Lian


Should migrate the following methods and corresponding tests to Dataset:

{noformat}
- Aggregations

  - GroupedDataset

    - Pivoting

      - pivot(String): GroupedDataset[Row, V]
      - pivot(String, Seq[Any]): GroupedDataset[Row, V]
      - pivot(String, java.util.List[Any]): GroupedDataset[Row, V]
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to