[
https://issues.apache.org/jira/browse/TAJO-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740471#comment-14740471
]
ASF GitHub Bot commented on TAJO-1465:
--------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/652#discussion_r39255139
--- Diff:
tajo-cluster-tests/src/test/java/org/apache/tajo/QueryTestCaseBase.java ---
@@ -913,7 +913,8 @@ private Path getDataSetFile(String fileName) throws
IOException {
throw new IOException("Cannot find " + fileName + " at " +
currentQueryPath + " and " + namedQueryPath);
}
} else {
- throw new IOException("Cannot find " + fileName + " at " +
currentQueryPath + " and " + namedQueryPath);
+ // to make empty table (used to insert test)
--- End diff --
This code will make a directory in a resource directory. It seems to be not
good. Could you remove this change?
> Add ORCFileAppender to write into ORCFile table
> -----------------------------------------------
>
> Key: TAJO-1465
> URL: https://issues.apache.org/jira/browse/TAJO-1465
> Project: Tajo
> Issue Type: Sub-task
> Components: Storage
> Affects Versions: 0.10.0
> Reporter: Dongjoon Hyun
> Assignee: Jongyoung Park
> Labels: orc
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)