[ https://issues.apache.org/jira/browse/HIVE-19306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461599#comment-16461599 ]
Eric Wohlstadter commented on HIVE-19306: ----------------------------------------- [~teddy.choi] I don't think it is necessary or useful to use FieldWriter for non-complex types. Should we change it so that non-complex types use "set" and "setNull" directly on the vector? I believe this would remove some of the indirection which is making the code harder to debug. > Arrow batch serializer > ---------------------- > > Key: HIVE-19306 > URL: https://issues.apache.org/jira/browse/HIVE-19306 > Project: Hive > Issue Type: Task > Components: Serializers/Deserializers > Reporter: Eric Wohlstadter > Assignee: Teddy Choi > Priority: Major > Attachments: HIVE-19306.2.patch > > > Leverage the ThriftJDBCBinarySerDe code path that already exists in > SemanticAnalyzer/FileSinkOperator to create a serializer that batches rows > into Arrow vector batches. -- This message was sent by Atlassian JIRA (v7.6.3#76005)