deniskuzZ commented on a change in pull request #2780:
URL: https://github.com/apache/hive/pull/2780#discussion_r770475348
##########
File path: ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands.java
##########
@@ -1532,7 +1533,9 @@ public void testTruncateWithBase() throws Exception{
FileSystem fs = FileSystem.get(hiveConf);
FileStatus[] stat =
- fs.listStatus(new Path(getWarehouseDir(),
Table.ACIDTBL.toString().toLowerCase()), AcidUtils.baseFileFilter);
+ fs.listStatus(new Path(getWarehouseDir(),
Review comment:
reformatted
##########
File path: ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands.java
##########
@@ -1553,7 +1556,9 @@ public void testTruncateWithBaseAllPartition() throws
Exception{
FileSystem fs = FileSystem.get(hiveConf);
FileStatus[] stat =
- fs.listStatus(new Path(getWarehouseDir(),
Table.ACIDTBLPART.toString().toLowerCase() + "/p=a"), AcidUtils.baseFileFilter);
+ fs.listStatus(new Path(getWarehouseDir(),
Review comment:
reformatted
--
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]