I opend an issue. After compiling with the commented check (actually the whole block, line 867-900) I get a NullPointerException:
java.lang.NullPointerException at org.apache.flink.compiler.PactCompiler$GraphCreatingVisitor.postVisit(PactCompiler.java:870) at org.apache.flink.compiler.PactCompiler$GraphCreatingVisitor.postVisit(PactCompiler.java:622) at org.apache.flink.api.common.operators.DualInputOperator.accept(DualInputOperator.java:283) at org.apache.flink.api.common.operators.SingleInputOperator.accept(SingleInputOperator.java:202) at org.apache.flink.api.common.operators.GenericDataSinkBase.accept(GenericDataSinkBase.java:286) at org.apache.flink.api.common.Plan.accept(Plan.java:281) at org.apache.flink.compiler.PactCompiler.compile(PactCompiler.java:517) at org.apache.flink.compiler.PactCompiler.compile(PactCompiler.java:466) at org.apache.flink.client.program.Client.getOptimizedPlan(Client.java:196) at org.apache.flink.client.program.Client.getOptimizedPlan(Client.java:209) at org.apache.flink.client.program.Client.run(Client.java:285) at org.apache.flink.client.program.Client.run(Client.java:230) at org.apache.flink.client.CliFrontend.executeProgram(CliFrontend.java:347) at org.apache.flink.client.CliFrontend.run(CliFrontend.java:334) at org.apache.flink.client.CliFrontend.parseParameters(CliFrontend.java:1001) at org.apache.flink.client.CliFrontend.main(CliFrontend.java:1025) On Wed, Oct 8, 2014 at 5:11 PM, Maximilian Alber <[email protected] > wrote: > I will tomorrow. > I will try. Thanks. > > Cheers > Max > > On Wed, Oct 8, 2014 at 2:52 PM, Stephan Ewen <[email protected]> wrote: > >> I think we can disable the check. Can you open an issue for that? >> >> As a quick fix, is it possible for you to compile yourself a version >> where the check is commented out? >> > >
