Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7750C11C41 for ; Tue, 17 Jun 2014 16:12:48 +0000 (UTC) Received: (qmail 6213 invoked by uid 500); 17 Jun 2014 16:12:48 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 6157 invoked by uid 500); 17 Jun 2014 16:12:48 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 6146 invoked by uid 99); 17 Jun 2014 16:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 16:12:48 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 17 Jun 2014 16:12:43 +0000 Received: (qmail 6066 invoked by uid 99); 17 Jun 2014 16:12:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 16:12:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E00E8980A6E; Tue, 17 Jun 2014 16:12:22 +0000 (UTC) From: JonathanH5 To: dev@flink.incubator.apache.org Reply-To: dev@flink.incubator.apache.org Message-ID: Subject: [GitHub] incubator-flink pull request: Fixed JSON Bug for some plans. Content-Type: text/plain Date: Tue, 17 Jun 2014 16:12:22 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user JonathanH5 opened a pull request: https://github.com/apache/incubator-flink/pull/23 Fixed JSON Bug for some plans. I was able to fix the Bug in the JSON file found while merging #15. I created an additional test case which tests all example jars which don't need arguments to verify our JSON build. You can merge this pull request into a Git repository by running: $ git pull https://github.com/JonathanH5/incubator-flink JsonValidationTest Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-flink/pull/23.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 #23 ---- commit b062397bfa1c687911fb90937c49813cca4ff2b2 Author: Jonathan Date: 2014-06-17T12:08:27Z Fixed JSON Bug for some plans. Added license Fixed Json Bug for some plans ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---