GitHub user GerardDellemann opened a pull request: https://github.com/apache/metamodel/pull/185
Don't support primary keys with Hive Hive doesn't support primary keys. This PR makes sure, that when a column is defined as a primary key, then this is ignored in the create table statement. You can merge this pull request into a Git repository by running: $ git pull https://github.com/GerardDellemann/metamodel feature/dont-support-primary-key-with-hive Alternatively you can review and apply these changes as the patch at: https://github.com/apache/metamodel/pull/185.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 #185 ---- commit 55f3e6dfe72ccb86b23813946693daffb84a97cd Author: Gerard Dellemann <g.dellemann@...> Date: 2018-08-20T12:02:24Z Don't support primary keys with Hive ---- ---