Seungun Choe created TAJO-792:
---------------------------------
Summary: 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
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)