SPRKSCL1102

Explode is not supported

Description

This issue appears when the tool detecs the usage of the "explode" spark function. This function is not supported in snowpark

Input Code:

var result = explode($"columnName")

Output Code:

var result = /*EWI: SPRKSCL1100 => Explode is not supported */
explode($"columnName")

Recommendation

  • Check if the source code has the correct syntax.

  • For more support, you can email us at snowconvert-info@snowflake.com. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.