You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takuya Ueshin (Jira)" <ji...@apache.org> on 2020/07/21 00:50:00 UTC

[jira] [Resolved] (SPARK-32338) Add overload for slice that accepts Columns or Int

     [ https://issues.apache.org/jira/browse/SPARK-32338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takuya Ueshin resolved SPARK-32338.
-----------------------------------
    Fix Version/s: 3.1.0
         Assignee: Nikolas Vanderhoof
       Resolution: Fixed

Issue resolved by pull request 29138
https://github.com/apache/spark/pull/29138

> Add overload for slice that accepts Columns or Int
> --------------------------------------------------
>
>                 Key: SPARK-32338
>                 URL: https://issues.apache.org/jira/browse/SPARK-32338
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 3.1.0
>            Reporter: Nikolas Vanderhoof
>            Assignee: Nikolas Vanderhoof
>            Priority: Trivial
>             Fix For: 3.1.0
>
>
> Add an overload for org.apache.spark.sql.functions.slice with the following signature:
> {code:scala}
> def slice(x: Column, start: Any, length: Any): Column = ???
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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