Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/2940#discussion_r19499041
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceivedBlockInfo.scala
---
@@ -0,0 +1,15 @@
+package org.apache.spark.streaming.scheduler
+
+import org.apache.spark.storage.StreamBlockId
+import org.apache.spark.streaming.util.WriteAheadLogFileSegment
+import org.apache.spark.annotation.DeveloperApi
+
+/** Information about blocks received by the receiver */
+private[streaming] case class ReceivedBlockInfo(
--- End diff --
If you do the other change this would look a bit different:
```
private[streaming] case class ReceivedBlockInfo(
streamId: Int,
storedBlockInfo: StoredBlockInfo,
numRecords: Long,
metadata: Any
```
---
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]