Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

ArrayType(StringType) is not supported when writing to SequenceExample #134

@zhangxuhong

Description

@zhangxuhong

This line of code indicates that ArrayType(StringType, _) will be encoded to FeatureList, however, method encodeFeatureList does not handle this case, and will throw exception.

case _ => throw new RuntimeException(s"Cannot convert row element ${row.get(index)} to FeatureList.")

Is this on purpose or a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions