You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Pengcheng Xiong (JIRA)" <ji...@apache.org> on 2014/10/17 23:02:33 UTC

[jira] [Created] (HIVE-8501) Fix CBO to use indexes when GenericUDFBridge is applied

Pengcheng Xiong created HIVE-8501:
-------------------------------------

             Summary: Fix CBO to use indexes when GenericUDFBridge is applied 
                 Key: HIVE-8501
                 URL: https://issues.apache.org/jira/browse/HIVE-8501
             Project: Hive
          Issue Type: Improvement
            Reporter: Pengcheng Xiong
            Priority: Minor


previous https://issues.apache.org/jira/browse/HIVE-8389 assumes that
we have predicate: ((UDFToDouble(key) > UDFToDouble(80)) and (UDFToDouble(key) < UDFToDouble(100))) for example.
This does not work for the case when we have predicate: ((UDFToDouble(key) > 80.0) and (UDFToDouble(key) < 100.0))



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