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

[BUG] Parallelize crashes when an exception row does not match normal case varlength schema #56

@bgivertz

Description

@bgivertz

Tuplex crashes on parallelize when the normal case is a tuple with a var length field but an exception does not have a var length field

Example

c = Context()
c.parallelize([("a", 1), ("b", 2), ("c", 3), (None, 4)]) # Crashes because the normal case is (str, int) but an exception is (NoneType, int)

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