holdenk created SPARK-13399:
-------------------------------

             Summary: Investigate type erasure warnings in CheckpointSuite
                 Key: SPARK-13399
                 URL: https://issues.apache.org/jira/browse/SPARK-13399
             Project: Spark
          Issue Type: Improvement
            Reporter: holdenk
            Priority: Trivial


[warn] 
/home/holden/repos/spark/streaming/src/test/scala/org/apache/spark/streaming/CheckpointSuite.scala:154:
 abstract type V in type 
org.apache.spark.streaming.TestOutputStreamWithPartitions[V] is unchecked since 
it is eliminated by erasure
[warn]         dstream.isInstanceOf[TestOutputStreamWithPartitions[V]]
[warn]                             ^
[warn] 
/home/holden/repos/spark/streaming/src/test/scala/org/apache/spark/streaming/CheckpointSuite.scala:911:
 abstract type V in type 
org.apache.spark.streaming.TestOutputStreamWithPartitions[V] is unchecked since 
it is eliminated by erasure
[warn]       dstream.isInstanceOf[TestOutputStreamWithPartitions[V]]
[warn]                           ^




--
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