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

Shivram Mani commented on HAWQ-931:
-----------------------------------

Supported operations in PXF only include
<, >, <=, >=, =, !=. 
Will need to add support for more operators in the PXF framework (HAWQ-963)
between(), in(), isNull()

> HiveORCAccessor with support for Predicate pushdown and Column Projection
> -------------------------------------------------------------------------
>
>                 Key: HAWQ-931
>                 URL: https://issues.apache.org/jira/browse/HAWQ-931
>             Project: Apache HAWQ
>          Issue Type: Sub-task
>          Components: PXF
>            Reporter: Shivram Mani
>            Assignee: Shivram Mani
>             Fix For: backlog
>
>
> HiveORCAccessor will be a subclass of the existing HiveAccessor with support 
> for Predicate Pushdown and Column projection.
> We will be using the job configuration object which is used by the ORC reader.
> We will  map the filter information passed from HAWQ via PXF into 
> SearchArgument object and set in sarg.pushdown configuration property.
> We will populate the column info passed from HAWQ (HAWQ-927) into the 
> following configuration properties
> hive.io.file.readcolumn.ids, hive.io.file.readcolumn.names. 
> hive.io.file.read.all.columns will be set to false.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to