You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by gvramana <gi...@git.apache.org> on 2018/04/04 11:26:45 UTC

[GitHub] carbondata pull request #2131: [CARBONDATA-2313] Support unmanaged carbon ta...

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

    https://github.com/apache/carbondata/pull/2131#discussion_r179085175
  
    --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java ---
    @@ -152,15 +167,23 @@ private CarbonTable buildCarbonTable() {
               new StructField(field.getFieldName(), field.getDataType()),
               sortColumnsList.contains(field.getFieldName()));
         }
    -    String tableName = "_tempTable";
    -    String dbName = "_tempDB";
    +    String tableName;
    --- End diff --
    
    Not required to add tablename here, in this class, keep it same as previous


---