We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e21c1 commit b798535Copy full SHA for b798535
streaming/src/main/scala/org/apache/spark/streaming/receiver/BlockGenerator.scala
@@ -84,7 +84,7 @@ private[streaming] class BlockGenerator(
84
* Push a single data item into the buffer. All received data items
85
* will be periodically pushed into BlockManager.
86
*/
87
- def += (data: Any, metadata: Any = null): Unit = synchronized {
+ def += (data: Any): Unit = synchronized {
88
waitToPush()
89
currentBuffer += data
90
}
0 commit comments