hvanhovell commented on issue #27861: URL: https://github.com/apache/spark/pull/27861#issuecomment-618023860
So you want to be able to execute row order dependent window functions without specifying an order? That means the result is non deterministic. I am very skeptical about this. If migration is the use case, then we should consider adding a feature flag for it. Implementation wise I think it is a mistake to do this in the parser. The analyzer seems like a better place to do this, and this avoids that different front-ends behave differently. ---------------------------------------------------------------- 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]
