Re: Reducing runtime of Flink planner

2019-01-10 Thread Niklas Teichmann
. Could this solve your problem? I will also loop in Fabian who might knows more. Regards, Timo [1] https://issues.apache.org/jira/browse/FLINK-10566 Am 07.01.19 um 14:05 schrieb Niklas Teichmann: > Hi everybody, > > I have a question concerning the planner for the Flink Table /

Reducing runtime of Flink planner

2019-01-07 Thread Niklas Teichmann
Hi everybody, I have a question concerning the planner for the Flink Table / Batch API. At the moment I try to use a library called Cypher for Apache Flink, a project that tries to implement the graph database query language Cypher on Apache Flink (CAPF,

Flink Table Duplicate Evaluation

2018-11-20 Thread Niklas Teichmann
Hi everybody, I have a question concerning the Flink Table API, more precisely the way the results of tables statements are evaluated. In the following code example, the statement defining the table t1 is evaluated twice, an effect that leads to some issues of performance and logic in the