Timo Walther

Results 18 comments of Timo Walther

@ktoso Sorry, for replying so late. Yes, it is for Flink itself. You can reproduce the error if you run `mvn javadoc:aggregate -DadditionalJOption="-Xdoclint:none" -Dmaven.javadoc.failOnError=false` on the current master. It would...

We are thinking about dropping genjavadocs for now because of this bug. https://github.com/apache/flink/pull/5003

I will try to look into it. Would be happy about some hints nevertheless.

I think the easiest solution would be to define entire exclusions packages in the pom.xml. If we could simply skip classes that use Scala macros like `org.apache.flink.api.scala.codegen` we would be...

We use it as described in your project description. Yes, the environment variable approach might work.

@MartijnVisser there might be misunderstanding here. This "JSON plan" is not the SQL "CompiledPlan" but a JSON representation of the StreamGraph. Nevertheless, this is public API so we need to...

Thanks for the review @zentol. Next to the necessity to pass around the `isCompile` flag, I found another issue due to the fact that transformations can be caches in a...

Sorry, I somehow missed you opened issue in my notifications. I will try to add an example shortly. We are also planning to add an official testing util module to...