[GitHub] hive pull request #249: [HIVE-17523] Fix insert into bug

2018-12-04 Thread b-slim
Github user b-slim closed the pull request at:

https://github.com/apache/hive/pull/249


---


[GitHub] hive pull request #249: [HIVE-17523] Fix insert into bug

2017-09-12 Thread b-slim
GitHub user b-slim opened a pull request:

https://github.com/apache/hive/pull/249

[HIVE-17523] Fix insert into bug

https://issues.apache.org/jira/browse/HIVE-17523

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/b-slim/hive fix_insert_into

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/hive/pull/249.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #249


commit 579483ee878a16491d61c0eada5891880f507302
Author: Slim Bouguerra 
Date:   2017-09-09T00:12:14Z

set max tries to zero to make test faster.

Change-Id: Ia1523f3b565f4b08c76067fa0bac32d5171fb46e

commit ca5c7ccb1cc41dc3c8c76ccefb2d05b7d096a4ca
Author: Slim Bouguerra 
Date:   2017-09-11T22:39:40Z

Make insert into use data segment pusher to avoid duplication of logic some 
refactoring of exeception logging and handeling

Change-Id: I7bd8f29a83720f4cfba338acf27fb85b9774eafe

commit 3f2dd91c04839df7c068e1608b3e2af98babdc11
Author: Slim Bouguerra 
Date:   2017-09-13T01:04:05Z

cleaning and refactor

Change-Id: I9e2b14e6e32af095d2c4d2f9f1fbe8a9cced30ad




---