GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/239
HIVE-17359 Split out the typeinfo I took the approach of duplicating the necessary parts of TypeInfo on the metastore side. Note that this does not solve the SerDe used by HiveMetaStore.get_fields_with_environment_context. We'll solve that separately. You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17359 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/239.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 #239 ---- commit c799a52aeab95542aa5d9eb55dc3987af26f2878 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-02T18:38:27Z Removed use of TypeInfo from metastore classes. Added metastore specific type information. commit 1e5e99e897df83bd2384f181797bbd9d4b810179 Author: Alan Gates <ga...@hortonworks.com> Date: 2017-08-17T23:32:41Z Fixed broken compilation in test. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---