bug: [Python] write_deltalake does not enforce schema #623
Labels
binding/python
Issues for the Python package
bug
Something isn't working
good first issue
Good for newcomers
Environment
Delta-rs version: 0.5.7
Binding: Python
Environment:
Bug
What happened:
What you expected to happen:
How to reproduce it:
See https://github.com/MrPowers/delta-examples/blob/8d08441ea2e6986fdd4ab0d7d03cca7d64968c99/notebooks/delta-rs/intro-to-delta-rs.ipynb
More details:
We should be enforcing the schema here, when we know the table already exists and we know the schema:
delta-rs/python/deltalake/writer.py
Lines 144 to 149 in 92c35d8
The text was updated successfully, but these errors were encountered: