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

Sarvesh Sakalanaga commented on HIVE-4483:
------------------------------------------

The changes to these files are required. VectorizedColumnarSerde inherits from 
ColumnarSerde and as such I need access to ColumnarSerde's serdeParams member 
from subclass to serialize the string in bytes vector correctly. I also need to 
change LazyUtils as LazyUtils::writeEscaped visibility was set to private and 
VectorizedColumnarSerde needs to access this method to correctly serialize the 
string(VectorizedColumnarSerde::serializeVector). 
                
> Input format to read vector data from RC file
> ---------------------------------------------
>
>                 Key: HIVE-4483
>                 URL: https://issues.apache.org/jira/browse/HIVE-4483
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Sarvesh Sakalanaga
>            Assignee: Sarvesh Sakalanaga
>         Attachments: Hive-4483.0.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to