SPRKHVSQL1004
Underlying data can not be recovered.
Last updated
Underlying data can not be recovered.
Last updated
Message: Information from underlying data files can not be recovered.
Category: Warning.
This error message appears when DROP TABLE does not contain the purge clause, because there can be slightly differences between the functionality of this clause in Hive and Snowflake.
Input
Below is an example of a DROP TABLE that does not contain the purge clause.
Output
The SMA adds the EWI SPRKHVSQL1004
to the output code to let you know that the underlying data files can not be recovered.
Recommended fix
If you do not want to permanently delete your data and prefer to keep it for potential recovery or future use, you can omit the PURGE
clause in the DROP TABLE
statement.
For more support, you can email us at or post an issue .