cloud-fan commented on code in PR #54014:
URL: https://github.com/apache/spark/pull/54014#discussion_r2752365561
##########
sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala:
##########
@@ -2997,6 +2997,36 @@ class DatasetSuite extends QueryTest
val metrics = observation.get
assert(metrics.isEmpty)
}
+
+ test("zipWithIndex should append consecutive 0-based indices") {
Review Comment:
we should invest into the scala test framework so that we don't need to
duplicate the classic and connect tests. cc @zhengruifeng
--
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]