v1.1.0-1.6
·
17 commits
to branch-1.6
since this release
This release has the following updates.
- Support Phoenix as data coder. Phoenix coder supports the composite key in which the length of values of each individual key can be variable. Also, SHC supports plugin coders, which just needs to
extends
trait SHCDataType (there are three internal coders) and specify the coder name in catalog definition like this. - Fully support all the Avro schemas. Users can use either a complete record schema or partial field schema as data type in their catalog.
- Add an API to log the state of HBase connection cache (commit 82d7aa0).
- Fix some bugs. Now different columns can be written into the same column family, and users are able to specify the namespace for their tables.
- Fix some performance issues. E.g. the performance of OR has been improved.