Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B4D55200B13 for ; Wed, 15 Jun 2016 20:18:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B37B4160A19; Wed, 15 Jun 2016 18:18:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F2A2B160A57 for ; Wed, 15 Jun 2016 20:18:10 +0200 (CEST) Received: (qmail 5874 invoked by uid 500); 15 Jun 2016 18:18:09 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 5814 invoked by uid 99); 15 Jun 2016 18:18:09 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 18:18:09 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AAF092C1F6C for ; Wed, 15 Jun 2016 18:18:09 +0000 (UTC) Date: Wed, 15 Jun 2016 18:18:09 +0000 (UTC) From: "Venki Korukanti (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4725) Improvements to InfoSchema RecordGenerator needed for DRILL-4714 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Jun 2016 18:18:11 -0000 Venki Korukanti created DRILL-4725: -------------------------------------- Summary: Improvements to InfoSchema RecordGenerator needed for DRILL-4714 Key: DRILL-4725 URL: https://issues.apache.org/jira/browse/DRILL-4725 Project: Apache Drill Issue Type: Sub-task Components: Metadata Reporter: Venki Korukanti Assignee: Venki Korukanti 1. Add support for pushing the filter on following fields into InfoSchemaRecordGenerator: - CATALOG_NAME - COLUMN_NAME 2. Pushdown LIKE with ESCAPE. Add test. 3. Add a method visitCatalog() to InfoSchemaRecordGenerator to decide whether to explore the catalog or not -- This message was sent by Atlassian JIRA (v6.3.4#6332)