SPRKSCL1165
The format of the reader on DataFrameReader method chaining is not one of the defined by Snowpark.
Last updated
The format of the reader on DataFrameReader method chaining is not one of the defined by Snowpark.
Last updated
Message: Reader format on DataFrameReader method chaining can't be defined
Category: Warning
This issue appears when the SMA detects that format
of the reader in DataFrameReader method chaining is not one of the following supported for Snowpark: avro
, csv
, json
, orc
, parquet
and xml
. Therefore, the SMA can not determine if setting options are defined or not.
Input
Below is an example of DataFrameReader method chaining where SMA can determine the format of reader.
Output
The SMA adds the EWI SPRKSCL1165
to the output code to let you know that format
of the reader can not be determine in the giving DataFrameReader method chaining.
Recommended fix
Check the Snowpark documentation to get more information about format of the reader.
For more support, you can email us at or post an issue .