gaogaotiantian commented on PR #53372: URL: https://github.com/apache/spark/pull/53372#issuecomment-3622837964
Did you get a test failure before fixing this? What is the ordering issue? Is the partition random or the order of each item in a particular group? I'm not sure how spark is supposed to work so I don't know the exact expected behavior, but changing the dataset to the same actually "fixes" the test by "igoring" it. If there is an order the engine should stick to, we actually missed the coverage there - we can't catch it if there is a regression. So could you explain a bit more about why the test is flaky? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
