jeppe742 / DeltaLakeReader

Read Delta tables without any Spark
Apache License 2.0
47 stars 14 forks source link

update_metadata_values_to_string #48

Closed sjrojanooo closed 1 year ago

sjrojanooo commented 1 year ago

Delta Lake now has column mapping features that lets you rename a column. This change is only reflected in the and enables metadata only changes. The read and writer version are saved as integers and should be converted to strings. The function simply converts all of the values in the metadata dictionary into string values to avoid the error.

jeppe742 commented 1 year ago

fixed in #50

sjrojanooo commented 1 year ago

@jeppe742 awesome, thank you!