SPRKSPSQL1002

Unsupported statement in Snowflake.

Category

Error.

Description

This error message appears when a statement is not supported in Snowflake.

Input code:

ANALYZE TABLE students COMPUTE STATISTICS;

Output code:

----EWI: SPRKSPSQL1002 => SparkAnalyzeTable is not supported
--ANALYZE TABLE
------EWI: SPRKSPSQL1002 => SparkAnalyzeTable.SqlName is not supported
--students
------EWI: SPRKSPSQL1002 => SparkAnalyzeTable.SparkComputeStatistics is not supported
--COMPUTE STATISTICS
                   ;

Recommendation

  • For more support, you can email us at snowconvert-info@snowflake.com. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.

Last updated