Return-Path: X-Original-To: apmail-apex-commits-archive@minotaur.apache.org Delivered-To: apmail-apex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11AB818A29 for ; Thu, 24 Sep 2015 02:37:43 +0000 (UTC) Received: (qmail 77158 invoked by uid 500); 24 Sep 2015 02:37:43 -0000 Delivered-To: apmail-apex-commits-archive@apex.apache.org Received: (qmail 77117 invoked by uid 500); 24 Sep 2015 02:37:43 -0000 Mailing-List: contact commits-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list commits@apex.incubator.apache.org Received: (qmail 77108 invoked by uid 99); 24 Sep 2015 02:37:42 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 02:37:42 +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 8C2B2C0705 for ; Thu, 24 Sep 2015 02:37:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.795 X-Spam-Level: * X-Spam-Status: No, score=1.795 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id UdZSML7iR2jO for ; Thu, 24 Sep 2015 02:37:28 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 9BC9D43A17 for ; Thu, 24 Sep 2015 02:37:27 +0000 (UTC) Received: (qmail 74224 invoked by uid 99); 24 Sep 2015 02:37:21 -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, 24 Sep 2015 02:37:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 12C5ADFE7C; Thu, 24 Sep 2015 02:37:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vrozov@apache.org To: commits@apex.incubator.apache.org Date: Thu, 24 Sep 2015 02:37:23 -0000 Message-Id: <433a58438cc54c6ca3c6a01ff51a8f6a@git.apache.org> In-Reply-To: <853cecd8bc064881a80921331388ecd4@git.apache.org> References: <853cecd8bc064881a80921331388ecd4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/50] [abbrv] incubator-apex-core git commit: Merge branch 'APEX-93' of git://github.com/ishark/incubator-apex-core into isha-apex-93 Merge branch 'APEX-93' of git://github.com/ishark/incubator-apex-core into isha-apex-93 Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/8eb81f7c Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/8eb81f7c Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/8eb81f7c Branch: refs/heads/feature-module Commit: 8eb81f7c6bcb17d209542ab2221e6738353317dd Parents: 09f716e 3178f13 Author: Chetan Narsude Authored: Wed Sep 9 16:40:11 2015 -0700 Committer: Chetan Narsude Committed: Wed Sep 9 16:40:11 2015 -0700 ---------------------------------------------------------------------- .../StreamCodecWrapperForPersistance.java | 2 +- .../stram/plan/physical/PhysicalPlan.java | 28 +++++++++++++++++++- .../stram/plan/StreamPersistanceTests.java | 13 +++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/8eb81f7c/engine/src/main/java/com/datatorrent/stram/plan/physical/PhysicalPlan.java ----------------------------------------------------------------------