zacharyzhanghao/orm-hbase

bug2

Opened this issue · 0 comments

class:zachary.zhanghao.columnar.utils.HBaseUtils
line:203
Method:wrapResultList
Cell cell =
result.getColumnLatestCell(
Bytes.toBytes(colDef.getColumnFamily()),
Bytes.toBytes(colDef.getColumnName()));
modify:
Cell cell =
result.getColumnLatestCell(
Bytes.toBytes(colDef.getColumnFamily()),
Bytes.toBytes(colDef.getHbaseColumnName()));