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?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---