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

Runtime: drop table fix for external table storage #4267

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

k-anshul
Copy link
Member

@k-anshul k-anshul commented Mar 7, 2024

The issue is that at lot of places we look at information_schema lookup on main db to determine whether tbl is a view or table. For external table storage, it will always resolve to view so in cases when external table storage is enabled we need to check if its a true view or a view on top of externally stored table.

@k-anshul k-anshul self-assigned this Mar 7, 2024
@begelundmuller begelundmuller merged commit c938226 into main Mar 7, 2024
6 checks passed
@begelundmuller begelundmuller deleted the drop_tablefix branch March 7, 2024 10:51
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