Cheng Lian created SPARK-13555:
----------------------------------

             Summary: Migrate untyped relational operations
                 Key: SPARK-13555
                 URL: https://issues.apache.org/jira/browse/SPARK-13555
             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}
- Relational operations

  - Untyped relational operations

    - select(Column*): Dataset[Row]
    - select(String, String*): Dataset[Row]
    - selectExpr(String*): Dataset[Row]
{noformat}




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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to