Skip to content

v0.6.2

Compare
Choose a tag to compare
@matthewwardrop matthewwardrop released this 10 Mar 22:01

Features and Enhancements:

  • Added warning when users push dataframes using HiveServer2Client.push when default table properties are implicitly used.

Bugfixes:

  • Fix reference to self.remote in WebHdfsClient constructor, which causes the client to be prepared at creation time rather than lazily deferred until first use.
  • Fix empty StringIO buffer being returned when opening a non-existent file with mode 'r'.