[ https://issues.apache.org/jira/browse/PHOENIX-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15325362#comment-15325362 ]
Hadoop QA commented on PHOENIX-2934: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12809567/PHOENIX-2934-v1.patch against master branch at commit f88cbf8390b5a2f44a60cb9e585de5d2f08cefdb. ATTACHMENT ID: 12809567 {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 31 warning messages. {color:red}-1 release audit{color}. The applied patch generated 7 release audit warnings (more than the master's current 0 warnings). {color:green}+1 lineLengths{color}. The patch does not introduce lines longer than 100 {color:red}-1 core tests{color}. The patch failed these unit tests: org.apache.phoenix.compile.QueryCompilerTest Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/394//testReport/ Release audit warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/394//artifact/patchprocess/patchReleaseAuditWarnings.txt Javadoc warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/394//artifact/patchprocess/patchJavadocWarnings.txt Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/394//console This message is automatically generated. > Checking a coerce expression at top level should not be necessary for Union > All query > ------------------------------------------------------------------------------------- > > Key: PHOENIX-2934 > URL: https://issues.apache.org/jira/browse/PHOENIX-2934 > Project: Phoenix > Issue Type: Bug > Reporter: Alicia Ying Shu > Assignee: Alicia Ying Shu > Attachments: PHOENIX-2934-v1.patch, PHOENIX-2934.patch > > > When working on PHOENIX-2886, found that we need special handling of coerce > expression. Otherwise the following query would fail. > {code} > create table person ( id bigint not null primary key, firstname char(10), > lastname varchar(10) ); > select id, cast( 'foo' as char(10)) firstname, lastname from person union all > select * from person; > {code} > Checking a coerce expression at top level should not be necessary. Need to > find out root cause on coerceExpression. -- This message was sent by Atlassian JIRA (v6.3.4#6332)