You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2019/10/08 17:56:00 UTC

[jira] [Updated] (HIVE-21246) Un-bury DelimitedJSONSerDe from PlanUtils.java

     [ https://issues.apache.org/jira/browse/HIVE-21246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Mollitor updated HIVE-21246:
----------------------------------
    Status: Open  (was: Patch Available)

> Un-bury DelimitedJSONSerDe from PlanUtils.java
> ----------------------------------------------
>
>                 Key: HIVE-21246
>                 URL: https://issues.apache.org/jira/browse/HIVE-21246
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>         Attachments: HIVE-21246.1.patch, HIVE-21246.1.patch, HIVE-21246.2.patch
>
>
> Ultimately, I'd like to get rid of {{org.apache.hadoop.hive.serde2.DelimitedJSONSerDe}}, but for now, trying to make it easier to get rid of later.  It's currently buried in {{PlanUtils.java}}.
> A SerDe and a boolean flag gets passed into these methods.  If the flag is set to true, the specified SerDe is overwritten and assigned to {{DelimitedJSONSerDe}}.  This is not documented anywhere and it's a weird thing to do, just pass in the required SerDe from the start instead of sending the wrong SerDe and a flag to overwrite it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)