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 271AD116B8 for ; Thu, 31 Jul 2014 00:44:03 +0000 (UTC) Received: (qmail 37650 invoked by uid 500); 31 Jul 2014 00:44:03 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 37625 invoked by uid 500); 31 Jul 2014 00:44:03 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 37611 invoked by uid 99); 31 Jul 2014 00:44:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 00:44:03 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 31 Jul 2014 00:44:04 +0000 Received: (qmail 36668 invoked by uid 99); 31 Jul 2014 00:43:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 00:43:38 +0000 Date: Thu, 31 Jul 2014 00:43:38 +0000 (UTC) From: "Xiao Meng (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-1231) SQL aliases does not work properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Xiao Meng created DRILL-1231: -------------------------------- Summary: SQL aliases does not work properly Key: DRILL-1231 URL: https://issues.apache.org/jira/browse/DRILL-1231 Project: Apache Drill Issue Type: Bug Affects Versions: 0.4.0 Reporter: Xiao Meng Priority: Critical git.commit.id.abbrev=0d6befc SQL aliases does not work properly. Run the following query in SQLLine, we get {code} 0: jdbc:drill:local=127.0.0.1:31010> select name as alias_name from sys.options limit 1; +------------+ | name | +------------+ | drill.exec.rpc.bit.server.retry.delay | +------------+ 1 row selected (0.297 seconds) {code} The same issue exists for hive table and dfs. View works fine though. It causes the tableau issue in DRILL-1228. -- This message was sent by Atlassian JIRA (v6.2#6252)