[
https://issues.apache.org/jira/browse/TAJO-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14480980#comment-14480980
]
ASF GitHub Bot commented on TAJO-1529:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/512
TAJO-1529: Implement json_extract_path_text(string, string) function
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1529
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/512.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 #512
----
commit dcad10beb9263592f453492245d6b62802927c68
Author: Jinho Kim <[email protected]>
Date: 2015-04-06T06:23:33Z
TAJO-1529: Implement json_extract_path_text(string, string) function
commit 74a6ec6d1c3da3fdcf011836cb0d4c9c0a26a5ef
Author: Jinho Kim <[email protected]>
Date: 2015-04-06T06:23:48Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1529
----
> Implement json_extract_path_text(string, string) function
> ---------------------------------------------------------
>
> Key: TAJO-1529
> URL: https://issues.apache.org/jira/browse/TAJO-1529
> Project: Tajo
> Issue Type: Sub-task
> Components: function/udf
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Minor
>
> See the below sample:
> {code}
> SELECT json_extract_path_text('{"sample" : {"name" :
> "tajo"}}','$.sample.name')
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)