Skip to content

Avoid unpacking dictionaries for inputs to SortExec #963

@andygrove

Description

@andygrove

What is the problem the feature request solves?

We currently unpack dictionaries before SortExec, which seems inefficient. I experimented with removing this unpacking and was able to run TPC-H without error, but TPC-DS failed with an out of bounds error.

It is possible that we will need to make changes in upstream DataFusion to support this.

Describe the potential solution

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions