SPRKPY1065
pyspark.context.SparkContext.broadcast
Last updated
pyspark.context.SparkContext.broadcast
Last updated
Message: The pyspark.context.SparkContext.broadcast does not apply since snowflake use data-clustering mechanism to compute the data.
Category: Warning
This issue appears when the tool detects the usage of element , which is not necessary due to the use of of Snowflake.
Input code
In this example a broadcast variable is created, these variables allows data to be share more efficiently through all nodes.
Output code
The SMA adds an EWI message indicating that the broadcast it's not required.
Recommended fix
Remove any usages of pyspark.context.SparkContext.broadcast.
For more support, you can email us at or post an issue .