You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jiaan Geng (Jira)" <ji...@apache.org> on 2023/10/16 02:03:00 UTC

[jira] [Resolved] (SPARK-45514) Replace `scala.runtime.Tuple3Zipped` to `scala.collection.LazyZip3`

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

Jiaan Geng resolved SPARK-45514.
--------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 43363
[https://github.com/apache/spark/pull/43363]

> Replace `scala.runtime.Tuple3Zipped` to `scala.collection.LazyZip3`
> -------------------------------------------------------------------
>
>                 Key: SPARK-45514
>                 URL: https://issues.apache.org/jira/browse/SPARK-45514
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Jiaan Geng
>            Assignee: Jiaan Geng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> {code:java}
> @scala.deprecated(message = "Use scala.collection.LazyZip3.", since = "2.13.0")
> final class Tuple3Zipped[El1, It1 <: scala.Iterable[El1], El2, It2 <: scala.Iterable[El2], El3, It3 <: scala.Iterable[El3]](colls : scala.Tuple3[It1, It2, It3]) extends scala.AnyVal with scala.runtime.ZippedIterable3[El1, El2, El3] {
> @scala.deprecated(message = "Use scala.collection.LazyZip3.", since = "2.13.0")
> object Tuple3Zipped extends scala.AnyRef {
>   final class Ops[T1, T2, T3](x : scala.Tuple3[T1, T2, T3]) extends scala.AnyVal {
>     @scala.deprecated(message = "Use xs.lazyZip(yz).lazyZip(zs).map((_, _, _))", since = "2.13.0")
>     def invert[El1, It1[a] <: scala.Iterable[a], El2, It2[a] <: scala.Iterable[a], El3, It3[a] <: scala.Iterable[a], That](implicit w1 : scala.<:<[T1, It1[El1]], w2 : scala.<:<[T2, It2[El2]], w3 : scala.<:<[T3, It3[El3]], bf : scala.collection.BuildFrom[T1, scala.Tuple3[El1, El2, El3], That]) : That = { /* compiled code */ }
>     @scala.deprecated(message = "Use xs.lazyZip(ys).lazyZip(zs)", since = "2.13.0")
>     def zipped[El1, It1 <: scala.Iterable[El1], El2, It2 <: scala.Iterable[El2], El3, It3 <: scala.Iterable[El3]](implicit w1 : scala.Function1[T1, scala.collection.IterableOps[El1, scala.Iterable, It1] with It1], w2 : scala.Function1[T2, scala.collection.IterableOps[El2, scala.Iterable, It2] with It2], w3 : scala.Function1[T3, scala.collection.IterableOps[El3, scala.Iterable, It3] with It3]) : scala.runtime.Tuple3Zipped[El1, It1, El2, It2, El3, It3] = { /* compiled code */ }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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