abstractdog commented on code in PR #5530:
URL: https://github.com/apache/hive/pull/5530#discussion_r1830961530
##########
ql/src/test/org/apache/hadoop/hive/ql/exec/TestGetPartitionAuthWithBatches.java:
##########
@@ -67,7 +77,7 @@ public class TestGetPartitionAuthWithBatches {
@BeforeClass
public static void setupClass() throws HiveException {
- hiveConf = new HiveConf(TestGetPartitionAuthWithBatches.class);
+ hiveConf = env_setup.getTestCtx().hiveConf;
Review Comment:
as mentioned in the comment above, could this simply work with:
```
new HiveConfForTest(TestGetPartitionAuthWithBatches.class)
```
--
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]