Skip to content

Tags: Johnny2hu/impyla

Tags

v0.14.1

Toggle v0.14.1's commit message
Pin versions for thrift and thrift_sasl dependencies

v0.14.0

Toggle v0.14.0's commit message
Version 0.14.0

Bug fixes, Hive compatibility fixes, speed improveents

v0.13.8

Toggle v0.13.8's commit message
Version 0.13.8. Bug fixes

v0.13.7

Toggle v0.13.7's commit message
Minor release to incorporate Hive SQLAlchemy fix

v0.13.6

Toggle v0.13.6's commit message
Do not require installing sasl and thrift_sasl

v0.13.5

Toggle v0.13.5's commit message
Version 0.13.5

Fixed a packaging problem for PyPI with 0.13.4, and added the correct
TSSLSocket import from thriftpy on Python 3.

v0.13.1

Toggle v0.13.1's commit message
Release v0.13.1

* added stopgap fix for working with nested data

v0.13.0

Toggle v0.13.0's commit message
Release v0.13.0

* added docstrings to user-facing API
* thriftpy compatibility fixes for Python 3
* bulk of logging is now moved to DEBUG level
* other minor fixes

v0.12.0

Toggle v0.12.0's commit message
Release v0.12.0

Main functional improvement is adding columnar fetching.

* New abstractions to encapsulate HS2 objects; no effect on user API
* Timestamps and Decimals are optionally parsed
* Removed deprecated functionality; package is much simpler now
* Support for columnar fetching, avoiding unnecessary repivoting of data
* Operations are now closed when cursors are closed
* Support for paramstyle=format (IMPYLA-138)
* setup.py more robust with older versions of setuptools (IMPYLA-133)
* Eliminate default socket timeout.  It must be set manually if desired. (IMPYLA-128)

v0.11.2

Toggle v0.11.2's commit message
Release v0.11.2

Updated README