Skip to content

shapes operator de-unions in vector runtime #6916

@philrz

Description

@philrz
$ echo '
  1::(int64|null)
  null::(int64|null)
  2::(int64|string)
' | super -vam -c "shapes | sort" -

1
2

Details

Repro is with super commit 303652b.

The union types are present in the output when the same query is executed in sequential runtime.

$ super -version
Version: v0.3.0-105-g303652bd0

$ echo '
  1::(int64|null)
  null::(int64|null)
  2::(int64|string)
' | super -sam -c "shapes | sort" -

1::(int64|null)
2::(int64|string)

Metadata

Metadata

Assignees

No one assigned

    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