SPRKPY1007
pyspark.sql.context.SQLContext is not required
Category
Warning.
Description
This issue appears when the tool detects the usage of pyspark.sql.context.SQLContext, which is not required.
Input code:
Output code:
Recommendation
This is an unnecessary parameter being removed with a warning comment being inserted into the source code. There should be no action from the user.
Last updated