SPRKSCL1101
Broadcast is not supported
Description
This issue appears when the tool detecs the usage of the "broadcast" spark function. This function is not supported in snowpark
Input Code:
val sample = sampleDf.join(broadcast(SAMPLE_TEST),
Seq("NAME"), "left").
Output Code:
val sample = sampleDf.join(/*EWI: SPRKSCL1101 => Broadcast is not supported*/
broadcast(SAMPLE_TEST), Seq("NAME"), "left").
Recommendation
Check if the source code has the correct syntax.
For more support, you can email us at [email protected]. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.