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.
---