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

    https://github.com/apache/carbondata/pull/1584#discussion_r159119442
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java 
---
    @@ -171,6 +171,7 @@ public static boolean createNewFile(
           final FsPermission permission) throws IOException {
         return getCarbonFile(filePath).createNewFile(filePath, fileType, doAs, 
permission);
       }
    +
    --- End diff --
    
    How about append support? please add subtasks to CARBONDATA-1827:
    1. support S3 table with dictionary
    2. support compaction on S3 table
    3. support data update/delete on S3 table
    4. support alter table add columns/drop columns on S3 table


---

Reply via email to