Re: Re: Re: Question about type cast in ExpressionReducer's reduce procedure

2017-06-29 Thread Jark Wu
Hi Aegeaner, I have replied you on FLINK-7036. Regards, Jark 2017-06-29 23:45 GMT+08:00 郭健 : > Thanks Jark, > I have captured the generated code as follow, noticed one line: `int > result$4;` , maybe it’s the result of ExpressionReducer’s type casting. > > > public class ExpressionReducer

Re: Re: Re: Question about type cast in ExpressionReducer's reduce procedure

2017-06-29 Thread 郭健
Thanks Jark, I have captured the generated code as follow, noticed one line: `int result$4;` , maybe it’s the result of ExpressionReducer’s type casting. public class ExpressionReducer$6 extends org.apache.flink.api.common.functions.RichMapFunction { transient org.apac