You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've given it a few attempts with the python interface for delta-rs and also through Polars, but I've been unable to create a table with the properties :
HectorPascual
changed the title
Setting Universal Format (UniForm) table properties
Setting Universal Format (UniForm) table properties not possible
Mar 4, 2025
Description
I'd like to know whether it's possible to set the table properties required to have UniForm in delta tables created through delta-rs.
https://docs.delta.io/latest/delta-uniform.html
I've given it a few attempts with the python interface for delta-rs and also through Polars, but I've been unable to create a table with the properties :
Attempting to create a table with above properties results in the following error below :
DeltaError: Kernel: Generic delta kernel error: Error parsing property 'delta.enableIcebergCompatV2':'true'
Code for reproducing :
I also tested creating the table and setting the propeties later but same error was thrown :
Environment
Python 3.12
DeltaLake 0.24.0
The text was updated successfully, but these errors were encountered: