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 BDA4D1157C for ; Tue, 16 Sep 2014 22:30:35 +0000 (UTC) Received: (qmail 94280 invoked by uid 500); 16 Sep 2014 22:30:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 94227 invoked by uid 500); 16 Sep 2014 22:30:34 -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 94061 invoked by uid 500); 16 Sep 2014 22:30:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 94038 invoked by uid 99); 16 Sep 2014 22:30:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 22:30:34 +0000 Date: Tue, 16 Sep 2014 22:30:34 +0000 (UTC) From: "Alan Gates (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-8152) Update with expression in set fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alan Gates created HIVE-8152: -------------------------------- Summary: Update with expression in set fails Key: HIVE-8152 URL: https://issues.apache.org/jira/browse/HIVE-8152 Project: Hive Issue Type: Bug Components: Query Processor Affects Versions: 0.14.0 Reporter: Alan Gates Assignee: Eugene Koifman Priority: Critical Doing: {{update orctabsmall set age = age + 1;}} results in {{FAILED: ParseException line 1:33 missing EOF at '+' near 'age'}} We should be able to handle simple expressions in set clauses. -- This message was sent by Atlassian JIRA (v6.3.4#6332)