[ 
https://issues.apache.org/jira/browse/SPARK-13170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-13170.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 11111
[https://github.com/apache/spark/pull/11111]

> Investigate replacing SynchronizedQueue as it is deprecated
> -----------------------------------------------------------
>
>                 Key: SPARK-13170
>                 URL: https://issues.apache.org/jira/browse/SPARK-13170
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Streaming, Tests
>            Reporter: holdenk
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> In some of our tests we use SynchronizedQueue to append to the queue after 
> creating a queue stream. SynchronizedQueue is deprecated and we should see if 
> we can replace it. This is a bit tricky since the queue stream API is public, 
> and while it doesn't depend on having a SynchronizedQueue as input 
> (thankfully) it does require a Queue. We could possibly change the tests to 
> not depend on the SynchronizedQueue or change the QueueStream to also work 
> with Iterables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to