Hello
I need to effectively read a range of records from HBase, so I have been analyzing the code for support of LIMIT and OFFSET clauses in HBaseDataContext. It seems like some efforts already has been done; HBaseDataContext has an implementation of materializeMainSchemaTable method with setting maxRows. Do I understand it well that LIMIT is supported, but not OFFSET? Best regards, Tomasz
