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 6155E200CCA for ; Wed, 5 Jul 2017 02:44:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 60934162178; Wed, 5 Jul 2017 00:44:15 +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 C5C9E162188 for ; Wed, 5 Jul 2017 02:44:13 +0200 (CEST) Received: (qmail 31645 invoked by uid 500); 5 Jul 2017 00:44:13 -0000 Mailing-List: contact commits-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 commits@carbondata.apache.org Received: (qmail 31613 invoked by uid 99); 5 Jul 2017 00:44:13 -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; Wed, 05 Jul 2017 00:44:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 581CDF5502; Wed, 5 Jul 2017 00:44:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jackylk@apache.org To: commits@carbondata.apache.org Date: Wed, 05 Jul 2017 00:44:38 -0000 Message-Id: <24acaa5569094a2cb64bdbd33e9e62cb@git.apache.org> In-Reply-To: <9fed39f78da2428282d14dcb77491cb5@git.apache.org> References: <9fed39f78da2428282d14dcb77491cb5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/50] [abbrv] carbondata git commit: [CARBONDATA-1240] Added testcase for bad record with update operation. This closes #1106. archived-at: Wed, 05 Jul 2017 00:44:15 -0000 [CARBONDATA-1240] Added testcase for bad record with update operation. This closes #1106. Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/c2b39b26 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/c2b39b26 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/c2b39b26 Branch: refs/heads/streaming_ingest Commit: c2b39b26ede78809e68b7acf7308db02f3a26ea7 Parents: 480ebb8 026ceae Author: Venkata Ramana G Authored: Thu Jun 29 12:50:33 2017 +0530 Committer: Venkata Ramana G Committed: Thu Jun 29 12:50:33 2017 +0530 ---------------------------------------------------------------------- .../src/test/resources/IUD/badrecord.csv | 3 + ...UpdateCarbonTableTestCaseWithBadRecord.scala | 70 ++++++++++++++++++++ 2 files changed, 73 insertions(+) ----------------------------------------------------------------------