noirello / pyorc

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

Support to set `dict key size threshold` #46

Closed dirtysalt closed 2 years ago

dirtysalt commented 2 years ago

Sometimes we want to create a ORC file with dictionary encoding, and we can force to use dictionary encoding by setting dict_key_size_threshold=1.0f

noirello commented 2 years ago

Thank you. It looks good. There are some unrelated issues with the Windows CI build, when installing the ORC lib. I'll fix it, then run the tests again.