Description
I made a table1 that is csv file format.
And I create other table2 that is rc file format.
insert overwrite into "table2" select * from "db"."table1" (o) insert overwrite into "db"."table2" select * from "db"."table1" (x)
Recently days, Tajo was added rule [select * from "db"."table_name"].
But, I think insert rule was not added.