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

Schema-qualified table names #2466

Merged
merged 45 commits into from
Apr 29, 2024
Merged

Schema-qualified table names #2466

merged 45 commits into from
Apr 29, 2024

Conversation

zachmu
Copy link
Member

@zachmu zachmu commented Apr 18, 2024

This PR also fixes a couple unrelated issues:

  • IMDB query plans are brought up to date (this is most of the change lines)
  • Fixed bugs in certain show statements (information_schema tests)

@zachmu zachmu requested a review from max-hoffman April 24, 2024 23:03
Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

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

LGTM, nothing really looks suspicious, other than whatever was going on with FK resolution before.

@zachmu
Copy link
Member Author

zachmu commented Apr 26, 2024

LGTM, nothing really looks suspicious, other than whatever was going on with FK resolution before.

It turns out that Dolt required the table to be re-resolved because of delayed foreign key resolution, which means that an update statement has the side effect of updating the serialized schema of a table :\

I fixed it in the Dolt layer.

@zachmu zachmu merged commit 6feb678 into main Apr 29, 2024
7 checks passed
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.

None yet

2 participants