-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20886/
-----------------------------------------------------------

Review request for Tajo.


Bugs: TAJO-792
    https://issues.apache.org/jira/browse/TAJO-792


Repository: tajo


Description
-------

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. :)


Diffs
-----

  tajo-core/src/main/java/org/apache/tajo/engine/planner/LogicalPlanner.java 
f2ddf13 
  tajo-core/src/main/java/org/apache/tajo/master/GlobalEngine.java 35b8ab8 
  tajo-core/src/test/java/org/apache/tajo/engine/query/TestInsertQuery.java 
e058943 

Diff: https://reviews.apache.org/r/20886/diff/


Testing
-------

mvn clean install;
And tested on local cluster


Thanks,

hyoungjun kim

Reply via email to