Skip to content

Conversation

mesejo
Copy link
Contributor

@mesejo mesejo commented Oct 21, 2025

Description of changes

Modifies the DuckDB backend to fix the mentioned bug. According to the DuckDB docs, one way to create a persistent table from a Python object is to register it and then make the table from the view.

This PR only drops the view at the end.

Issues closed

Resolves #11709

@github-actions github-actions bot added tests Issues or PRs related to tests duckdb The DuckDB backend labels Oct 21, 2025
@mesejo mesejo force-pushed the fix/duckdb_create_table_from_data branch from 8d10375 to 796b08e Compare October 21, 2025 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duckdb The DuckDB backend tests Issues or PRs related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: create_table of duckdb Backend creates duplicated tables

1 participant