cloud-fan commented on code in PR #38347:
URL: https://github.com/apache/spark/pull/38347#discussion_r1009075910
##########
connector/connect/src/test/scala/org/apache/spark/sql/connect/planner/SparkConnectProtoSuite.scala:
##########
@@ -173,6 +175,15 @@ class SparkConnectProtoSuite extends PlanTest with
SparkConnectPlanTest {
comparePlans(connectPlan2, sparkPlan2)
}
+ test("Test Range") {
+ comparePlansDatasetLong(connect.range(None, 10, None, None),
spark.range(10))
Review Comment:
how about we call `spark.range(10).toDF` then we don't need to add
`comparePlansDatasetLong`?
--
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]