tolitius / cbass

adding "simple" to HBase
Eclipse Public License 1.0
24 stars 11 forks source link

Fix keys-only in scan-rows #25

Closed viebel closed 3 years ago

viebel commented 3 years ago

The code from this https://github.com/tolitius/cbass/pull/23 that implemented keys-only? in scan was buggy as it didn't pass the KeysOnly filter to HBase. This PR fixes it.