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


##########
ql/src/test/org/apache/hadoop/hive/ql/TestTxnExIm.java:
##########
@@ -62,11 +62,12 @@ public void testExportCustomDb() throws Exception {
   private void testExport(boolean useDefualtDb) throws Exception {
     int[][] rows1 = {{1, 2}, {3, 4}};
     final String tblName = useDefualtDb ? "T" : "foo.T";
-    runStatementOnDriver("drop table if exists " + tblName);
-    runStatementOnDriver("drop table if exists TImport ");
     if(!useDefualtDb) {
       runStatementOnDriver("create database foo");
     }
+    runStatementOnDriver("drop table if exists " + tblName);
+    runStatementOnDriver("drop table if exists TImport ");
+    

Review Comment:
   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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to