gaborgsomogyi opened a new pull request #25582: [SPARK-28875][DSTREAMS][SS][TESTS] Add Task rety tests to make sure new consumer used URL: https://github.com/apache/spark/pull/25582 ### What changes were proposed in this pull request? When Task retry happens with Kafka source then it's not known whether the consumer is the issue so the old consumer removed from cache and new consumer created. The feature works fine but not covered with tests. In this PR I've added such test for DStreams + Structured Streaming. ### Why are the changes needed? No such tests are there. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Existing + new unit tests.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
