|
Hi,
Got the solution, this is because of operator chaining Apache Flink was doing after flatmap.
After flatmap we have groupBy operator. The field on which we are doing group by is null in data.
NPE was occurring in groupBy but because of chaining it was showing this in flatmap.
|