miland-db commented on code in PR #52334:
URL: https://github.com/apache/spark/pull/52334#discussion_r2407243292


##########
sql/core/src/test/scala/org/apache/spark/sql/ParametersSuite.scala:
##########
@@ -780,9 +767,9 @@ class ParametersSuite extends QueryTest with 
SharedSparkSession {
     }
 
     checkAnswer(spark.sql(query(":cte"), args = Map("cte" -> "t1")),
-      Seq(Row(1), Row(2), Row(3), Row(4), Row(5)))
+      Array(Row(1), Row(2), Row(3), Row(4), Row(5)))

Review Comment:
   Is this change needed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to