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

Yang Jie resolved SPARK-45801.
------------------------------
    Resolution: Won't Fix

> Introduce two helper methods for `QueryTest` that accept the `Array` type 
> `expectedAnswer`
> ------------------------------------------------------------------------------------------
>
>                 Key: SPARK-45801
>                 URL: https://issues.apache.org/jira/browse/SPARK-45801
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Tests
>    Affects Versions: 4.0.0
>            Reporter: Yang Jie
>            Priority: Minor
>              Labels: pull-request-available
>
> They are used to bridge
> {code:java}
> protected def checkAnswer(df: => DataFrame, expectedAnswer: Seq[Row]): Unit 
> {code}
> and
> {code:java}
> def checkAnswer(df: DataFrame, expectedAnswer: Seq[Row], checkToRDD: Boolean 
> = true): Unit {code}
> to reduce compilation warnings related to `method 
> copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated`



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

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

Reply via email to