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 35F13106CA for ; Tue, 17 Mar 2015 22:21:39 +0000 (UTC) Received: (qmail 91264 invoked by uid 500); 17 Mar 2015 22:21:38 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 91107 invoked by uid 500); 17 Mar 2015 22:21:38 -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 90877 invoked by uid 99); 17 Mar 2015 22:21:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2015 22:21:38 +0000 Date: Tue, 17 Mar 2015 22:21:38 +0000 (UTC) From: "Jason Altekruse (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-2406) Fix expression interpreter to allow executing expressions at planning time 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-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Altekruse resolved DRILL-2406. ------------------------------------ Resolution: Fixed Resolve din 0aa8b19d624d173da51de36aa164f3435d3366a4 and 3f93454f014196a4da198ce012b605b70081fde0 > Fix expression interpreter to allow executing expressions at planning time > -------------------------------------------------------------------------- > > Key: DRILL-2406 > URL: https://issues.apache.org/jira/browse/DRILL-2406 > Project: Apache Drill > Issue Type: Improvement > Reporter: Jason Altekruse > Assignee: Jason Altekruse > Priority: Critical > Fix For: 0.8.0 > > Attachments: DRILL-2406-part1-15-mar-15.patch, DRILL-2406-part1-planning-time-expression-evaulutation.patch, DRILL-2406-part2-15-mar-15.patch, DRILL-2406-part2-planning-time-expression-evaulutation.diff, DRILL-2406-part2-v2-planning-time-expression-evaulutation.patch, DRILL-2406-part2-v3-planning-time-expression-evaulutation.diff > > > The expression interpreter currently available in Drill cannot be used at planning time, as it does not have a means to connect to the direct memory allocator stored at the DrillbitContext level. To implement new rules based on evaluating expressions on constants, or small datasets, such as partition information this limitation must be addressed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)