Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 93144 invoked from network); 11 Mar 2011 23:00:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Mar 2011 23:00:09 -0000 Received: (qmail 56833 invoked by uid 500); 11 Mar 2011 23:00:08 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 56808 invoked by uid 500); 11 Mar 2011 23:00:08 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 56800 invoked by uid 99); 11 Mar 2011 23:00:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 23:00:08 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.40] (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 23:00:06 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id p2BMxkUo008826; Fri, 11 Mar 2011 22:59:47 GMT Content-Type: multipart/alternative; boundary="===============4245936871068037661==" MIME-Version: 1.0 Subject: Review Request: HIVE-2049. Push down partition pruning to JDO filtering for a subset of partition predicates From: "Ning Zhang" To: "Ning Zhang" , "hive" Date: Fri, 11 Mar 2011 22:59:46 -0000 Message-ID: <20110311225946.20941.62532@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org X-ReviewRequest-URL: https://reviews.apache.org/r/489/ X-Virus-Checked: Checked by ClamAV on apache.org --===============4245936871068037661== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/489/ ----------------------------------------------------------- Review request for hive. Summary ------- * expose HiveMetaStoreClient.listPartitionsByFilter() to Hive.java so = that PartitionPruner can use that for certain partition predicates. * only allows {=3D, AND, OR} in the partition predicates that can be pu= shed down to JDO filtering. Diffs ----- trunk/metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClien= t.java 1080788 = trunk/metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.jav= a 1080788 = trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1080788 = trunk/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 1080788 = trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ppr/PartitionPruner= .java 1080788 = Diff: https://reviews.apache.org/r/489/diff Testing ------- Thanks, Ning --===============4245936871068037661==--