[
https://issues.apache.org/jira/browse/CARBONDATA-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595059#comment-15595059 ]
ASF GitHub Bot commented on CARBONDATA-334:
-------------------------------------------
Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/238#discussion_r84463724
--- Diff: hadoop/src/test/java/org/apache/carbondata/hadoop/test/util/StoreCreator.java ---
@@ -346,26 +346,26 @@ public static void executeGraph(LoadModel loadModel, String storeLocation, Strin
path.delete();
}
- DataProcessTaskStatus schmaModel = new DataProcessTaskStatus(databaseName, tableName);
- schmaModel.setCsvFilePath(loadModel.getFactFilePath());
+ DataProcessTaskStatus schemaModel = new DataProcessTaskStatus(databaseName, tableName);
--- End diff --
This is not schemaModel, please use a proper name
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)