Skip to content

Commit d414755

Browse files
Update src/csharp/Microsoft.Spark/Broadcast.cs
Co-authored-by: Terry Kim <yuminkim@gmail.com>
1 parent 105478b commit d414755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csharp/Microsoft.Spark/Broadcast.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private JvmObjectReference CreateBroadcast_V2_3_2_AndAbove(
173173
sc.GetConf().Get("spark.io.encryption.enabled", "false"));
174174
JvmObjectReference _pythonBroadcast;
175175

176-
// Databricks has changed the signature of setupBroadcast in its Spark
176+
// Spark in Databricks is different from OSS Spark and requires to pass the SparkContext object to setupBroadcast.
177177
if (ConfigurationService.IsDatabricks)
178178
{
179179
_pythonBroadcast = (JvmObjectReference)javaSparkContext.Jvm.CallStaticJavaMethod(

0 commit comments

Comments
 (0)