[
https://issues.apache.org/jira/browse/TAJO-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14061781#comment-14061781
]
ASF GitHub Bot commented on TAJO-20:
------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/72#discussion_r14919794
--- Diff:
tajo-core/src/main/java/org/apache/tajo/master/querymaster/QueryMasterTask.java
---
@@ -378,20 +378,7 @@ private void initStagingDir() throws IOException {
// Create a subdirectories
LOG.info("The staging dir '" + stagingDir + "' is created.");
-
queryContext.setStagingDir(stagingDir);
-
- /////////////////////////////////////////////////
- // Check and Create Output Directory If Necessary
- /////////////////////////////////////////////////
- if (queryContext.hasOutputPath()) {
- outputDir = queryContext.getOutputPath();
--- End diff --
after this removal, outputDir is not used anymore.
> INSERT INTO ... SELECT
> ----------------------
>
> Key: TAJO-20
> URL: https://issues.apache.org/jira/browse/TAJO-20
> Project: Tajo
> Issue Type: New Feature
> Reporter: Hyunsik Choi
> Assignee: Hyoungjun Kim
>
> We should support 'INSERT INTO ... SELECT' statement.
--
This message was sent by Atlassian JIRA
(v6.2#6252)