zhengruifeng commented on code in PR #54014:
URL: https://github.com/apache/spark/pull/54014#discussion_r2757348342


##########
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:
   it have conflicts with exisiting sparktestsuite -> plantest -> querytest 
frameworks, since conncet tests can only be e2e since the internals utils of 
logcal plans are not avaiable here.
   It might take some time to investigate



-- 
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