这是indexloc提供的服务,不要输入任何密码
Skip to content

[BUG] Crashes when using invalid symbol in UDF #97

@KorlaMarch

Description

@KorlaMarch

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions