SPRKPY1048
pyspark.sql.session.SparkSession.conf
Last updated
pyspark.sql.session.SparkSession.conf
Last updated
This issue code has been deprecated since
Message: pyspark.sql.session.SparkSession.conf has a workaround
Category: Warning.
This issue appears when the tool detects the usage of which has a workaround.
Input
Below is an example of how to set a configuration into the property conf
.
Output
The tool adds the EWI SPRKPY1048
indicating that a workaround can be implemented.
Recommended fix
SparkSession.conf is used to pass some specific settings only used by Pyspark and doesn't apply to Snowpark. You can remove or comment on the code
For more support, you can email us at or post an issue .