pvary commented on a change in pull request #2831:
URL: https://github.com/apache/hive/pull/2831#discussion_r760143965
##########
File path: ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands2.java
##########
@@ -767,7 +709,7 @@ public void testNonAcidToAcidConversion3() throws Exception
{
// 4. Update the existing row, and insert another row to newly-converted
ACID table
runStatementOnDriver("update " + Table.NONACIDORCTBL + " set b=3 where
a=1");
runStatementOnDriver("insert into " + Table.NONACIDORCTBL + "(a,b)
values(3,4)");
- status = fs.listStatus(new Path(TEST_WAREHOUSE_DIR + "/" +
+ status = fs.listStatus(new Path(getWarehouseDir() + "/" +
Review comment:
Question: Would it worth to create a method for this?
`listStatus(String tableName)`
--
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]