You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vihang Karajgaonkar (JIRA)" <ji...@apache.org> on 2018/02/23 19:11:00 UTC

[jira] [Comment Edited] (HIVE-17580) Remove dependency of get_fields_with_environment_context API to serde

    [ https://issues.apache.org/jira/browse/HIVE-17580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16374823#comment-16374823 ] 

Vihang Karajgaonkar edited comment on HIVE-17580 at 2/23/18 7:10 PM:
---------------------------------------------------------------------

pre-commit didn't trigger for some reason. Reattaching the patch again.


was (Author: vihangk1):
pre-commit didn't trigger for some reason. Reattaching again the patch again.

> Remove dependency of get_fields_with_environment_context API to serde
> ---------------------------------------------------------------------
>
>                 Key: HIVE-17580
>                 URL: https://issues.apache.org/jira/browse/HIVE-17580
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Standalone Metastore
>            Reporter: Vihang Karajgaonkar
>            Assignee: Vihang Karajgaonkar
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-17580.003-standalone-metastore.patch, HIVE-17580.04-standalone-metastore.patch, HIVE-17580.05-standalone-metastore.patch, HIVE-17580.06-standalone-metastore.patch, HIVE-17580.07-standalone-metastore.patch
>
>
> {{get_fields_with_environment_context}} metastore API uses {{Deserializer}} class to access the fields metadata for the cases where it is stored along with the data files (avro tables). The problem is Deserializer classes is defined in hive-serde module and in order to make metastore independent of Hive we will have to remove this dependency (atleast we should change it to runtime dependency instead of compile time).
> The other option is investigate if we can use SearchArgument to provide this functionality.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)