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

[BUG] Tuplex crashes in exception resolver when take/collect() is called twice #94

@KorlaMarch

Description

@KorlaMarch

The tuplex crashes from a corrupted exception partition when the pipeline is executed twice. This could be an issue from invalidating partition.

Example pipeline when it crashes:

ds = c.parallelize([(1, "A"),(2, "a"),(3, 2)]).filter(lambda a, b: a > 1)
ds.collect()
ds.collect()

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