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 B4D15200D2D for ; Fri, 27 Oct 2017 22:37:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B3410160BF2; Fri, 27 Oct 2017 20:37:51 +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 2B7011609DD for ; Fri, 27 Oct 2017 22:37:51 +0200 (CEST) Received: (qmail 841 invoked by uid 500); 27 Oct 2017 20:37:50 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 832 invoked by uid 99); 27 Oct 2017 20:37:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2017 20:37:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7703BDFB77; Fri, 27 Oct 2017 20:37:48 +0000 (UTC) From: kunal642 To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #1443: [CARBONDATA-1524[CARBONDATA-1525] Added suppo... Content-Type: text/plain Date: Fri, 27 Oct 2017 20:37:48 +0000 (UTC) archived-at: Fri, 27 Oct 2017 20:37:51 -0000 GitHub user kunal642 opened a pull request: https://github.com/apache/carbondata/pull/1443 [CARBONDATA-1524[CARBONDATA-1525] Added support for aggregate table drop Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [X] Make sure the PR title is formatted like: `[CARBONDATA-] Description of pull request` - [X] Make sure to add PR description including - the root cause/problem statement - What is the implemented solution - [X] Any interfaces changed? Metastore interface is changed to support child table drop - [X] Any backward compatibility impacted? No - [X] Document update required? No - [X] Testing done Test cases are added for child and parent table drop scenarios. - [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/kunal642/carbondata drop_agg_support Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1443.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1443 ---- commit 4400f65d3ad588230a84ca67bb96c6675d60ef02 Author: kunal642 Date: 2017-10-18T14:39:04Z added support for aggregate table drop ---- ---