SPRKPY1041
pyspark.sql.functions.explode_outer
Last updated
pyspark.sql.functions.explode_outer
Last updated
This issue code has been deprecated since
Message: pyspark.sql.functions.explode_outer has a workaround
Category: Warning
This issue appears when the tool detects the usage of which has a workaround.
Input
The example shows the use of the method explode_outer in a select call.
Output
The tool adds the EWI SPRKPY1041
indicating that a workaround can be implemented.
Recommended fix
As a workaround, you can import the snowpark_extensions package, which contains a helper for the explode_outer
function.
For more support, you can email us at or post an issue .