[ 
https://issues.apache.org/jira/browse/TAJO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985689#comment-13985689
 ] 

Hudson commented on TAJO-792:
-----------------------------

SUCCESS: Integrated in Tajo-master-build #211 (See 
[https://builds.apache.org/job/Tajo-master-build/211/])
TAJO-792: Insert table error with database name. (Hyoungjun Kim via hyunsik) 
(hyunsik: rev 08bcc2d8282fd3b066ed37eafc2c2b142227015d)
* tajo-core/src/main/java/org/apache/tajo/master/GlobalEngine.java
* tajo-core/src/test/java/org/apache/tajo/engine/query/TestInsertQuery.java
* tajo-core/src/main/java/org/apache/tajo/engine/planner/LogicalPlanner.java
* CHANGES
* 
tajo-core/src/test/resources/queries/TestInsertQuery/testInsertOverwriteWithDatabase.sql


> Insert table with a qualified target table name can cause error.
> ----------------------------------------------------------------
>
>                 Key: TAJO-792
>                 URL: https://issues.apache.org/jira/browse/TAJO-792
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Seungun Choe
>            Assignee: Hyoungjun Kim
>             Fix For: 0.9.0, 0.8.1
>
>         Attachments: TAJO-792.patch
>
>
> I made a table1 that is csv file format.
> And I create other table2 that is rc file format.
> {code}
> insert overwrite into "table2" select * from "db"."table1" (o)
> insert overwrite into "db"."table2" select * from "db"."table1" (x)
> {code}
> Recently days, Tajo was added rule [select * from "db"."table_name"].
> But, I think insert rule was not added. :)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to