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

Hadoop QA commented on PHOENIX-2967:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12808452/PHOENIX-2967-1.patch
  against master branch at commit cfe8d4d968254dc44909a70af9579a0dc5061597.
  ATTACHMENT ID: 12808452

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

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {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:
     
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CsvBulkLoadToolIT

     {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s):       
at 
org.apache.ambari.server.proxy.ProxyServiceTest.testProxyDeleteRequest(ProxyServiceTest.java:183)

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

This message is automatically generated.

> CSV BulkLoad should properly handle empty family for logical tables.
> --------------------------------------------------------------------
>
>                 Key: PHOENIX-2967
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2967
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Sergey Soldatov
>            Assignee: Sergey Soldatov
>         Attachments: PHOENIX-2967-1.patch
>
>
> Current code handle 1 empty CF name per physical table, which is wrong with 
> new implementation of  local indexes.  Since TableRowKey has no information 
> about the logical table, we need add column index for empty cf names instead 
> of using -1. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to