Github user iyerr3 commented on the issue: https://github.com/apache/madlib/pull/325 Wouldn't we only need to remove the first drop table call? The subsequent ones should pick the correct one, isn't it? I like the convenience of not having to provide the schema name in the test and am hoping for a cleaner solution. > One alternative solution is eliminating the drop table commands from the > tests but that would require a very complicated refactoring work since most > of the tests are written to reuse the same output table. >
---