SPRKSCL1111
CreateDecimalType is not supported.
Description
This issue appears when the tool detecs the usage of the "createDecimaType" spark function. This function is not supported in Snowpark.
Input Code:
var result = DataTypes.createDecimalType(18, 8)
Output Code:
var result = /*EWI: SPRKSCL1111 => CreateDecimalType is not supported*/
createDecimalType(18, 8)
Recommendation
Check if the source code has the correct syntax.
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.