You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (Created) (JIRA)" <ji...@apache.org> on 2012/03/10 08:34:56 UTC

[jira] [Created] (HIVE-2861) Support eventual constant expression for filter pushdown for key ranges in hbase

Support eventual constant expression for filter pushdown for key ranges in hbase
--------------------------------------------------------------------------------

                 Key: HIVE-2861
                 URL: https://issues.apache.org/jira/browse/HIVE-2861
             Project: Hive
          Issue Type: Improvement
          Components: HBase Handler
            Reporter: Navis
            Assignee: Navis
            Priority: Trivial


Minor upgrade from HIVE-2771, which supports simple eventual constant expression as a filter (especially 'cast').

For example,
{noformat}
select * from hbase_pushdown where key > cast(20 + 30 as string);
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2861) Support eventual constant expression for filter pushdown for key ranges in hbase

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245593#comment-13245593 ] 

Hudson commented on HIVE-2861:
------------------------------

Integrated in Hive-trunk-h0.21 #1350 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1350/])
    HIVE-2861 : Support eventual constant expression for filter pushdown for key ranges in hbase (navis via Ashutosh Chauhan) (Revision 1308763)

     Result = FAILURE
hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1308763
Files : 
* /hive/trunk/hbase-handler/src/test/queries/hbase_ppd_key_range.q
* /hive/trunk/hbase-handler/src/test/results/hbase_ppd_key_range.q.out
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/index/IndexPredicateAnalyzer.java

                
> Support eventual constant expression for filter pushdown for key ranges in hbase
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-2861
>                 URL: https://issues.apache.org/jira/browse/HIVE-2861
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2861.D2259.1.patch
>
>
> Minor upgrade from HIVE-2771, which supports simple eventual constant expression as a filter (especially 'cast').
> For example,
> {noformat}
> select * from hbase_pushdown where key > cast(20 + 30 as string);
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2861) Support eventual constant expression for filter pushdown for key ranges in hbase

Posted by "Ashutosh Chauhan (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated HIVE-2861:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.0
           Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Navis!
                
> Support eventual constant expression for filter pushdown for key ranges in hbase
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-2861
>                 URL: https://issues.apache.org/jira/browse/HIVE-2861
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2861.D2259.1.patch
>
>
> Minor upgrade from HIVE-2771, which supports simple eventual constant expression as a filter (especially 'cast').
> For example,
> {noformat}
> select * from hbase_pushdown where key > cast(20 + 30 as string);
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2861) Support eventual constant expression for filter pushdown for key ranges in hbase

Posted by "Navis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navis updated HIVE-2861:
------------------------

    Status: Patch Available  (was: Open)
    
> Support eventual constant expression for filter pushdown for key ranges in hbase
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-2861
>                 URL: https://issues.apache.org/jira/browse/HIVE-2861
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: HIVE-2861.D2259.1.patch
>
>
> Minor upgrade from HIVE-2771, which supports simple eventual constant expression as a filter (especially 'cast').
> For example,
> {noformat}
> select * from hbase_pushdown where key > cast(20 + 30 as string);
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2861) Support eventual constant expression for filter pushdown for key ranges in hbase

Posted by "Phabricator (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244950#comment-13244950 ] 

Phabricator commented on HIVE-2861:
-----------------------------------

ashutoshc has accepted the revision "HIVE-2861 [jira] Support eventual constant expression for filter pushdown for key ranges in hbase".

  +1 will commit if tests pass.

REVISION DETAIL
  https://reviews.facebook.net/D2259

BRANCH
  DPAL-950

                
> Support eventual constant expression for filter pushdown for key ranges in hbase
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-2861
>                 URL: https://issues.apache.org/jira/browse/HIVE-2861
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: HIVE-2861.D2259.1.patch
>
>
> Minor upgrade from HIVE-2771, which supports simple eventual constant expression as a filter (especially 'cast').
> For example,
> {noformat}
> select * from hbase_pushdown where key > cast(20 + 30 as string);
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2861) Support eventual constant expression for filter pushdown for key ranges in hbase

Posted by "Phabricator (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HIVE-2861:
------------------------------

    Attachment: HIVE-2861.D2259.1.patch

navis requested code review of "HIVE-2861 [jira] Support eventual constant expression for filter pushdown for key ranges in hbase".
Reviewers: JIRA

  DPAL-950 Support eventual constant expression for filter pushdown for key ranges in hbase

  Minor upgrade from HIVE-2771, which supports simple eventual constant expression as a filter (especially 'cast').

  For example,

  select * from hbase_pushdown where key > cast(20 + 30 as string);

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D2259

AFFECTED FILES
  hbase-handler/src/test/queries/hbase_ppd_key_range.q
  hbase-handler/src/test/results/hbase_ppd_key_range.q.out
  ql/src/java/org/apache/hadoop/hive/ql/index/IndexPredicateAnalyzer.java

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/4953/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Support eventual constant expression for filter pushdown for key ranges in hbase
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-2861
>                 URL: https://issues.apache.org/jira/browse/HIVE-2861
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: HIVE-2861.D2259.1.patch
>
>
> Minor upgrade from HIVE-2771, which supports simple eventual constant expression as a filter (especially 'cast').
> For example,
> {noformat}
> select * from hbase_pushdown where key > cast(20 + 30 as string);
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira