basho / riak-java-client

The Riak client for Java.
Apache License 2.0
267 stars 158 forks source link

Add TS 1.5 Features #691

Closed alexmoore closed 7 years ago

alexmoore commented 7 years ago

Adds the Blob data type and support for the ever-expanding DESCRIBE table result.

Description

Adds support for the new BLOB TS data type, and accepts another column for the DESCRIBE table result.

Related Issue

https://bashoeng.atlassian.net/browse/CLIENTS-935

Motivation and Context

To implement all the things!

How Has This Been Tested?

Tests run fine against TS 1.5 RC2.

Types of changes

Checklist:

Pull requests that are small and limited in scope are most welcome.