criccomini / pymetastore

A Python Client for Hive Metastore
MIT License
9 stars 1 forks source link

repr(), str() and eq() for Hive Types #24

Closed cpard closed 1 year ago

cpard commented 1 year ago

added repr(), str() and eq() implementations for all the Hive types plus tests to ensure the format and that eval can recreate the objects from the repr() result

cpard commented 1 year ago

you asked for it #23