tanelk commented on pull request #31213: URL: https://github.com/apache/spark/pull/31213#issuecomment-762848852
@srowen There is a correctness issue, when an lazy `Seq` is given as the project list (for example `SeqView`). I did fix it, but the unit test does not compile on 2.13, because there `SeqView` does not implement `Seq` any more. Would it be okay do not add the UT or is there some lazy `Seq` present on both 2.12 and 2.13. ---------------------------------------------------------------- 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]
