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 BE340200BD8 for ; Wed, 7 Dec 2016 17:05:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BCDB4160B0C; Wed, 7 Dec 2016 16:05:46 +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 0F4E6160AF9 for ; Wed, 7 Dec 2016 17:05:45 +0100 (CET) Received: (qmail 69659 invoked by uid 500); 7 Dec 2016 16:05:45 -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 69648 invoked by uid 99); 7 Dec 2016 16:05:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 16:05:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9C02BC661F for ; Wed, 7 Dec 2016 16:05:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7HV3IsQ1lXSG for ; Wed, 7 Dec 2016 16:05:44 +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-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 551555FB85 for ; Wed, 7 Dec 2016 16:05:43 +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 uB7G5gN4027745; Wed, 7 Dec 2016 16:05:42 GMT Message-Id: <201612071605.uB7G5gN4027745@ip-10-146-233-104.ec2.internal> Date: Wed, 7 Dec 2016 16:05:41 +0000 From: "Lars Volker (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Matthew Jacobs , Alex Behm Reply-To: lv@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-4403=3A_Implement_SHOW_RANGE_PARTITIONS_for_Kudu_tables=0A?= X-Gerrit-Change-Id: Idf5b2fdd02938a42fa59ec98884e4ac915dd1f65 X-Gerrit-ChangeURL: X-Gerrit-Commit: c50b0271f6e14c28650440aea07c49cd30699d5c 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, 07 Dec 2016 16:05:46 -0000 Lars Volker has uploaded a new patch set (#2). Change subject: IMPALA-4403: Implement SHOW RANGE PARTITIONS for Kudu tables ...................................................................... IMPALA-4403: Implement SHOW RANGE PARTITIONS for Kudu tables This is a rough draft and should serve as a base for discussion on how to properly implement this. I'm happy to add another command to the catalog to handle show partitions separately from show stats. We might as well merge this change now and then clean it up properly in a subsequent change. Also I'm happy to add more tests if needed, e.g. to the AnalyzerTests. Change-Id: Idf5b2fdd02938a42fa59ec98884e4ac915dd1f65 --- M common/thrift/Frontend.thrift M fe/src/main/cup/sql-parser.cup M fe/src/main/java/org/apache/impala/analysis/ShowPartitionsStmt.java M fe/src/main/java/org/apache/impala/analysis/ShowStatsStmt.java M fe/src/main/java/org/apache/impala/catalog/KuduTable.java M fe/src/main/java/org/apache/impala/service/Frontend.java M fe/src/main/java/org/apache/impala/service/JniFrontend.java M fe/src/test/java/org/apache/impala/analysis/ParserTest.java M testdata/workloads/functional-query/queries/QueryTest/kudu_alter.test 9 files changed, 163 insertions(+), 26 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/90/5390/2 -- To view, visit http://gerrit.cloudera.org:8080/5390 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Idf5b2fdd02938a42fa59ec98884e4ac915dd1f65 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker Gerrit-Reviewer: Alex Behm Gerrit-Reviewer: Matthew Jacobs