Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2055#discussion_r174208978 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/util/SchemaReader.java --- @@ -79,4 +79,19 @@ public static TableInfo getTableInfo(AbsoluteTableIdentifier identifier) carbonTableIdentifier.getTableName(), identifier.getTablePath()); } + + + public static TableInfo inferSchemaForExternalTable(AbsoluteTableIdentifier identifier) --- End diff -- rename to `inferSchema`, and can you pass the tablePath only
---