You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Laszlo Bodor (Jira)" <ji...@apache.org> on 2019/09/06 10:43:00 UTC

[jira] [Updated] (HIVE-21510) Vectorization: add support for and/or for (constant,column) cases

     [ https://issues.apache.org/jira/browse/HIVE-21510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Bodor updated HIVE-21510:
--------------------------------
    Attachment: HIVE-21510.02.patch

> Vectorization: add support for and/or for (constant,column) cases
> -----------------------------------------------------------------
>
>                 Key: HIVE-21510
>                 URL: https://issues.apache.org/jira/browse/HIVE-21510
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Zoltan Haindrich
>            Assignee: Laszlo Bodor
>            Priority: Major
>         Attachments: HIVE-21510.01.patch, HIVE-21510.02.patch
>
>
> After HIVE-21001 some selectExpressions will start using VectorUDFAdaptor for "null and x" expressions. Because right now there are 2-3 places from which rewrite will be done to the form of "null and/or x" form; it would be better to support it.
> {code}
> [...]
> selectExpressions: VectorUDFAdaptor((null and dt1 is null))
> [...]
> usesVectorUDFAdaptor: true
> [...]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)