GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/339
HIVE 18193:Migrate existing ACID tables to use write id per table rather than global transaction id You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-18193 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/339.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 #339 ---- commit bd41541d27a7cfe6c497a9c88097e9f0b4a905e0 Author: Sankar Hariappan <mailtosankarh@...> Date: 2018-05-02T06:48:39Z HIVE-18193: Migrate existing ACID tables to use write id per table rather than global transaction id. commit 374b421b6d2f41bfa6a4b0cbc3f5068b5e55bb82 Author: Sankar Hariappan <mailtosankarh@...> Date: 2018-05-03T09:23:06Z Added NOT NULL constraint commit 8c9f9ce989471f4d0e7e8eb48c3801baf79a58b6 Author: Sankar Hariappan <mailtosankarh@...> Date: 2018-05-03T09:50:13Z Updated upgrade scripts of all databases for write ID migration commit 11d5510905d6566c7412c997094b01dbe6997a18 Author: Sankar Hariappan <mailtosankarh@...> Date: 2018-05-03T13:46:58Z Bug fixes with metastore install/upgrade tests ---- ---