SPRKPY1050
pyspark.conf.SparkConf.set has workaround
Description
This issue appears when the tool detects the usage of pyspark.conf.SparkConf.set which has a workaround.
Input code:
Output code:
Scenario
SparkConf.set
(key: str, value: str) → pyspark.conf.SparkConf
Action: SparkConf.set is used to set a configuration setting only used by Pyspark and doesn't apply to Snowpark. You can remove or comment the code
Manual Adjustment:
Recommendation
For more support, you can email us at snowconvert-info@snowflake.com. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.
Last updated