Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/10570#discussion_r48714048
--- Diff:
extras/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KinesisStreamSuite.scala
---
@@ -137,8 +137,8 @@ abstract class KinesisStreamTests(aggregateTestData:
Boolean) extends KinesisFun
// Verify that the generated KinesisBackedBlockRDD has the all the
right information
val blockInfos = Seq(blockInfo1, blockInfo2)
val nonEmptyRDD = kinesisStream.createBlockRDD(time, blockInfos)
- nonEmptyRDD shouldBe a [KinesisBackedBlockRDD[Array[Byte]]]
- val kinesisRDD =
nonEmptyRDD.asInstanceOf[KinesisBackedBlockRDD[Array[Byte]]]
+ nonEmptyRDD shouldBe a [KinesisBackedBlockRDD[_]]
--- End diff --
Type is erased, so this can't actually check the generic type anyway, and
gives a warning
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]