Skip to content

Fix the incomplete switch in collectArrowInformationForSetOperation #2375

Open
@barakmich

Description

@barakmich

Problem Statement

In pkg/schema/arrows.go in collectArrowInformationForSetOperation the switch over the core proto type is incomplete, missing *core.SetOperation_Child_FunctionedTupleToUserset.

#2374 highlights the issue with a comment but doesn't fix it (though it does provide a more helpful error message, and covers the case)

Solution Brainstorm

The implementation is very similar to Child_TupleToUserset in the same switch, if someone wants to go fix it really quick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    hint/good first issueSomeone new could handle thiskind/proposalSomething fundamentally needs to change

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions