SPRKPY1044
pyspark.sql.functions.split
Last updated
pyspark.sql.functions.split
Last updated
This issue code has been deprecated since
Message: pyspark.sql.functions.split has a workaround
Category: Warning.
This issue appears when the tool detects the usage of which has a workaround.
There are a couple of scenarios depending on the amount of parameters passed to the method.
Input
Below is an example when the function split
has just the str and pattern parameters
Output
The tool shows the EWI SPRKPY1044
indicating there is a workaround.
Recommended fix
Input
Below is another example when the function split
has the str, pattern, and limit parameters.
Output
The tool shows the EWI SPRKPY1044
indicating there is a workaround.
Recommended fix
This specific scenario is not supported.
As a workaround, you can call the function with the pattern parameter and send it into the split.
For more support, you can email us at or post an issue .