Closed adriangb closed 6 days ago
I'm not sure that changing the implementation is possible at this point. We could call deregister_table but I fear that's not atomic. So we'd have to change the implementation of SchemaProvider, a breaking change.
See https://github.com/pydantic/datafusion/blob/1af1b49d6afa4be61e8c32a0510e97c85301e747/datafusion/catalog/src/schema.rs#L56-L60
I'm not sure that changing the implementation is possible at this point. We could call deregister_table but I fear that's not atomic. So we'd have to change the implementation of SchemaProvider, a breaking change.