GitHub user utf7 opened a pull request:
https://github.com/apache/hive/pull/90
fix the import database_name.table_name from path
detail :
use test;
create table a(id int,name string);
export table a to '/tmp/a';
drop table a;
import table test.a fr
GitHub user utf7 opened a pull request:
https://github.com/apache/hive/pull/89
Update TaskFactory.java
getAndIncrementId() method use new Integer() ,Integer.valueOf() is a better
method
You can merge this pull request into a Git repository by running:
$ git pull https