Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 A5E5BCD0E for ; Mon, 22 Dec 2014 06:23:14 +0000 (UTC) Received: (qmail 99460 invoked by uid 500); 22 Dec 2014 06:23:13 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 99358 invoked by uid 500); 22 Dec 2014 06:23:13 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 99144 invoked by uid 500); 22 Dec 2014 06:23:13 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 99112 invoked by uid 99); 22 Dec 2014 06:23:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2014 06:23:13 +0000 Date: Mon, 22 Dec 2014 06:23:13 +0000 (UTC) From: "Dong Chen (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8155) In select statement after * any random characters are allowed in hive but in RDBMS its not allowed 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/HIVE-8155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Chen updated HIVE-8155: ---------------------------- Assignee: Dong Chen Status: Patch Available (was: Open) > In select statement after * any random characters are allowed in hive but in RDBMS its not allowed > --------------------------------------------------------------------------------------------------- > > Key: HIVE-8155 > URL: https://issues.apache.org/jira/browse/HIVE-8155 > Project: Hive > Issue Type: Improvement > Reporter: Ferdinand Xu > Assignee: Dong Chen > Priority: Critical > > In select statement after * any random characters are allowed in hive but in RDBMS its not allowed. > Steps: > In the below query "abcdef" is random characters. > In RDBMS(oracle): > select *abcdef from mytable; > Output: > ERROR prepare() failed with: ORA-00923: FROM keyword not found where expected > In Hive: > select *abcdef from mytable; > Output: > Query worked fine and display all the records of mytable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)