Closed benjamin-brady closed 10 months ago
@benjamin-brady Looks like there was an upstream doc issue.
tldr: Use typeLength
instead of bitWidth
https://github.com/ironSource/parquetjs/issues/100
I'll put up a PR to fix it with a simple test as well.
Steps to reproduce
Expected behaviour
It should at least compile.
Actual behaviour
Error because there is no bitWidth property on the FieldDefinition type.