You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/02/21 06:56:00 UTC

[jira] [Commented] (HIVEMALL-238) from_json UDF does not work for top-level map object

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

ASF GitHub Bot commented on HIVEMALL-238:
-----------------------------------------

asfgit commented on pull request #184: [HIVEMALL-238] Fixed from_json UDF to support top-level Map object
URL: https://github.com/apache/incubator-hivemall/pull/184
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> from_json UDF does not work for top-level map object
> ----------------------------------------------------
>
>                 Key: HIVEMALL-238
>                 URL: https://issues.apache.org/jira/browse/HIVEMALL-238
>             Project: Hivemall
>          Issue Type: Bug
>    Affects Versions: 0.5.2
>            Reporter: Makoto Yui
>            Assignee: Makoto Yui
>            Priority: Major
>             Fix For: 0.6.0
>
>
> {code:java}
> select 
>   from_json(to_json(map('one',1,'two',2)), 'map<string,int>'){code}
> should work.



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