[ https://issues.apache.org/jira/browse/SPARK-13399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155918#comment-15155918 ]
Apache Spark commented on SPARK-13399: -------------------------------------- User 'holdenk' has created a pull request for this issue: https://github.com/apache/spark/pull/11286 > Investigate type erasure warnings in CheckpointSuite > ---------------------------------------------------- > > Key: SPARK-13399 > URL: https://issues.apache.org/jira/browse/SPARK-13399 > Project: Spark > Issue Type: Improvement > Components: Tests > 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