[
https://issues.apache.org/jira/browse/HIVE-24332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Mollitor updated HIVE-24332:
----------------------------------
Description:
Rework how {{AbstractSerDe}}, {{Deserializer}}, and {{Serializer}} classes are
designed.
Simplify, and consolidate more functionality into {{AbstractSerDe}}. Remove
functionality that is not commonly used. Remove deprecated methods that were
deprecated in 3.x (or maybe even older).
Make it like Java's {{ByteChannel}} that provides implementations for both
{{ReadableByteChannel}} and {{WriteableByteChannel}} interfaces.
was:
Rework how {{AbstractSerDe}}, {{Deserializer}}, and {{Serializer}} classes are
designed.
Simplify, and consolidate more functionality into {{AbstractSerDe}}. Remove
functionality that is not commonly used.
Make it like Java's {{ByteChannel}} that provides implementations for both
{{ReadableByteChannel}} and {{WriteableByteChannel}} interfaces.
> Make AbstractSerDe Superclass of all Classes
> --------------------------------------------
>
> Key: HIVE-24332
> URL: https://issues.apache.org/jira/browse/HIVE-24332
> Project: Hive
> Issue Type: Improvement
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Rework how {{AbstractSerDe}}, {{Deserializer}}, and {{Serializer}} classes
> are designed.
> Simplify, and consolidate more functionality into {{AbstractSerDe}}. Remove
> functionality that is not commonly used. Remove deprecated methods that were
> deprecated in 3.x (or maybe even older).
> Make it like Java's {{ByteChannel}} that provides implementations for both
> {{ReadableByteChannel}} and {{WriteableByteChannel}} interfaces.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)