Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid unpacking dictionaries for inputs to SortExec #963

Open
Tracked by #391
andygrove opened this issue Sep 24, 2024 · 0 comments
Open
Tracked by #391

Avoid unpacking dictionaries for inputs to SortExec #963

andygrove opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request performance

Comments

@andygrove
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant