Releases: lenchv/hive-driver
2024-04-21
2024-03-15
- expose flush() in IOperation for proper work with massive data
2023-09-25
-
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
v0.1.7
2021-12-15
- Add setMaxRows to IOperation
2021-05-16
-
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
- Fixed retrieving null values from the API
2020-03-30
-
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
- Fixed setting response in OperationStateError