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

[Export/Import] Expand and clean up existing PR on main #77

Closed
wants to merge 102 commits into from

Conversation

Tishj
Copy link
Owner

@Tishj Tishj commented Oct 20, 2023

Removed the requirement of ClientContext in every CatalogEntry constructor.

Tishj added 30 commits August 17, 2023 16:24
…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
@github-actions github-actions bot marked this pull request as draft October 20, 2023 16:06
@@ -37,21 +37,29 @@ ORDER BY ALL
22 11

# drop the table the view is based on
statement ok
statement error
Copy link
Owner Author

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

@Tishj Tishj force-pushed the dependency_manager_logical_dependencies branch from eab4c52 to 52d961f Compare October 26, 2023 08:07
@Tishj
Copy link
Owner Author

Tishj commented Oct 27, 2023

This is reaaaaally weird:
https://github.com/Tishj/duckdb/actions/runs/6651546702/job/18073784695?pr=77

read_csv_glob test failing, should error, but it succeeds.

@Tishj Tishj deleted the branch feature June 14, 2024 14:50
@Tishj Tishj closed this Jun 14, 2024
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