noirello / pyorc

Python module for Apache ORC file format
Apache License 2.0
64 stars 20 forks source link

Create Writer ORC Type directly instead of formatting/parsing string #26

Closed blkerby closed 3 years ago

blkerby commented 3 years ago

This fixes the issue with Writer not being able to handle fields with special characters (#25).

noirello commented 3 years ago

Thank you.