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

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

Jason Dere created HIVE-15270:
---------------------------------

             Summary: 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


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)