[
https://issues.apache.org/jira/browse/TAJO-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481013#comment-14481013
]
Tajo QA commented on TAJO-1529:
-------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12723305/TAJO-1529.patch
against master revision release-0.9.0-rc0-242-g72948b6.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:green}+1 tests included.{color} The patch appears to include 1 new
or modified test files.
{color:green}+1 javac.{color} The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc.{color} The applied patch does not increase the
total number of javadoc warnings.
{color:green}+1 checkstyle.{color} The patch generated 0 code style errors.
{color:red}-1 findbugs.{color} The patch appears to introduce 19 new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit.{color} The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests.{color} The patch failed these unit tests in
tajo-core tajo-storage/tajo-storage-hdfs:
org.apache.tajo.storage.TestStorages
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/712//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/712//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/712//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage-hdfs.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/712//console
This message is automatically generated.
> 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
> Attachments: TAJO-1529.patch
>
>
> 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)