Hi, I'm trying to write a StorageHandler for Hypertable, to facilitate Hive-Hypertable integration. Looking at the documentation, it looks like the SerDe interface deals with reading and writing abstract objects which are the external data store's equivalent of (Hive) rows. Is this correct, or can the interface be used to deal with sub-row objects (ie a rowkey + column)? The reason I ask is that currently the Hypertable API only exposes Cells (a row is essentially a collection of Cells with the same rowkey) and has no explicit notion of a row.
-Sanjit
