Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4136A200C00 for ; Wed, 18 Jan 2017 20:18:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3FE19160B44; Wed, 18 Jan 2017 19:18:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 87B27160B22 for ; Wed, 18 Jan 2017 20:18:32 +0100 (CET) Received: (qmail 59248 invoked by uid 500); 18 Jan 2017 19:18:31 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 59120 invoked by uid 99); 18 Jan 2017 19:18:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2017 19:18:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 4ECBF1A0034 for ; Wed, 18 Jan 2017 19:18:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.363 X-Spam-Level: X-Spam-Status: No, score=0.363 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id SII3TNxGhD2o for ; Wed, 18 Jan 2017 19:18:29 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 660B15FCA2 for ; Wed, 18 Jan 2017 19:18:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id v0IJIL8Y001490; Wed, 18 Jan 2017 19:18:21 GMT Message-Id: <201701181918.v0IJIL8Y001490@ip-10-146-233-104.ec2.internal> Date: Wed, 18 Jan 2017 19:18:21 +0000 From: "Todd Lipcon (Code Review)" To: John Russell , impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Matthew Jacobs , Dimitris Tsirogiannis , Todd Lipcon , Jean-Daniel Cryans , Ambreen Kazi Reply-To: todd@apache.org X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_Updates_to_DML_statements_for_Impala_+_Kudu=0A?= X-Gerrit-Change-Id: I60512b7957fb53d86d3123a4f1d46fbb355f4665 X-Gerrit-ChangeURL: X-Gerrit-Commit: e611e50df6cf7de21cc91c2bb05c6507556e5456 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.2 archived-at: Wed, 18 Jan 2017 19:18:33 -0000 Todd Lipcon has posted comments on this change. Change subject: Updates to DML statements for Impala + Kudu ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5646/1/docs/topics/impala_update.xml File docs/topics/impala_update.xml: Line 50: [ WHERE where_conditions ] > Example of the syntax? I get errors trying to put the join clause in differ looks like the syntax is: UPDATE [target_alias|target_table_ref] SET COL = VAL [, COL = VAL] [FROM [table_ref, ...]] [WHERE ...] eg: UPDATE t1 SET c1='val' FROM t1 JOIN t2 ON t1.foo = t2.foo WHERE ... -- To view, visit http://gerrit.cloudera.org:8080/5646 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I60512b7957fb53d86d3123a4f1d46fbb355f4665 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: John Russell Gerrit-Reviewer: Ambreen Kazi Gerrit-Reviewer: Dimitris Tsirogiannis Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: John Russell Gerrit-Reviewer: Matthew Jacobs Gerrit-Reviewer: Todd Lipcon Gerrit-HasComments: Yes