rtrivedi12 commented on code in PR #4304:
URL: https://github.com/apache/hive/pull/4304#discussion_r1258115162


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestDatabaseTableDefault.java:
##########
@@ -140,7 +140,7 @@ private void dropTables() throws Exception {
     public void tearDown() throws Exception {
         try {
             if (d != null) {
-                dropTables();
+                //dropTables();

Review Comment:
   A few tests using drop table statements before creating the database 
resulted in 'Database does not exist' error with the last patch. Hence used 
DROP DATABASE CASCADE instead of dropping the table first and dropping the DB. 
Anyways, as we decided to silently return OK in case of non-existent DB, will 
revert these tests.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to