ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
4.3k stars 537 forks source link

fix(duckdb): clean up temp view junk when using memtables in `create_table` #9107

Closed cpcloud closed 2 weeks ago

cpcloud commented 2 weeks ago

QoL improvement for loading from in-memory data: no more temporary view junk.

cpcloud commented 2 weeks ago

This happens in most backends, I'll tackle the rest in a follow up.

gforsyth commented 2 weeks ago

This happens in most backends, I'll tackle the rest in a follow up.

hah, I was just fighting with this in MSSQL