Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D18B217D4C for ; Fri, 23 Jan 2015 16:40:42 +0000 (UTC) Received: (qmail 23068 invoked by uid 500); 23 Jan 2015 16:40:43 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 23038 invoked by uid 500); 23 Jan 2015 16:40:42 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 23028 invoked by uid 99); 23 Jan 2015 16:40:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 16:40:42 +0000 Date: Fri, 23 Jan 2015 16:40:42 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-2059) Support push-down of Filters with conditions on a composite row_key MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14289495#comment-14289495 ] Jacques Nadeau commented on DRILL-2059: --------------------------------------- This seems like an optimizer that would be specific to HBase. Can you please expound on how you see this as a general planning enhancement rather than just a new rule that the HBase storage plugin implements? > Support push-down of Filters with conditions on a composite row_key > ------------------------------------------------------------------- > > Key: DRILL-2059 > URL: https://issues.apache.org/jira/browse/DRILL-2059 > Project: Apache Drill > Issue Type: New Feature > Components: Query Planning & Optimization, Storage - HBase > Reporter: Aditya Kishore > Assignee: Aditya Kishore > > If the HBase row_key stores multiple columns and a filter condition is specified on one or more of these columns, we should be able to push down the filter to HBase scan. -- This message was sent by Atlassian JIRA (v6.3.4#6332)