zhengruifeng commented on pull request #32350: URL: https://github.com/apache/spark/pull/32350#issuecomment-828898461
To add a similar test in `CombiningLimitsSuite`, some additional changes are involved. I'm not sure whether to switch to a simple test like: ``` scala> spark.range(0, 100, 1, 3).rdd.mapPartitions(iter => Iterator(iter.size)).max == 34 res0: Boolean = true ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
