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

Queries with LIMIT are failing with "PhysicalExtensionCodec is not provided" #300

Closed
andygrove opened this issue Sep 30, 2022 · 2 comments · Fixed by #304
Closed

Queries with LIMIT are failing with "PhysicalExtensionCodec is not provided" #300

andygrove opened this issue Sep 30, 2022 · 2 comments · Fixed by #304
Assignees
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

Describe the bug

There is a regression since updating the DataFusion version. I am trying to run some benchmarks and queries are failing with:

Error planning job dpexNV1: NotImplemented(\"PhysicalExtensionCodec is not provided\")

To Reproduce
tbd

Expected behavior
Should work

Additional context
None

@andygrove andygrove added the bug Something isn't working label Sep 30, 2022
@andygrove andygrove self-assigned this Sep 30, 2022
@andygrove
Copy link
Member Author

This happens with df.show but not df.collect

@andygrove andygrove changed the title PhysicalExtensionCodec is not provided when running jobs Queries with LIMIT are failing with PhysicalExtensionCodec is not provided when running jobs Oct 1, 2022
@andygrove andygrove changed the title Queries with LIMIT are failing with PhysicalExtensionCodec is not provided when running jobs Queries with LIMIT are failing with PhysicalExtensionCodec is not provided Oct 1, 2022
@andygrove andygrove changed the title Queries with LIMIT are failing with PhysicalExtensionCodec is not provided Queries with LIMIT are failing with "PhysicalExtensionCodec is not provided" Oct 1, 2022
@andygrove
Copy link
Member Author

Root cause is that we do not support SortPreservingMergeExec in serde code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant