Skip to content

Commit 9dd6a5a

Browse files
author
Davies Liu
committed
Update SparkRBackendHandler.scala
1 parent e6fb8d8 commit 9dd6a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/src/src/main/scala/edu/berkeley/cs/amplab/sparkr/SparkRBackendHandler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class SparkRBackendHandler(server: SparkRBackend)
105105
System.err.println(s"cannot find matching method ${cls.get}.$methodName. "
106106
+ s"Candidates are:")
107107
selectedMethods.foreach { method =>
108-
System.err.println(s"$methodName(${method.getParameterTypes})")
108+
System.err.println(s"$methodName(${method.getParameterTypes.mkString(",")})")
109109
}
110110
throw new Exception(s"No matched method found for $cls.$methodName")
111111
}

0 commit comments

Comments
 (0)