LuciferYang commented on pull request #31213: URL: https://github.com/apache/spark/pull/31213#issuecomment-762565909
> Well that is the test case I'm trying to cover. in 2.12 the input can be lazy Seq, but the current code breaks then. Perhaps it's enough to say that I manually tested it and not add the UT. New UT in this pr will break the compilation of Scala 2.13, @tanelk want to get a lazy `Seq` on both 2.12 and 2.13, but `SeqView` is not `Seq` in Scala 2.13, do you have any suggestions ? @srowen ---------------------------------------------------------------- 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]
