Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
It seems MADlib drops the output table before creating a new one in some modules. We should not do this, instead, the user should be warned of the issue.
In some cases, we first check if the output table exists and then try to drop the non-existent table anyway. We should remove these queries as well.
The list of modules that might have this issue:
Summary, assoc_rules, glm, pca_project, logistic regression