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 373CE1837B for ; Thu, 1 Oct 2015 19:02:49 +0000 (UTC) Received: (qmail 65121 invoked by uid 500); 1 Oct 2015 19:02:27 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 65090 invoked by uid 500); 1 Oct 2015 19:02:27 -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 65078 invoked by uid 99); 1 Oct 2015 19:02:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2015 19:02:27 +0000 Date: Thu, 1 Oct 2015 19:02:27 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-3869) Trailing semicolon causes web UI to fail 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-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940237#comment-14940237 ] ASF GitHub Bot commented on DRILL-3869: --------------------------------------- Github user aleph-zero commented on the pull request: https://github.com/apache/drill/pull/178#issuecomment-144817688 Addressed above comments by trimming whitespace from the query string prior to trimming any trailing ';' character. > Trailing semicolon causes web UI to fail > ---------------------------------------- > > Key: DRILL-3869 > URL: https://issues.apache.org/jira/browse/DRILL-3869 > Project: Apache Drill > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Andrew > Assignee: Andrew > Fix For: 1.2.0 > > > When submitting a query through the web UI, if the user types in a trailing ';' the query will fail with the error message: org.apache.drill.common.exceptions.UserRemoteException: PARSE ERROR: Encountered ";" at line 1, column 42. Was expecting one of: "OFFSET" ... "FETCH" ... -- This message was sent by Atlassian JIRA (v6.3.4#6332)