hmsclient
hmsclient copied to clipboard
This is an implementation for issue #4.
Our hms users through hmsclient couldn't pass their user names to the server, which makes it difficult to debug when hms server side has some perf issue due to user...
error message like ` hmsclient.genthrift.hive_metastore.ttypes.MetaException: MetaException(message="Error parsing partition filter : line 1:0 no viable alternative at character '$'") `
https://github.com/gglanzani/hmsclient/blob/master/hmsclient/hmsclient.py#L135
Hi, I'm confused. From the setup.py I see that it will install pytest for dev/test, but I can't find any tests. Any idea? https://github.com/gglanzani/hmsclient/blob/master/setup.py#L44-L45 Cheers, Fokko