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: [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]