Skip to content

Avoid unpacking dictionaries for inputs to SortExec #963

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions