HeartSaVioR opened a new pull request #35298: URL: https://github.com/apache/spark/pull/35298
### What changes were proposed in this pull request? This PR fixes a flaky test `StreamingAggregationSuite.changing schema of state when restarting query`, via adjusting the number of shuffle partition to 1. The flakiness was due to the optimization on schema verification - we only verify it in partition 0 since it is costly and redundant to verify the schema for all partitions. Other partitions are still possible to provide other errors which are considered as unexpected. ### Why are the changes needed? This PR fixes a flaky test. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Ran test suite 10 times locally. -- 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]
