Skip to content

Commit 5e2ac50

Browse files
committed
Fix the compiler error
1 parent 9e36df1 commit 5e2ac50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/zeromq/src/main/scala/org/apache/spark/streaming/zeromq/ZeroMQUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object ZeroMQUtils {
5555
bytesToObjects: Seq[ByteString] => Iterator[T],
5656
storageLevel: StorageLevel = StorageLevel.MEMORY_AND_DISK_SER_2,
5757
actorSystemCreator: () => ActorSystem = ActorReceiver.defaultActorSystemCreator,
58-
supervisorStrategy: SupervisorStrategy = ActorReceiver.defaultStrategy
58+
supervisorStrategy: SupervisorStrategy = ActorReceiver.defaultSupervisorStrategy
5959
): ReceiverInputDStream[T] = {
6060
AkkaUtils.createStream(
6161
ssc,

0 commit comments

Comments
 (0)