[
https://issues.apache.org/jira/browse/PHOENIX-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247232#comment-15247232
]
Hadoop QA commented on PHOENIX-2841:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12799314/PHOENIX-2841.patch
against master branch at commit a31b70179cbc468cc3fe890bd615fc71e0bac5a2.
ATTACHMENT ID: 12799314
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
27 warning messages.
{color:red}-1 release audit{color}. The applied patch generated 4 release
audit warnings (more than the master's current 0 warnings).
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ String query = "SELECT /*+ USE_SORT_MERGE_JOIN*/ item.\"item_id\",
item.name, supp.\"supplier_id\", myreverse(supp.name) FROM "
+ "create function myreverse(VARCHAR) returns VARCHAR as
'org.apache.phoenix.end2end.MyReverse' using jar "
+ + "'" +
util.getConfiguration().get(DYNAMIC_JARS_DIR_KEY) + "/myjar1.jar" + "'");
+ ColumnResolver resolver =
FromCompiler.getResolverForProjectedTable(projectedTable,
context.getConnection(), joinTable.getStatement().getUdfParseNodes());
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SaltedViewIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ViewIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UserDefinedFunctionsIT
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
at
org.apache.hadoop.hdfs.server.namenode.TestEditLog.testFuzzSequences(TestEditLog.java:1380)
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/302//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/302//artifact/patchprocess/patchReleaseAuditWarnings.txt
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/302//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/302//console
This message is automatically generated.
> UDF not working with sort merge join
> ------------------------------------
>
> Key: PHOENIX-2841
> URL: https://issues.apache.org/jira/browse/PHOENIX-2841
> Project: Phoenix
> Issue Type: Bug
> Reporter: Ankit Singhal
> Assignee: Ankit Singhal
> Attachments: PHOENIX-2841.patch
>
>
> User reported following issue on community portal.
> https://community.hortonworks.com/questions/26693/orgapachephoenixschemafunctionnotfoundexception-er.html
> UDFs are not getting resolved whenever sort merge join is used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)