[
https://issues.apache.org/jira/browse/SPARK-13399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-13399.
-------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Issue resolved by pull request 11286
[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
> Fix For: 2.0.0
>
>
> [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: [email protected]
For additional commands, e-mail: [email protected]