Re: Regarding java.lang.NullPointerException

2022-04-05 Thread Xingbo Huang
Hi Josemon, Can you provide the version of PyFlink you are using, and it would be better if you can also provide code snippets that can be easily reproduced this problem. Best, Xingbo Josemon Maliakal 于2022年4月5日周二 13:31写道: > Hello There, > I started using pyflink recently, > Have anyone know

Regarding java.lang.NullPointerException

2022-04-04 Thread Josemon Maliakal
Hello There, I started using pyflink recently, Have anyone know why I am getting java.lang.NullPointerException when I am trying to write an update function like the following tbl = tbl.select(update_tel(tbl.data)).execute_insert('result').wait() Caused by: java.lang.NullPointerException