You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Panagiotis Garefalakis (Jira)" <ji...@apache.org> on 2020/04/16 09:40:00 UTC

[jira] [Commented] (HIVE-23215) Make FilterContext and MutableFilterContext interfaces

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

Panagiotis Garefalakis commented on HIVE-23215:
-----------------------------------------------

cc [~gopalv] [~jcamachorodriguez] [~hashutosh]

> 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: 50m
>  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)