I would like to implement the following in ThriftServer.java (implementation will utilize the ColumnPaginationFilter)
getRowWithColumnsPaginated(tableName, columns, limit, offset) getRowWithColumnsTsPagination(tableName, columns, timestamp, limit, offset) I will also modify the thrift definition to support those functions. I want to implement this off of .89, as this is the version we are currently running.
