HeartSaVioR opened a new pull request #24996: [SPARK-28199][SS] Remove usage of deprecated ProcessingTime in Spark codebase URL: https://github.com/apache/spark/pull/24996 ## What changes were proposed in this pull request? This patch proposes removing usage of deprecated `ProcessingTime` in Spark codebase, via introducing new class `ProcessingTimeTrigger` replacing `ProcessingTime`. The reason of introducing new class is to resolve a contradiction between deprecated class and proposed alternative - proposed alternative refers deprecated one, so can't get rid of. This patch doesn't propose to remove `ProcessingTime` so it wouldn't break backward compatibility, but we'll have a chance to remove the class at any time once we agree it's time to discontinue supporting. ## How was this patch tested? UTs modified to work with newly introduced class.
---------------------------------------------------------------- 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]
