[
https://issues.apache.org/jira/browse/HIVE-17359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16145541#comment-16145541
]
ASF GitHub Bot commented on HIVE-17359:
---------------------------------------
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 <[email protected]>
Date: 2017-08-02T18:38:27Z
Removed use of TypeInfo from metastore classes. Added metastore specific
type information.
commit 1e5e99e897df83bd2384f181797bbd9d4b810179
Author: Alan Gates <[email protected]>
Date: 2017-08-17T23:32:41Z
Fixed broken compilation in test.
----
> Deal with TypeInfo dependencies in the metastore
> ------------------------------------------------
>
> Key: HIVE-17359
> URL: https://issues.apache.org/jira/browse/HIVE-17359
> Project: Hive
> Issue Type: Sub-task
> Components: Metastore
> Affects Versions: 3.0.0
> Reporter: Alan Gates
> Assignee: Alan Gates
>
> The metastore uses TypeInfo, which resides in the serdes package. In order
> to move the metastore to be separately releasable we need to deal with this.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)