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 0037310FA2 for ; Tue, 3 Jun 2014 01:16:55 +0000 (UTC) Received: (qmail 45411 invoked by uid 500); 3 Jun 2014 01:16:53 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 45340 invoked by uid 500); 3 Jun 2014 01:16:53 -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 45305 invoked by uid 99); 3 Jun 2014 01:16:53 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 01:16:53 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 1AD4A1D9A63; Tue, 3 Jun 2014 01:16:45 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7897393188391363997==" MIME-Version: 1.0 Subject: Review Request 22170: analyze table T compute statistics for columns; will now compute stats for all columns. From: "Ashutosh Chauhan" To: j.prasanth.j@gmail.com Cc: "Ashutosh Chauhan" , "hive" Date: Tue, 03 Jun 2014 01:16:45 -0000 Message-ID: <20140603011645.12449.78995@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Ashutosh Chauhan" X-ReviewGroup: hive X-ReviewRequest-URL: https://reviews.apache.org/r/22170/ X-Sender: "Ashutosh Chauhan" Reply-To: "Ashutosh Chauhan" X-ReviewRequest-Repository: hive-git --===============7897393188391363997== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22170/ ----------------------------------------------------------- Review request for hive and Prasanth_J. Bugs: HIVE-7168 https://issues.apache.org/jira/browse/HIVE-7168 Repository: hive-git Description ------- analyze table T compute statistics for columns; will now compute stats for all columns. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/parse/ColumnStatsSemanticAnalyzer.java 5b77e6f ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g 6d958fd ql/src/test/queries/clientpositive/columnstats_partlvl.q 9dfe8ff ql/src/test/queries/clientpositive/columnstats_tbllvl.q 170fbc5 ql/src/test/results/clientpositive/columnstats_partlvl.q.out d91be8d ql/src/test/results/clientpositive/columnstats_tbllvl.q.out 3d3d0e2 Diff: https://reviews.apache.org/r/22170/diff/ Testing ------- Added new tests. Thanks, Ashutosh Chauhan --===============7897393188391363997==--