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

Hyoungjun Kim commented on TAJO-792:
------------------------------------

I create a review request.
https://reviews.apache.org/r/20886/

> Insert table error with database name.
> --------------------------------------
>
>                 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