Hello, I have keys in hbase of form `abc:xyz` and i would like to write/extend custom InputFormat/TableInputFormat class with a custom RecordReader which would be able to merge all rows with similar prefixed rowkeys e.g. `abc:*` into one single record. I have no clue how to write getSplits for such case. Any similar existing implementations and ideas would be of great help.
Thanks