[jira] [Commented] (PHOENIX-3387) Hive PhoenixStorageHandler fails with join on numeric fields

2016-11-02 Thread Hudson (JIRA)

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

Hudson commented on PHOENIX-3387:
-

FAILURE: Integrated in Jenkins build Phoenix-master #1470 (See 
[https://builds.apache.org/job/Phoenix-master/1470/])
PHOENIX-3387 Hive PhoenixStorageHandler fails with join on numeric (ssa: rev 
86f51602b59100e67b0f87b247a07bdec6dfcb17)
* (edit) 
phoenix-hive/src/main/java/org/apache/phoenix/hive/objectinspector/PhoenixDoubleObjectInspector.java
* (edit) 
phoenix-hive/src/main/java/org/apache/phoenix/hive/objectinspector/PhoenixIntObjectInspector.java
* (edit) phoenix-hive/src/it/java/org/apache/phoenix/hive/HiveTestUtil.java
* (edit) 
phoenix-hive/src/main/java/org/apache/phoenix/hive/objectinspector/PhoenixByteObjectInspector.java
* (edit) 
phoenix-hive/src/main/java/org/apache/phoenix/hive/objectinspector/PhoenixFloatObjectInspector.java
* (edit) 
phoenix-hive/src/main/java/org/apache/phoenix/hive/objectinspector/PhoenixLongObjectInspector.java
* (edit) 
phoenix-hive/src/main/java/org/apache/phoenix/hive/objectinspector/PhoenixDecimalObjectInspector.java
* (edit) 
phoenix-hive/src/main/java/org/apache/phoenix/hive/objectinspector/PhoenixBooleanObjectInspector.java
* (edit) 
phoenix-hive/src/main/java/org/apache/phoenix/hive/objectinspector/PhoenixShortObjectInspector.java


> Hive PhoenixStorageHandler fails with join on numeric fields
> 
>
> Key: PHOENIX-3387
> URL: https://issues.apache.org/jira/browse/PHOENIX-3387
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.8.0
>Reporter: Sergey Soldatov
>Assignee: Sergey Soldatov
>  Labels: HivePhoenix
> Fix For: 4.9.0
>
> Attachments: PHOENIX-3387.patch
>
>
> If condition for join is using numeric field, the MR job fails with class 
> cast exception. The reason is that all object inspectors for numeric types 
> doesn't implement getPrimitiveWritableObject method. 



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


[jira] [Commented] (PHOENIX-3387) Hive PhoenixStorageHandler fails with join on numeric fields

2016-11-02 Thread Sergey Soldatov (JIRA)

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

Sergey Soldatov commented on PHOENIX-3387:
--

committed to master & 4.x branches

> Hive PhoenixStorageHandler fails with join on numeric fields
> 
>
> Key: PHOENIX-3387
> URL: https://issues.apache.org/jira/browse/PHOENIX-3387
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.8.0
>Reporter: Sergey Soldatov
>Assignee: Sergey Soldatov
>  Labels: HivePhoenix
> Attachments: PHOENIX-3387.patch
>
>
> If condition for join is using numeric field, the MR job fails with class 
> cast exception. The reason is that all object inspectors for numeric types 
> doesn't implement getPrimitiveWritableObject method. 



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


[jira] [Commented] (PHOENIX-3387) Hive PhoenixStorageHandler fails with join on numeric fields

2016-10-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on PHOENIX-3387:


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

{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 
43 warning messages.

{color:red}-1 release audit{color}.  The applied patch generated 1 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:green}+1 core tests{color}.  The patch passed unit tests in .

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

This message is automatically generated.

> Hive PhoenixStorageHandler fails with join on numeric fields
> 
>
> Key: PHOENIX-3387
> URL: https://issues.apache.org/jira/browse/PHOENIX-3387
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.8.0
>Reporter: Sergey Soldatov
>Assignee: Sergey Soldatov
>  Labels: HivePhoenix
> Attachments: PHOENIX-3387.patch
>
>
> If condition for join is using numeric field, the MR job fails with class 
> cast exception. The reason is that all object inspectors for numeric types 
> doesn't implement getPrimitiveWritableObject method. 



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