You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/01/22 02:48:20 UTC

[GitHub] qiuchenjian commented on a change in pull request #3089: [HOTFIX] presto carbon doesn't work with Hadoop conf in cluster.

qiuchenjian commented on a change in pull request #3089: [HOTFIX] presto carbon doesn't work with Hadoop conf in cluster. 
URL: https://github.com/apache/carbondata/pull/3089#discussion_r249626652
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/util/path/CarbonTablePath.java
 ##########
 @@ -178,6 +180,16 @@ public static String getSchemaFilePath(String tablePath) {
     return getActualSchemaFilePath(tablePath);
   }
 
+  /**
+   * return the schema file path
+   * @param tablePath path to table files
+   * @param hadoopConf path to table files
 
 Review comment:
   ```suggestion
      * @param hadoopConf hadoop configuration object

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services