Yang Jie created SPARK-45801:
--------------------------------

             Summary: 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: Improvement
          Components: Tests
    Affects Versions: 4.0.0
            Reporter: Yang Jie


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