storm-hbase
storm-hbase copied to clipboard
Fix failing when the column value is null
In a lot of cases, a tuple may have incomplete data. Even though a field may be defined the ColumnFields, a corresponding value may be missing. Adding a check on the value before converting to bytes.