mirror of
https://github.com/apache/impala.git
synced 2026-01-01 09:00:42 -05:00
We need to pass a flag to the metastore for the cleanup to happen. Previously we were passing 'false' when we need to pass 'true' to get the same behavior as Hive when dropping databases. Added a test case to validate the cleanup when dropping databases and tables. Change-Id: I500a3d3ac52c1b2031fae842403a670cfe43fa98 Reviewed-on: http://gerrit.ent.cloudera.com:8080/1035 Reviewed-by: Lenni Kuff <lskuff@cloudera.com> Tested-by: jenkins