cloud-fan commented on code in PR #56403:
URL: https://github.com/apache/spark/pull/56403#discussion_r3449108911


##########
core/src/main/scala/org/apache/spark/rdd/ZippedWithIndexRDD.scala:
##########
@@ -42,6 +42,11 @@ class ZippedWithIndexRDD[T: ClassTag](prev: RDD[T]) extends 
RDD[(T, Long)](prev)
 
   private def getAncestorWithSamePartitionSizes(rdd: RDD[_]): RDD[_] = {

Review Comment:
   ```suggestion
     @tailrec
     private def getAncestorWithSamePartitionSizes(rdd: RDD[_]): RDD[_] = {
   ```



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