gengliangwang commented on pull request #28733: URL: https://github.com/apache/spark/pull/28733#issuecomment-639327242
As I talked to @wangyum offline, I am taking https://github.com/apache/spark/pull/28575 over for the CNF implementation and config naming. There have been PRs for CNF conversion, such as https://github.com/apache/spark/pull/10444, https://github.com/apache/spark/pull/15558, #28575. The common issue is the recursive implementation can slow, or even cause a stack overflow exception. With this non-recursive implementation, the rule should be faster and more robust. ---------------------------------------------------------------- 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]
