You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2016/11/23 07:47:59 UTC

[jira] [Updated] (HIVE-15270) ExprNode/Sarg changes to support values supplied during query runtime

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

Jason Dere updated HIVE-15270:
------------------------------
    Attachment: HIVE-15270.1.patch

Attaching initial patch

> ExprNode/Sarg changes to support values supplied during query runtime
> ---------------------------------------------------------------------
>
>                 Key: HIVE-15270
>                 URL: https://issues.apache.org/jira/browse/HIVE-15270
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Jason Dere
>            Assignee: Jason Dere
>         Attachments: HIVE-15270.1.patch
>
>
> Infrastructure changes to support retrieval of query-runtime supplied values, needed for dynamic min/max (HIVE-15269) and bloomfilter join optimizations.
> - Some concept of available runtime values that can be retrieved for a MapWork/ReduceWork
> - ExprNode/Sarg changes to pass a Conf during initialization - this allows the expression to retrieve the MapWork at query time (using Utilities.getMapWork(Configuration)) to access runtime-supplied values.
> - Ability to populate the runtime values in Tez mode via incoming Tez edges



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