VenuReddy2103 commented on a change in pull request #3776:
URL: https://github.com/apache/carbondata/pull/3776#discussion_r447453448
##########
File path:
integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/standardpartition/StandardPartitionTableLoadingTestCase.scala
##########
@@ -640,6 +653,10 @@ class StandardPartitionTableLoadingTestCase extends
QueryTest with BeforeAndAfte
}
}
+ override def afterEach(): Unit = {
+ CarbonProperties.getInstance()
Review comment:
Actually it is a good practice to do cleanup/reset in afterEach so that
even if testcase fails abnormally with some exceptions, it gets cleaned/reset
in afterEach. And any testcases((if exists) below it will not be affected with
previous testcase failures.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]