SPRKSCL1164
The parameter is not supported for org.apache.spark.sql.DataFrameReader.option.
Description
This issue appears when the tool detects the parameter of the function org.apache.spark.sql.DataFrameReader.option is not supported.
Input code
sparkSession.read.option("header", True).csv(path)Output code
/*EWI: SPRKSCL1164 => The parameter header=True is not supported for org.apache.spark.sql.DataFrameReader.option*/
sparkSession.read.option("header", True).csv(path)Recommendation
For more support, you can email us at [email protected]. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.
