VCNC / haeinsa

Haeinsa is linearly scalable multi-row, multi-table transaction library for HBase
Apache License 2.0
158 stars 42 forks source link

Fix bug that getValue returns null when without transaction context. #38

Closed eincs closed 9 years ago

eincs commented 9 years ago

Fix bug that returning null on getValue and containsColumn (methods of HaeinsaResult class) even if there are result. This bug occurs when Get operation executed on without transaction context. Problem was not initializing row field on the constructor

0mok commented 9 years ago

LGTM!