SPRKSCL1119
org.apache.spark.sql.Column.endsWith
Last updated
org.apache.spark.sql.Column.endsWith
Last updated
Message: org.apache.spark.sql.Column.endsWith 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.Column.endsWith
function, first used with a literal string argument and then with a column object argument.
Output
The SMA adds the EWI SPRKSCL1119
to the output code to let you know that this function is not directly supported by Snowpark, but it has a workaround.
Recommended fix
As a workaround, you can use the function, where the first argument would be the column whose values will be checked and the second argument the suffix to check against the column values. Please note that if the argument of the Spark's endswith
function is a literal string, you should convert it into a column object using the function.
For more support, you can email us at or post an issue .