We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105478b commit d414755Copy full SHA for d414755
src/csharp/Microsoft.Spark/Broadcast.cs
@@ -173,7 +173,7 @@ private JvmObjectReference CreateBroadcast_V2_3_2_AndAbove(
173
sc.GetConf().Get("spark.io.encryption.enabled", "false"));
174
JvmObjectReference _pythonBroadcast;
175
176
- // Databricks has changed the signature of setupBroadcast in its Spark
+ // Spark in Databricks is different from OSS Spark and requires to pass the SparkContext object to setupBroadcast.
177
if (ConfigurationService.IsDatabricks)
178
{
179
_pythonBroadcast = (JvmObjectReference)javaSparkContext.Jvm.CallStaticJavaMethod(
0 commit comments