[ 
https://issues.apache.org/jira/browse/HIVE-24332?focusedWorklogId=524458&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-524458
 ]

ASF GitHub Bot logged work on HIVE-24332:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Dec/20 14:19
            Start Date: 15/Dec/20 14:19
    Worklog Time Spent: 10m 
      Work Description: belugabehr commented on a change in pull request #1634:
URL: https://github.com/apache/hive/pull/1634#discussion_r543383695



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/optimizer/TablePropertyEnrichmentOptimizer.java
##########
@@ -115,13 +115,13 @@ public Object process(Node nd, Stack<Node> stack, 
NodeProcessorCtx procCtx, Obje
       String deserializerClassName = null;
       try {
         deserializerClassName = 
tableScanDesc.getTableMetadata().getSd().getSerdeInfo().getSerializationLib();
-        Deserializer deserializer = ReflectionUtil.newInstance(
+        AbstractSerDe deserializer = ReflectionUtil.newInstance(

Review comment:
       Done.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 524458)
    Time Spent: 2h 10m  (was: 2h)

> 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: 2h 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)

Reply via email to