You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Chinna Rao Lalam (JIRA)" <ji...@apache.org> on 2016/08/22 18:24:20 UTC

[jira] [Updated] (HIVE-2663) DynamicSerDeTypeList.serialize() method have null check for the "nullProtocol" it needs to be change.

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

Chinna Rao Lalam updated HIVE-2663:
-----------------------------------
    Status: Open  (was: Patch Available)

> DynamicSerDeTypeList.serialize() method  have null check for the "nullProtocol" it needs to be change.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2663
>                 URL: https://issues.apache.org/jira/browse/HIVE-2663
>             Project: Hive
>          Issue Type: Bug
>          Components: Serializers/Deserializers
>         Environment: Hadoop 0.20.1, Hive0.9.0 and SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5).
>            Reporter: Chinna Rao Lalam
>            Assignee: Chinna Rao Lalam
>            Priority: Minor
>         Attachments: HIVE-2663.patch
>
>
> In DynamicSerDeTypeList.serialize() method have the null check for the "nullProtocol" like
>  if (element == null && nullProtocol != null) {
> here if element= null and nullProtocol=null in this case it will execute else block with element=null.



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