SPRKPY1084
pyspark.sql.readwriter.DataFrameWriter.option
This issue code has been deprecated since Spark Conversion Core 4.12.0
Message: pyspark.sql.readwriter.DataFrameWriter.option is not supported.
Category: Warning
Description
The pyspark.sql.readwriter.DataFrameWriter.option function is not supported.
Scenario
Input code
Below is an example using the option
method, this method is used to add additional configurations when writing the data of a DataFrame.
Output code
The tool adds this EWI SPRKPY1084
on the output code to let you know that this function is not supported by Snowpark.
Recommended fix
The pyspark.sql.readwriter.DataFrameWriter.option method does not have a recommended fix.
Additional recommendations
For more support, you can email us at sma-support@snowflake.com or post an issue in the SMA.
Last updated