Example case: ``` c.csv("zillow_data.csv").mapColumn('title', lambda x: split(x)[0]) ``` Here,`split` is undefined in Python, so it cause the runtime to crash (in codegen part). Ideally, we want this to return an error to the user instead