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 28020200BDB for ; Mon, 12 Dec 2016 13:37:56 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 26A27160B22; Mon, 12 Dec 2016 12:37:56 +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 6F820160B0D for ; Mon, 12 Dec 2016 13:37:55 +0100 (CET) Received: (qmail 68358 invoked by uid 500); 12 Dec 2016 12:37:54 -0000 Mailing-List: contact commits-help@carbondata.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.incubator.apache.org Delivered-To: mailing list commits@carbondata.incubator.apache.org Received: (qmail 68349 invoked by uid 99); 12 Dec 2016 12:37:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2016 12:37:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4ADA7C0370 for ; Mon, 12 Dec 2016 12:37:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Pi-eTJFAkmp4 for ; Mon, 12 Dec 2016 12:37:53 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 591355F46F for ; Mon, 12 Dec 2016 12:37:53 +0000 (UTC) Received: (qmail 68331 invoked by uid 99); 12 Dec 2016 12:37:52 -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; Mon, 12 Dec 2016 12:37:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A4FD8E38C2; Mon, 12 Dec 2016 12:37:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ravipesala@apache.org To: commits@carbondata.incubator.apache.org Date: Mon, 12 Dec 2016 12:37:54 -0000 Message-Id: <3e66087ea56c4a009bcced09c825c43c@git.apache.org> In-Reply-To: <84e3db4535b34396b7a8094469eed8da@git.apache.org> References: <84e3db4535b34396b7a8094469eed8da@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] incubator-carbondata git commit: [CARBONDATA-413] Unit test case for expression.conditional package This closes #350 archived-at: Mon, 12 Dec 2016 12:37:56 -0000 [CARBONDATA-413] Unit test case for expression.conditional package This closes #350 Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/edcea9bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/edcea9bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/edcea9bd Branch: refs/heads/master Commit: edcea9bd2484fb01a29ec30246f054f61b096958 Parents: 3325013 ee2f17a Author: ravipesala Authored: Mon Dec 12 18:07:32 2016 +0530 Committer: ravipesala Committed: Mon Dec 12 18:07:32 2016 +0530 ---------------------------------------------------------------------- .../conditional/EqualToExpressionUnitTest.java | 315 ++++++++++++++ .../GreaterThanEqualToExpressionUnitTest.java | 294 ++++++++++++++ .../GreaterThanExpressionUnitTest.java | 364 +++++++++++++++++ .../conditional/InExpressionUnitTest.java | 276 +++++++++++++ .../LessThanEqualToExpressionUnitTest.java | 368 +++++++++++++++++ .../conditional/LessThanExpressionUnitTest.java | 364 +++++++++++++++++ .../conditional/ListExpressionUnitTest.java | 64 +++ .../NotEqualsExpressionUnitTest.java | 406 +++++++++++++++++++ .../conditional/NotInExpressionUnitTest.java | 275 +++++++++++++ 9 files changed, 2726 insertions(+) ----------------------------------------------------------------------