jeppe742 / DeltaLakeReader

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

allow schema w DECIMAL types where 2nd arg >9 #33

Closed rBatt closed 3 years ago

rBatt commented 3 years ago

Prior to this change, I got the following error:

TypeError: Got type unsupported decimal(38,18) when trying to parse schema

The change seems to resolve the issue.