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 5E7F21853A for ; Tue, 3 Nov 2015 23:05:28 +0000 (UTC) Received: (qmail 16108 invoked by uid 500); 3 Nov 2015 23:05:28 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 15992 invoked by uid 500); 3 Nov 2015 23:05:28 -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 15680 invoked by uid 99); 3 Nov 2015 23:05:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 23:05:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BE0082C1F5F for ; Tue, 3 Nov 2015 23:05:27 +0000 (UTC) Date: Tue, 3 Nov 2015 23:05:27 +0000 (UTC) From: "Krystal (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4022) Negation of an interval results in a NPE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Krystal created DRILL-4022: ------------------------------ Summary: Negation of an interval results in a NPE Key: DRILL-4022 URL: https://issues.apache.org/jira/browse/DRILL-4022 Project: Apache Drill Issue Type: Bug Components: Execution - Data Types Reporter: Krystal Putting a minus sign before "interval" in a query causes NPE. select -interval '4:59' hour to minute from basic limit 1; Error: SYSTEM ERROR: NullPointerException -- This message was sent by Atlassian JIRA (v6.3.4#6332)