[ 
https://issues.apache.org/jira/browse/SPARK-26428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16727173#comment-16727173
 ] 

ASF GitHub Bot commented on SPARK-26428:
----------------------------------------

dongjoon-hyun opened a new pull request #23367: [SPARK-26428][SS][TEST] 
Minimize deprecated `ProcessingTime` usage
URL: https://github.com/apache/spark/pull/23367
 
 
   ## What changes were proposed in this pull request?
   
   Use of `ProcessingTime` class was deprecated in favor of 
`Trigger.ProcessingTime` in Spark 2.2. And, 
[SPARK-21464](https://issues.apache.org/jira/browse/SPARK-21464) minimized it 
at 2.2.1. Recently, it grows again in test suites. This issue aims to clean up 
newly introduced deprecation warnings for Spark 3.0.
   
   ## How was this patch tested?
   
   Pass the Jenkins with existing tests and manually check the warnings.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Minimize deprecated `ProcessingTime` usage
> ------------------------------------------
>
>                 Key: SPARK-26428
>                 URL: https://issues.apache.org/jira/browse/SPARK-26428
>             Project: Spark
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 3.0.0
>            Reporter: Dongjoon Hyun
>            Priority: Minor
>
> Use of `ProcessingTime` class was deprecated in favor of 
> `Trigger.ProcessingTime` in Spark 2.2. And, SPARK-21464 minimized it at 
> 2.2.1. Recently, it grows again in test suites. This issue aims to clean up 
> newly introduced deprecation warnings for Spark 3.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to