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

[GitHub] carbondata pull request #2099: [CARBONDATA-2276][SDK] Support API to read sc...

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

    https://github.com/apache/carbondata/pull/2099#discussion_r178471774
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java ---
    @@ -2392,6 +2376,12 @@ static DataType thriftDataTyopeToWrapperDataType(
           tableInfo.setDataMapSchemas(null);
           return tableInfo;
         } else {
    +      TBaseCreator createTBase = new ThriftReader.TBaseCreator() {
    --- End diff --
    
    I think you can use `readSchemaFile` method here.


---