PyHive Versions Save

Python interface to Hive and Presto. 🐝

v0.6.3

3 years ago
  • Enables presto multiinsert
  • Datetime objects support

v0.6.2

4 years ago
  • support for the user impersonation
  • keep track of last query id
  • bug fixes in kerberos support
  • CI fixes

v0.5.1

6 years ago
  • bug fixes
  • add CUSTOM to HS2 authentication modes
  • drop SQLAlchemy 0.7 support

v0.5.0

6 years ago
  • Update HiveServer2 Thrift bindings to v11.
  • Allow retrieving a progress update when polling cursor on Hive.
  • Drop sqlalchemy 0.6 support
  • Fix dotted column names in Hive

v0.4.0

6 years ago
  • Add options to customize Thrift transport and requests kwargs
  • Bugfixes

v0.3.0

7 years ago
  • Presto query cancellation
  • Presto HTTPS option
  • Hive Kerberos/LDAP
  • Python 3 support
  • Hive now requires thrift 0.10

v0.2.1

7 years ago

Bugfixes

v0.2.0

7 years ago
  • New Hive features: async, log fetching, cancellation
  • Changed Hive protocol to V6 (requires at least Hive 0.13)
  • Streaming Hive data is now significantly faster
  • Binary Hive data is now returned as byte strings rather than Unicode strings
  • Rows are now returned as tuples instead of lists for both Hive and Presto
  • Dropped CDH 4 support

v0.1.8

7 years ago
  • Python 3 Presto support
  • Hive NOSASL support

v0.1.7

8 years ago
  • Presto session properties support
  • Compatibility fixes for newer Presto