-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Export/Import] Expand and clean up existing PR on main #77
Conversation
…te the catalog entries
…inders CatalogEntryRetriever, add tests with created types and dependencies created by them
… dependencies of the generated columns are registered as dependencies of the table
…, don't make any cross-catalog dependencies, detect and properly error when CREATE OR REPLACE statements depend on itself
…recreated by GetInfo in the CatalogEntry
…a deadlock, grab the catalog using the context
… catalog in scope
@@ -37,21 +37,29 @@ ORDER BY ALL | |||
22 11 | |||
|
|||
# drop the table the view is based on | |||
statement ok | |||
statement error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably not the behavior we want, so we should allow test
to be dropped if the only dependencies are views.
We do need to keep them as dependencies for the sake of exporting, the table has to be written before the view is written
eab4c52
to
52d961f
Compare
This is reaaaaally weird: read_csv_glob test failing, should error, but it succeeds. |
[Union] Fix issue with keyword/quoted UNION member names.
…er_logical_dependencies
…logical_dependencies
Removed the requirement of
ClientContext
in every CatalogEntry constructor.