From issues-return-32441-archive-asf-public=cust-asf.ponee.io@carbondata.apache.org Thu Jan 25 09:47:50 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 6895A180651 for ; Thu, 25 Jan 2018 09:47:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 58318160C3D; Thu, 25 Jan 2018 08:47:50 +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 C5456160C13 for ; Thu, 25 Jan 2018 09:47:49 +0100 (CET) Received: (qmail 91837 invoked by uid 500); 25 Jan 2018 08:47:49 -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 91828 invoked by uid 99); 25 Jan 2018 08:47:49 -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; Thu, 25 Jan 2018 08:47:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ADF48DFB31; Thu, 25 Jan 2018 08:47:47 +0000 (UTC) From: xubo245 To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #1859: [CARBONDATA-2077][CARBONDATA-1516] it should ... Content-Type: text/plain Date: Thu, 25 Jan 2018 08:47:47 +0000 (UTC) GitHub user xubo245 opened a pull request: https://github.com/apache/carbondata/pull/1859 [CARBONDATA-2077][CARBONDATA-1516] it should throw no such datamap when drop datamap and the datamap does not exist DROP DATAMAP should throw exception if table not exist, even though there is IF EXISTS Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed? No - [ ] Any backward compatibility impacted? NO - [ ] Document update required? NO - [ ] Testing done add test case in TestTimeSeriesDropSuite - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. No You can merge this pull request into a Git repository by running: $ git pull https://github.com/xubo245/carbondata CARBONDATA2075_dropDatamapExceptionWhenNoSuchTableIFExist Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1859.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 #1859 ---- commit 76b2c0363e57fc27a5a4754c8a97ee39ec1adf95 Author: xubo245 <601450868@...> Date: 2018-01-25T08:42:13Z [CARBONDATA-2077][CARBONDATA-1516] it should throw no such datamap when drop datamap and the datamap does not exist DROP DATAMAP should throw exception if table not exist, even though there is IF EXISTS ---- ---