SPRKSCL1116
org.apache.spark.sql.functions.split has a workaround.
Last updated
org.apache.spark.sql.functions.split has a workaround.
Last updated
This issue appears when the tool detects the usage of org.apache.spark.sql.functions.split which has a workaround.
This function has two overloads.
1. split(str: Column, pattern: String)
Action: convert the second param to Column type using the function. For example:
2. split(str: Column, pattern: String, limit: Int)
Action: convert the second and third param to Column type using the function. For example:
For more support, you can email us at . If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.