You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2019/02/11 22:50:00 UTC

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

BELUGA BEHR created HIVE-21246:
----------------------------------

             Summary: Un-bury DelimitedJSONSerDe from PlanUtils.java
                 Key: HIVE-21246
                 URL: https://issues.apache.org/jira/browse/HIVE-21246
             Project: Hive
          Issue Type: Improvement
            Reporter: BELUGA BEHR
         Attachments: HIVE-21246.1.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 flag gets passed into utilities.  If the class boolean is set, the passed-in SerDe is overwritten.  This is not documented anywhere and it's weird to do it, just pass in the SerDe to use instead of the SerDe you don't want to use and a flag to change it.



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