dropbox / dropbox/PyHive

Deal with thrift 0.11 incompatibility

Open
#192 0 comments 3 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
1.7k
Forks
545
PR merge metrics
No merged PRs in 30d

Description

tests pass on 0.10

tests fail on 0.11 due to code not in our direct control
```
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/sqlalchemy/engine/default.py:410: in connect
return self.dbapi.connect(*cargs, **cparams)
pyhive/hive.py:64: in connect
return Connection(*args, **kwargs)
pyhive/hive.py:162: in __init__
self._transport.open()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/thrift_sasl/__init__.py:67: in open
if not self._trans.is_open():
E AttributeError: 'TSocket' object has no attribute 'is_open'
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.