Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1994#discussion_r170245727
--- Diff:
core/src/test/java/org/apache/carbondata/core/datastore/filesystem/LocalCarbonFileTest.java
---
@@ -44,8 +45,8 @@
@BeforeClass
static public void setUp() {
- file = new File("Test.carbondata");
- dir = new File("Testdir.carbondata");
+ file = new File("TestLocalCarbonFile");
--- End diff --
FYI:
Previous file name is the same as that in other testcase and this will
cause failure in windows env due to file corruption
---