Skip to content

WordHashBag transform doesn't work when applied to multiple input columns #1510

@yaeldekel

Description

@yaeldekel

The WordHashBag transform creates a TokenizeTransform for each of its input columns, but it uses an array with one entry per output column, so if there are multiple input columns, only one TokenizeTransform per output column is created.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions