Github user anubhav100 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1291#discussion_r139315604
--- Diff:
hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java ---
@@ -133,7 +133,7 @@ public static void setTableInfo(Configuration
configuration, TableInfo tableInfo
/**
* Get TableInfo object from `configuration`
*/
- private TableInfo getTableInfo(Configuration configuration) throws
IOException {
+ public TableInfo getTableInfo(Configuration configuration) throws
IOException {
--- End diff --
@cenyuhai change in this file is not required now because
MapredCarbonInputFormat now extends CarbonTableInputFormat
---