python-happybase / happybase

A developer-friendly Python library to interact with Apache HBase
https://happybase.readthedocs.io/
Other
612 stars 163 forks source link

remove Thrift2 from TODO list #249

Closed itayB closed 3 years ago

itayB commented 3 years ago

looks like it's already done here: https://github.com/python-happybase/happybase/pull/222 so the documentation is not updated (this bullet was created 9 years ago and the thrift2 support was added 2 years ago).

wbolster commented 3 years ago

heh, i understand this is confusing, but hbase has 2 thrift server implementations:

that's what this remark was about.

the thrift2py migration from #222 was about a python library for thrift, and is unrelated.