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

fix: add catalog information to the serialization of a few logical operators #7270

Merged
merged 6 commits into from
Apr 29, 2023

Conversation

stephaniewang526
Copy link
Contributor

@stephaniewang526 stephaniewang526 commented Apr 26, 2023

Some logical operators do not currently serialize the catalog name and instead rely on resolving it through the search path when deserializing which is not ideal. Adding catalog name into the serialization allows this information to be persisted across the wire.

Copy link
Collaborator

@Mytherin Mytherin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! LGTM. Could we also increment the storage version and re-generate the storage test database?

@Mytherin Mytherin merged commit 43a97f9 into duckdb:master Apr 29, 2023
@stephaniewang526 stephaniewang526 deleted the catalog-serialization branch April 29, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants