phoenix
phoenix copied to clipboard
PHOENIX-5117 : Return the count of rows scanned in HBase
@palashc Another test I want you to write is where there are delete markers in the beginning of the table and then you run a query like this SELECT * FROM <TABLE> LIMIT 1. It should skip the delete markers till it finds the first valid row. You could run this query in a loop where in every iteration you could delete more rows which have to be skipped in the subsequent SELECT query.
Latest test report: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1936/29/testReport/