hvanhovell commented on pull request #29598: URL: https://github.com/apache/spark/pull/29598#issuecomment-688899634
@dbaliafroozeh `--` returns a set, which gets converted into linked set by `AttributeSet.apply(..)`. The 2.12 implementation will actually return a linked set, whereas the new probably returns a set. @LuciferYang can you open a PR that basically uses 2.12 implementation inside AttributeSet? ---------------------------------------------------------------- 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]
