Skip to content

Inline fill only handles primitive types: struct-typed fill fails with "unsupported type code: struct" #1061

Description

@sbahirnv

Reductions like argmin/argmax fill their output with a struct value.
Under inline PyTask execution the fill goes through the inline fill path, which only handles
primitive scalar types and rejects the struct type with unsupported type code: struct.

Affects kmeans.py example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions