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

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

                Author: ASF GitHub Bot
            Created on: 16/Apr/20 09:33
            Start Date: 16/Apr/20 09:33
    Worklog Time Spent: 10m 
      Work Description: pgaref commented on pull request #983: HIVE-23215. Make 
FilterContext an interface.
URL: https://github.com/apache/hive/pull/983#discussion_r409417244
 
 

 ##########
 File path: 
storage-api/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedRowBatch.java
 ##########
 @@ -338,6 +339,7 @@ public void write(DataOutput arg0) throws IOException {
    *  - resets each column
    *  - inits each column
    */
+  @Override
   public void reset() {
 
 Review comment:
   Can we also set the selected array to null here?
 
----------------------------------------------------------------
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: 423348)
    Time Spent: 0.5h  (was: 20m)

> Make FilterContext and MutableFilterContext interfaces
> ------------------------------------------------------
>
>                 Key: HIVE-23215
>                 URL: https://issues.apache.org/jira/browse/HIVE-23215
>             Project: Hive
>          Issue Type: Bug
>          Components: storage-api
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> HIVE-22959 introduced FilterContext to support ORC-577. The duplication of 
> fields between the FilterContext and VectorizedRowBatch seems likely to cause 
> user confusion. This patch makes them interfaces that VectorizedRowBatch 
> implements.
> Thus, there is a single copy of the data and no need to copy them back and 
> forth. LLAP can make its own implementation of the interfaces if it doesn't 
> want to use VectorizedRowBatch.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to