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

Hyunsik Choi commented on TAJO-792:
-----------------------------------

+1

The patch looks good to me. It also includes one unit test to verify the bug 
fix.

> 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
>         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