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

Hadoop QA commented on PHOENIX-5108:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12957592/PHOENIX-5108-v2-HBase-1.3.patch
  against master branch at commit 4f396c605e934f13a8265249c280e439f4e924e0.
  ATTACHMENT ID: 12957592

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 6 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 release audit{color}.  The applied patch generated 1 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:
    +            configuration.set(String.format("%s_%d", VALUE_NAME, i), 
SchemaUtil.normalizeIdentifier(columns[i]));
+        testType(new ColumnInfo("\"a\".\"myColumn\"", Types.CHAR, 100), 
"CHAR(100):\"a\".\"myColumn\"");
+        testType(new ColumnInfo("\"a\".\"myColumn\"", Types.VARCHAR, 100), 
"VARCHAR(100):\"a\".\"myColumn\"");
+        testType(new ColumnInfo("\"a\".\"myColumn\"", Types.DECIMAL, 100, 10), 
"DECIMAL(100,10):\"a\".\"myColumn\"");
+        testType(new ColumnInfo("\"a\".\"myColumn\"", Types.BINARY, 5), 
"BINARY(5):\"a\".\"myColumn\"");
+        testType(new ColumnInfo("\"a\".\"myColumn\"", 
PCharArray.INSTANCE.getSqlType(), 3), "CHAR(3) ARRAY:\"a\".\"myColumn\"");
+        testType(new ColumnInfo("\"a\".\"myColumn\"", 
PDecimalArray.INSTANCE.getSqlType(), 10, 2), "DECIMAL(10,2) 
ARRAY:\"a\".\"myColumn\"");
+        testType(new ColumnInfo("\"a\".\"myColumn\"", 
PVarcharArray.INSTANCE.getSqlType(), 4), "VARCHAR(4) ARRAY:\"a\".\"myColumn\"");
+            "SELECT /*+ NO_INDEX */ \"COL1\" , \"COL2\" FROM MYTAB WHERE 
(\"col2\"=? and \"col3\" is null)",
+      + " with requiredColumns : "+requiredColumns.mkString("," ) + " and 
filters : " + filters.mkString("," ))

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitReverseScanIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexFailureIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SpillableGroupByIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.schema.stats.NoOpStatsCollectorIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexExtendedIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConcurrentMutationsIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2305//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2305//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2305//console

This message is automatically generated.

> Normalize column names while generating SELECT statement in the spark 
> connector
> -------------------------------------------------------------------------------
>
>                 Key: PHOENIX-5108
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5108
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Thomas D'Silva
>            Assignee: Thomas D'Silva
>            Priority: Major
>             Fix For: connectors-1.0.0
>
>         Attachments: PHOENIX-5108-HBase-1.3.patch, 
> PHOENIX-5108-v2-HBase-1.3.patch
>
>




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

Reply via email to