[jira] [Updated] (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:all-tabpanel
 ]

Sergey Soldatov updated PHOENIX-3387:
-
Fix Version/s: 4.9.0

> 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] [Updated] (PHOENIX-3387) Hive PhoenixStorageHandler fails with join on numeric fields

2016-10-21 Thread Sergey Soldatov (JIRA)

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

Sergey Soldatov updated PHOENIX-3387:
-
Attachment: PHOENIX-3387.patch

Added missing implementation for getting Writable instances. 

> 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)