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

    https://github.com/apache/carbondata/pull/2054#discussion_r173842122
  
    --- Diff: 
hadoop/src/main/java/org/apache/carbondata/hadoop/util/SchemaReader.java ---
    @@ -79,4 +81,19 @@ public static TableInfo 
getTableInfo(AbsoluteTableIdentifier identifier)
             carbonTableIdentifier.getTableName(),
             identifier.getTablePath());
       }
    +
    +
    +  public static TableInfo 
inferSchemaForExternalTable(AbsoluteTableIdentifier identifier)
    --- End diff --
    
    Can the input param change to `String tablePath`?


---

Reply via email to