Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2246#discussion_r185716301
  
    --- Diff: 
store/sdk/src/test/java/org/apache/carbondata/store/LocalCarbonStoreTest.java 
---
    @@ -28,9 +28,16 @@
     import org.apache.carbondata.sdk.file.TestUtil;
     
     import org.apache.commons.io.FileUtils;
    +import org.junit.Before;
     import org.junit.Test;
     
    +import static org.apache.carbondata.sdk.file.TestUtil.setSystemLocation;
    +
     public class LocalCarbonStoreTest {
    +  @Before
    +  public void test() {
    +    setSystemLocation();
    --- End diff --
    
    You should set it back to null after the testcase


---

Reply via email to