Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4D6710FCA for ; Mon, 28 Dec 2015 14:37:50 +0000 (UTC) Received: (qmail 8286 invoked by uid 500); 28 Dec 2015 14:37:50 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 7604 invoked by uid 500); 28 Dec 2015 14:37:49 -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 7570 invoked by uid 99); 28 Dec 2015 14:37:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2015 14:37:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 928EA2C1F56 for ; Mon, 28 Dec 2015 14:37:49 +0000 (UTC) Date: Mon, 28 Dec 2015 14:37:49 +0000 (UTC) From: "Brick Shitting Bird Jr. (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4229) Parse query exception on 'USE mongo.Ref' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Brick Shitting Bird Jr. created DRILL-4229: ---------------------------------------------- Summary: Parse query exception on 'USE mongo.Ref' Key: DRILL-4229 URL: https://issues.apache.org/jira/browse/DRILL-4229 Project: Apache Drill Issue Type: Bug Components: SQL Parser Affects Versions: 1.3.0 Reporter: Brick Shitting Bird Jr. 0: jdbc:drill:zk=local> USE mongo.Ref; Error: PARSE ERROR: Encountered ". Ref" at line 1, column 10. Was expecting one of: "." ... "." ... "." ... "." ... "." ... "." "*" ... "[" ... while parsing SQL query: USE mongo.Ref ^ [Error Id: 8bcb01a5-51f7-4ed5-bd44-e388656d5eac on K1404015.kontur:31010] (state =,code=0) But it works when using backquotes "USE mongo.`Ref`;" -- This message was sent by Atlassian JIRA (v6.3.4#6332)