Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1516#discussion_r151628700
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java
---
@@ -462,39 +461,8 @@ public static DataOutputStream
getDataOutputStreamUsingAppend(String path, FileT
* @throws IOException
*/
public static void truncateFile(String path, FileType fileType, long
newSize) throws IOException {
- path = path.replace("\\", "/");
--- End diff --
why remove these code.
---