SPRKSCL1116
org.apache.spark.sql.functions.split
Last updated
org.apache.spark.sql.functions.split
Last updated
This issue code has been deprecated since
Message: org.apache.spark.sql.functions.split has a workaround, see documentation for more info
Category: Warning
This issue appears when the SMA detects a use of the function, which has a workaround.
Input
Below is an example of the org.apache.spark.sql.functions.split
function that generates this EWI.
Output
The SMA adds the EWI SPRKSCL1116
to the output code to let you know that this function is not fully supported by Snowpark, but it has a workaround.
Recommended fix
The overload that receives three arguments is not yet supported by Snowpark and there is no workaround.
For the Spark overload that receives two arguments, you can convert the second argument into a column object using the function as a workaround.
For more support, you can email us at or post an issue .