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 5E4A918656 for ; Sat, 7 Nov 2015 01:27:11 +0000 (UTC) Received: (qmail 40644 invoked by uid 500); 7 Nov 2015 01:27:11 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 40588 invoked by uid 500); 7 Nov 2015 01:27:11 -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 40572 invoked by uid 99); 7 Nov 2015 01:27:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2015 01:27:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0EC332C1F5E for ; Sat, 7 Nov 2015 01:27:11 +0000 (UTC) Date: Sat, 7 Nov 2015 01:27:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4047) Select with options 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-4047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994834#comment-14994834 ] ASF GitHub Bot commented on DRILL-4047: --------------------------------------- Github user julienledem commented on a diff in the pull request: https://github.com/apache/drill/pull/246#discussion_r44204776 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/FileSystemSchemaFactory.java --- @@ -86,7 +86,8 @@ public FileSystemSchema(String name, SchemaConfig schemaConfig) throws IOExcepti void setPlus(SchemaPlus plusOfThis){ for(WorkspaceSchema s : schemaMap.values()){ - plusOfThis.add(s.getName(), s); + SchemaPlus schemaPlus = plusOfThis.add(s.getName(), s); +// schemaPlus.add(arg0, arg1); --- End diff -- todo: cleanup > Select with options > ------------------- > > Key: DRILL-4047 > URL: https://issues.apache.org/jira/browse/DRILL-4047 > Project: Apache Drill > Issue Type: Improvement > Components: Execution - Relational Operators > Reporter: Julien Le Dem > Assignee: Julien Le Dem > > Add a mechanism to pass parameters down to the StoragePlugin when writing a Select statement. > Some discussion here: > http://mail-archives.apache.org/mod_mbox/drill-dev/201510.mbox/%3CCAO%2Bvc4AcGK3%2B3QYvQV1-xPPdpG3Tc%2BfG%3D0xDGEUPrhd6ktHv5Q%40mail.gmail.com%3E > http://mail-archives.apache.org/mod_mbox/drill-dev/201511.mbox/%3CCAO+vc4CLzyLvJEviSFJQtcyxb-ZSmFy4bQrM-jHBiDWzGqFVJg@mail.gmail.com%3E -- This message was sent by Atlassian JIRA (v6.3.4#6332)