You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/01/02 23:26:00 UTC

[jira] [Commented] (PHOENIX-4512) Account for change in Cell.DataType->Cell.Type (HBASE-19626)

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

Hadoop QA commented on PHOENIX-4512:
------------------------------------

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

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

    {color:green}+1 tests included{color}.  The patch appears to include 9 new or modified tests.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1699//console

This message is automatically generated.

> Account for change in Cell.DataType->Cell.Type (HBASE-19626)
> ------------------------------------------------------------
>
>                 Key: PHOENIX-4512
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4512
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Blocker
>             Fix For: 5.0.0
>
>         Attachments: PHOENIX-4512.001.patch
>
>
> Some more compilation issues on the tail of Cell changes
> {noformat}
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] /Users/jelser/projects/phoenix.git/phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixKeyValueUtil.java:[28,36] cannot find symbol
>   symbol:   class DataType
>   location: interface org.apache.hadoop.hbase.Cell
> [ERROR] /Users/jelser/projects/phoenix.git/phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixKeyValueUtil.java:[79,42] cannot find symbol
>   symbol:   class DataType
>   location: class org.apache.phoenix.util.PhoenixKeyValueUtil
> [ERROR] /Users/jelser/projects/phoenix.git/phoenix-core/src/main/java/org/apache/phoenix/util/IndexUtil.java:[664,24] cannot find symbol
>   symbol: class DataType
> [ERROR] /Users/jelser/projects/phoenix.git/phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixKeyValueUtil.java:[60,60] cannot find symbol
>   symbol:   variable DataType
>   location: class org.apache.phoenix.util.PhoenixKeyValueUtil
> [ERROR] /Users/jelser/projects/phoenix.git/phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixKeyValueUtil.java:[67,43] cannot find symbol
>   symbol:   variable DataType
>   location: class org.apache.phoenix.util.PhoenixKeyValueUtil
> [ERROR] /Users/jelser/projects/phoenix.git/phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixKeyValueUtil.java:[74,26] cannot find symbol
>   symbol:   variable DataType
>   location: class org.apache.phoenix.util.PhoenixKeyValueUtil
> [INFO] 6 errors
> {noformat}
> FYI [~sergey.soldatov]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)