SPRKPY1044
pyspark.sql.functions.split has workaround
pyspark.sql.functions.split has workaround
This issue appears when the tool detects the usage of which has a workaround.
Input code:
Output code:
split(str: ColumnOrName, pattern: str, limit: int = - 1) → pyspark.sql.column.Column
When the function call has just the str and pattern parameters Action: you can call the function with the pattern parameter and send it into the split. Example:
When the function call has the str, pattern, and limit parameters Action: This case is not supported. 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.