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 2E17F98A4 for ; Wed, 10 Dec 2014 20:06:56 +0000 (UTC) Received: (qmail 80102 invoked by uid 500); 10 Dec 2014 20:06:56 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 80049 invoked by uid 500); 10 Dec 2014 20:06:55 -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 80038 invoked by uid 99); 10 Dec 2014 20:06:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2014 20:06:55 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,T_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; Wed, 10 Dec 2014 20:06:54 +0000 Received: (qmail 78482 invoked by uid 99); 10 Dec 2014 20:06:34 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2014 20:06:34 +0000 Received: from mail-qg0-f45.google.com (mail-qg0-f45.google.com [209.85.192.45]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 49D781A0041 for ; Wed, 10 Dec 2014 20:06:32 +0000 (UTC) Received: by mail-qg0-f45.google.com with SMTP id f51so2693663qge.18 for ; Wed, 10 Dec 2014 12:06:30 -0800 (PST) X-Received: by 10.229.53.133 with SMTP id m5mr12374920qcg.28.1418241990946; Wed, 10 Dec 2014 12:06:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.49.7 with HTTP; Wed, 10 Dec 2014 12:06:10 -0800 (PST) In-Reply-To: References: From: Robert Metzger Date: Wed, 10 Dec 2014 21:06:10 +0100 Message-ID: Subject: Re: Forking off the 0.8 release branch. To: "dev@flink.incubator.apache.org" Content-Type: multipart/alternative; boundary=001a1133da32139b540509e23282 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133da32139b540509e23282 Content-Type: text/plain; charset=UTF-8 +1. I think adding the TypeHints pull request to the release is a good idea. This allows us to give users a workaround if the type extraction is not working. I'll have a look at the Hbase hadoop1 support. On Wed, Dec 10, 2014 at 7:35 PM, Stephan Ewen wrote: > Hi everyone! > > I would suggest to fork a 0.8 release branch very soon, to not stall the > development of features that go into 0.9. The new Akka based coordination > and the network stack extensions are required for many new features which > are in the pipeline. > > How about we merge the below listed pull requests into the master, and then > branch the 0.8 release branch off and bump the master version to > 0.9-SNAPSHOT. > > After we have forked the release branch, Marton (as release manager) would > create release candidates and collect status of the tests and patches. We > can fix bugs on the release branch and cherry-pick the patches to the > 0.9-SNAPSHOT branch. > > ---------------------------------------------- > Important Pull Requests to merge: > ---------------------------------------------- > > [FLINK-1287] LocalizableSplitAssigner prefers splits with less degrees of > freedom > > Fixed java quickstart example > > [FLINK-998] Close TCP connections after destroying logical channels > > [FLINK-1302] Make JDBCInputFormat implement the NonParallelInput interface > > [FLINK-1305] [FLINK-1304] Test for HadoopInputWrapper and NullWritable > support > > Upgraded HBase addon to HBase 0.98.x and new Tuple APIs + fix of > ExecutionEnvironment > (this is partially merged, there are a few POM entries missing for Hadoop 1 > support) > > > ---------------------------------------------- > Optional Pull Requests to merge: > ---------------------------------------------- > > Add support for Subclasses, Interfaces, Abstract Classes as POJOs > > [FLINK-1245] Introduce TypeHints for Java API operators > > enable CSV Reader to ignore invalid lines like an empty line at the end and > comments - FLINK-1208 > > > Please veto the important pull requests (if they should not go in) and +1 > or -1 the optional ones, as you deem fitting. > > > Greetings, > Stephan > --001a1133da32139b540509e23282--