Skip to content

Releases: lenchv/hive-driver

2024-04-21

21 Apr 13:59
Compare
Choose a tag to compare
  • Updated npm modules
  • Added UploadData and DownloadData methods of newest TCLIService.thrift
  • Added npm provenance check

2024-03-15

15 Mar 15:19
Compare
Choose a tag to compare
  • expose flush() in IOperation for proper work with massive data

2023-09-25

25 Sep 17:29
Compare
Choose a tag to compare
  • Upgraded kerberos library

  • Added parameter "orientation" to fetch method in order to force using FETCH_NEXT as first operation after initialization schema

  • Fixed issue when on pending state the error was thrown

  • Fixed issue when in some cases colum was undefined when parsing JsonResult

v0.2.0

20 Aug 16:54
3e25b61
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Fixed an issue with zero-based column start (Spark Thrift Server, Kyuubi, for example)

Updated thrift and dev libraries

v0.1.7

15 Dec 12:26
Compare
Choose a tag to compare
  • Fix dist folder

2021-12-15

15 Dec 08:39
Compare
Choose a tag to compare
  • Add setMaxRows to IOperation

2021-05-16

16 May 17:53
Compare
Choose a tag to compare
  • Added method flush() to operation class, in order to avoid memory allocation errors when working with massive amount of data

  • Added an instruction how to connect via zookeeper using hive-driver

2020-07-03

03 Jul 21:19
3cac952
Compare
Choose a tag to compare
  • Fixed retrieving null values from the API

2020-03-30

29 Mar 21:54
Compare
Choose a tag to compare
  • Added events to HiveClient: close, reconnecting, timeout

  • Added throwing exception when connection is closed but session is tried to be opened

  • Added method isConnected to the IThriftConnection interface

  • Described in the troubleshooting.md how to reconnect when the connection is lost

0.1.2 2020-02-24

24 Feb 22:20
2a5f098
Compare
Choose a tag to compare
  • Fixed setting response in OperationStateError